| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- .page {
- /*background-image: url('/static/my/bg1.png');*/
- /*background-repeat: no-repeat;*/
- /*background-size: 100% 30%;*/
- background-color: #F9F9F9;
- padding: 0 32rpx;
- min-height: 100vh;
- }
- .coupon{
- width: 686rpx;
- height: 188rpx;
- background-image: url('/static/my/couponBg.png');
- background-repeat: no-repeat;
- background-size: cover;
- margin-top: 24rpx;
- }
- .couponLeft{
- width: 195rpx;
- height: 188rpx;
- text-align: center;
- }
- .couponRight{
- width: 490rpx;
- height: 188rpx;
- }
- .couponRight1{
- width: 450rpx;
- height: 188rpx;
- margin-left: 20rpx;
- }
- .discounts{
- height: 52rpx;
- font-weight: bold;
- font-size: 36rpx;
- color: #333333;
- line-height: 52rpx;
- text-align: center;
- margin-top: 46rpx;
- }
- .condition{
- height: 36rpx;
- font-weight: 400;
- font-size: 20rpx;
- color: #333333;
- line-height: 36rpx;
- text-align: center;
- margin-top: 8rpx;
- }
- .couponMsg{
- width: 294rpx;
- }
- .purchaseBtn{
- width: 156rpx;
- height: 64rpx;
- background: #FFE05C;
- border-radius: 32rpx;
- font-weight: 400;
- font-size: 24rpx;
- color: #333333;
- line-height: 64rpx;
- text-align: center;
- }
- .couponName{
- height: 44rpx;
- font-weight: bold;
- font-size: 28rpx;
- color: #333333;
- line-height: 44rpx;
- text-align: left;
- margin-top: 16rpx;
- }
- .couponValue{
- height: 36rpx;
- font-weight: 400;
- font-size: 20rpx;
- color: #999999;
- line-height: 36rpx;
- text-align: left;
- }
- .price{
- margin-top: 16rpx;
- }
- .couponPrice{
- height: 44rpx;
- font-weight: bold;
- font-size: 28rpx;
- color: #ED569F;
- line-height: 44rpx;
- text-align: right;
- font-style: normal;
- }
- .purchasePopup{
- height: 672rpx;
- background: #F9F9F9;
- border-radius: 24rpx 24rpx 0rpx 0rpx;
- padding: 26rpx 32rpx 0rpx 32rpx;
- }
- .popupTitle{
- height: 48rpx;
- font-weight: bold;
- font-size: 32rpx;
- color: #111111;
- line-height: 48rpx;
- }
- .conView{
- width: 686rpx;
- height: 108rpx;
- background: #FFF6CE;
- border-radius: 54rpx;
- overflow: hidden;
- }
- .conPriceValue{
- font-weight: 400;
- font-size: 24rpx;
- color: #333333;
- line-height: 108rpx;
- margin-left: 32rpx;
- }
- .conPrice{
- font-weight: bold;
- font-size: 36rpx;
- color: #111111;
- line-height: 52rpx;
- margin-left: 8rpx;
- }
- .conBtn{
- width: 220rpx;
- height: 108rpx;
- background: #FFE05C;
- border-radius: 0rpx 60rpx 60rpx 0rpx;
- text-align: center;
- font-weight: bold;
- font-size: 32rpx;
- color: #111111;
- line-height: 108rpx;
- }
- .title{
- height: 44rpx;
- font-weight: 500;
- font-size: 28rpx;
- color: #333333;
- line-height: 44rpx;
- }
- .couponPrice1{
- height: 48rpx;
- font-weight: 500;
- font-size: 32rpx;
- color: #ED569F;
- line-height: 48rpx;
- }
- .titleView{
- padding: 32rpx 0;
- }
- .bordBottom{
- border-bottom: 2rpx solid #EEEEEE;
- }
|