Browse Source

upload

newCard
HolyKnightIX 2 years ago
parent
commit
08b6a68b43
1 changed files with 39 additions and 31 deletions
  1. +39
    -31
      pages/cardorder/index/index.wxss

+ 39
- 31
pages/cardorder/index/index.wxss View File

@@ -47,7 +47,7 @@
top: 0; top: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
background-color: rgba(0,0,0,0.3);
background-color: rgba(0, 0, 0, 0.3);
z-index: 0; z-index: 0;
border-radius: 12px; border-radius: 12px;
border-radius: 20px solid red; border-radius: 20px solid red;
@@ -61,7 +61,7 @@
left: 0; left: 0;
top: 0; top: 0;
z-index: 10; z-index: 10;
background-color: rgba(0,0,0,.7);
background-color: rgba(0, 0, 0, .7);
/* background: rgba(0,0,0,.7); */ /* background: rgba(0,0,0,.7); */
border-radius: 12px; border-radius: 12px;
border-radius: 20px solid red; border-radius: 20px solid red;
@@ -70,11 +70,11 @@


.yu { .yu {
display: inline-block !important; display: inline-block !important;
font-size: 30rpx!important;
font-size: 30rpx !important;
} }


.expiretime { .expiretime {
width: 250rpx; width: 250rpx;
} }


@@ -121,7 +121,7 @@
width: 100%; width: 100%;
} }


.info .title .yue {
.info .title .yue {
font-size: 60rpx; font-size: 60rpx;
line-height: 60rpx; line-height: 60rpx;
font-weight: bold; font-weight: bold;
@@ -137,7 +137,7 @@
text-align: left; text-align: left;
} }


.info >view view:nth-child(2) {
.info>view view:nth-child(2) {
display: inline-block; display: inline-block;
width: 220rpx; width: 220rpx;
font-size: 26rpx; font-size: 26rpx;
@@ -162,7 +162,7 @@
background: rgba(255, 255, 255, 1); background: rgba(255, 255, 255, 1);
border-radius: 30rpx; border-radius: 30rpx;
z-index: 100; z-index: 100;
color: #FD832D!important;
color: #FD832D !important;
} }


.active { .active {
@@ -202,7 +202,7 @@
} }


.nocoupon button { .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; color: #fff;
font-style: 30rpx; font-style: 30rpx;
width: 100%; width: 100%;
@@ -253,11 +253,13 @@
font-size: 24rpx; font-size: 24rpx;
margin-left: 25rpx; margin-left: 25rpx;
text-align: left; text-align: left;
} }
.txt2{

.txt2 {
margin-top: 36rpx; margin-top: 36rpx;
} }

.imgicon { .imgicon {
position: absolute; position: absolute;
width: 140rpx; width: 140rpx;
@@ -305,34 +307,42 @@
line-height: 80rpx; line-height: 80rpx;
z-index: 100; z-index: 100;
} }
.yue text:nth-of-type(1){

.yue text:nth-of-type(1) {
margin-right: 6rpx; margin-right: 6rpx;
} }
.yue text:nth-of-type(2){

.yue text:nth-of-type(2) {
margin-left: 6rpx; 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; position: fixed;
right: 50rpx; right: 50rpx;
bottom: 60rpx; bottom: 60rpx;
width:100rpx!important;
height:100rpx;
width: 100rpx !important;
height: 100rpx;
z-index: 100; z-index: 100;
background:rgba(255,255,255,1);
background: rgba(255, 255, 255, 1);
line-height: 95rpx; 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; position: absolute;
width: 60rpx; width: 60rpx;
left: 0; left: 0;
@@ -347,8 +357,6 @@ button::after{ border: none; }
left: 0; left: 0;
z-index: 100; z-index: 100;
height: 100%; height: 100%;
background-color: rgba(0,0,0,0.7);
background-color: rgba(0, 0, 0, 0.7);
border-radius: 12rpx; border-radius: 12rpx;
}


}

Loading…
Cancel
Save