123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- Page {
- width: 100%;
- height: 100%;
- background-color: #BF2637;
- box-sizing: border-box;
- padding-top: 102px;
- padding-left: 26px;
- }
- .info{
- width: 327px;
- height: 428px;
- /* margin-top: 102px; */
- align-items: center;
- /* margin-left: 26px; */
- }
- .top{
- height: 46px;
- width: 327px;
- background: #EEEEEE;
- border-radius: 5px 5px 10px 10px;
- }
- .contain{
- width: 100%;
- height: 100%;
- justify-content: center!important;
- }
- .top-image{
- width: 142px;
- height: 25px;
- margin-left: 19px;
- }
- .bottom{
- width: 327px;
- /* height: 382px; */
- background: #FFFFFF;
- border-radius: 10px 10px 5px 5px;
- box-sizing: border-box;
- padding:31px 13px;
- align-items: center;
- }
- .title{
- width: 300px;
- height: 24px;
- font-size: 24px;
- font-weight: bold;
- color: #444444;
- text-align: center;
- line-height: 24px;
- }
- .coupon-info{
- width: 300px;
- height: 18px;
- font-size: 16px;
- font-weight: 400;
- color: #444444;
- text-align: center;
- line-height: 18px;
- margin-top: 15px;
- }
- .qrcode-img{
- width: 146px;
- height: 146px;
- margin-top: 28px;
- }
- .qrcode-title{
- width: 200px;
- height: 14px;
- font-size: 14px;
- font-weight: 400;
- color: #444444;
- line-height: 14px;
- text-align: center;
- margin-top: 16px;
- }
- .bottom-line{
- border-bottom: 1px solid #ABABAB;
- width: 300px;
- margin-top: 24px;
- }
- .bottom-date{
- margin-top: 24px;
- justify-content: space-between;
- width: 300px;
- font-size: 14px;
- line-height: 14px;
- height: 14px;
- font-weight: 400;
- color: #444444;
- }
- .receive-button {
- width: 200rpx!important;
- height: 60rpx!important;
- border-radius: 8rpx!important;
- background-color:#BF2637!important;
- color:#fff!important;
- align-items: center!important;
- text-align: center!important;
- line-height: 60rpx!important;
- margin-top: 20rpx!important;
- cursor: pointer!important;
- font-size: 25rpx!important;
- }
- .receive-button-button {
- width: 200rpx!important;
- height: 60rpx!important;
- border-radius: 8rpx!important;
- background-color:#BF2637!important;
- color:#fff!important;
- align-items: center!important;
- text-align: center!important;
- margin-top: 20rpx!important;
- cursor: pointer!important;
- font-size: 25rpx!important;
- }
|