12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- 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{
- margin-top: 28px;
- margin-left: 300rpx;
- }
- .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;
- }
|