diff --git a/pages/cardorder/index/index.wxss b/pages/cardorder/index/index.wxss index 6333874..0d6267b 100644 --- a/pages/cardorder/index/index.wxss +++ b/pages/cardorder/index/index.wxss @@ -47,7 +47,7 @@ top: 0; width: 100%; height: 100%; - background-color: rgba(0,0,0,0.3); + background-color: rgba(0, 0, 0, 0.3); z-index: 0; border-radius: 12px; border-radius: 20px solid red; @@ -61,7 +61,7 @@ left: 0; top: 0; z-index: 10; - background-color: rgba(0,0,0,.7); + background-color: rgba(0, 0, 0, .7); /* background: rgba(0,0,0,.7); */ border-radius: 12px; border-radius: 20px solid red; @@ -70,11 +70,11 @@ .yu { display: inline-block !important; - font-size: 30rpx!important; + font-size: 30rpx !important; } .expiretime { - + width: 250rpx; } @@ -121,7 +121,7 @@ width: 100%; } -.info .title .yue { +.info .title .yue { font-size: 60rpx; line-height: 60rpx; font-weight: bold; @@ -137,7 +137,7 @@ text-align: left; } -.info >view view:nth-child(2) { +.info>view view:nth-child(2) { display: inline-block; width: 220rpx; font-size: 26rpx; @@ -162,7 +162,7 @@ background: rgba(255, 255, 255, 1); border-radius: 30rpx; z-index: 100; - color: #FD832D!important; + color: #FD832D !important; } .active { @@ -202,7 +202,7 @@ } .nocoupon button { - background: linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%); + background: linear-gradient(127deg, rgba(252, 177, 74, 1) 0%, rgba(254, 70, 20, 1) 100%); color: #fff; font-style: 30rpx; width: 100%; @@ -253,11 +253,13 @@ font-size: 24rpx; margin-left: 25rpx; text-align: left; - + } -.txt2{ + +.txt2 { margin-top: 36rpx; } + .imgicon { position: absolute; width: 140rpx; @@ -305,34 +307,42 @@ line-height: 80rpx; z-index: 100; } -.yue text:nth-of-type(1){ + +.yue text:nth-of-type(1) { margin-right: 6rpx; } -.yue text:nth-of-type(2){ + +.yue text:nth-of-type(2) { margin-left: 6rpx; } -.cantransferred{ - position:absolute; - right:0; - top:0; - width:60rpx; - height:60rpx; - z-index:100; + +.cantransferred { + position: absolute; + right: 0; + top: 0; + width: 60rpx; + height: 60rpx; + z-index: 999; +} + +button::after { + border: none; } -button::after{ border: none; } -.goback{ + +.goback { position: fixed; right: 50rpx; bottom: 60rpx; - width:100rpx!important; - height:100rpx; + width: 100rpx !important; + height: 100rpx; z-index: 100; - background:rgba(255,255,255,1); + background: rgba(255, 255, 255, 1); line-height: 95rpx; - border:1rpx solid rgba(227,227,227,1); - border-radius:50%; + border: 1rpx solid rgba(227, 227, 227, 1); + border-radius: 50%; } -.goback image{ + +.goback image { position: absolute; width: 60rpx; left: 0; @@ -347,8 +357,6 @@ button::after{ border: none; } left: 0; z-index: 100; height: 100%; - background-color: rgba(0,0,0,0.7); + background-color: rgba(0, 0, 0, 0.7); border-radius: 12rpx; -} - - +} \ No newline at end of file