| @@ -12,7 +12,7 @@ | |||||
| } | } | ||||
| .b2{ | .b2{ | ||||
| width: 90%; | width: 90%; | ||||
| margin:35% auto; | |||||
| margin:55% auto; | |||||
| overflow: hidden; | overflow: hidden; | ||||
| border-radius: 10rpx; | border-radius: 10rpx; | ||||
| } | } | ||||
| @@ -34,11 +34,11 @@ | |||||
| font-size: 26rpx; | font-size: 26rpx; | ||||
| } | } | ||||
| .active1 { | .active1 { | ||||
| font-size: 30rpx!important; | |||||
| font-size: 26rpx!important; | |||||
| } | } | ||||
| .active { | .active { | ||||
| position: absolute; | position: absolute; | ||||
| left: 20rpx; | |||||
| left: 4rpx; | |||||
| bottom: 0rpx; | bottom: 0rpx; | ||||
| top:0; | top:0; | ||||
| margin: auto; | margin: auto; | ||||
| @@ -1,7 +1,6 @@ | |||||
| @import "../../../app.wxss"; | @import "../../../app.wxss"; | ||||
| .index-coupons { | .index-coupons { | ||||
| padding: 0 20rpx; | padding: 0 20rpx; | ||||
| min-height: 600rpx; | |||||
| /* margin-top: 40rpx; */ | /* margin-top: 40rpx; */ | ||||
| /* background:linear-gradient(0deg,rgba(235,235,235,1) 0%,rgba(255,255,255,0.8) 100%); */ | /* background:linear-gradient(0deg,rgba(235,235,235,1) 0%,rgba(255,255,255,0.8) 100%); */ | ||||
| } | } | ||||