|
|
@@ -1,15 +1,19 @@ |
|
|
|
@import "../../../app.wxss"; |
|
|
|
|
|
|
|
page { |
|
|
|
height: auto!important; |
|
|
|
height: auto !important; |
|
|
|
} |
|
|
|
|
|
|
|
.order { |
|
|
|
width: 100%; |
|
|
|
} |
|
|
|
.success{ |
|
|
|
|
|
|
|
.success { |
|
|
|
vertical-align: middle; |
|
|
|
width: 40rpx; |
|
|
|
margin-right: 10rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.tips { |
|
|
|
width: 92%; |
|
|
|
height: 88rpx; |
|
|
@@ -18,9 +22,11 @@ page { |
|
|
|
padding: 0 4%; |
|
|
|
line-height: 88rpx; |
|
|
|
} |
|
|
|
.merchantName{ |
|
|
|
|
|
|
|
.merchantName { |
|
|
|
color: #999; |
|
|
|
} |
|
|
|
|
|
|
|
.tips text:nth-child(2) { |
|
|
|
font-size: 32rpx; |
|
|
|
padding-left: 16rpx; |
|
|
@@ -143,6 +149,7 @@ page { |
|
|
|
.classif > view text:nth-child(2) { |
|
|
|
color: #b8b8b8; |
|
|
|
font-size: 30rpx; |
|
|
|
margin-left:80rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.classif > view:nth-child(1) { |
|
|
@@ -358,13 +365,15 @@ radio { |
|
|
|
.jine { |
|
|
|
color: #f96563 !important; |
|
|
|
font-size: 36rpx !important; |
|
|
|
font-weight: 400!important; |
|
|
|
font-weight: 400 !important; |
|
|
|
} |
|
|
|
|
|
|
|
.jine1 { |
|
|
|
color: #b8b8b8 !important; |
|
|
|
font-size: 30rpx !important; |
|
|
|
font-weight: 400!important; |
|
|
|
font-weight: 400 !important; |
|
|
|
} |
|
|
|
|
|
|
|
.buy-view { |
|
|
|
background: #fff; |
|
|
|
position: fixed; |
|
|
@@ -385,28 +394,29 @@ radio { |
|
|
|
line-height: 94rpx; |
|
|
|
border-radius: 61rpx; |
|
|
|
} |
|
|
|
.active{ |
|
|
|
opacity: .6; |
|
|
|
} |
|
|
|
|
|
|
|
.active { |
|
|
|
opacity: 0.6; |
|
|
|
} |
|
|
|
|
|
|
|
.game-entry{ |
|
|
|
.game-entry { |
|
|
|
width: 690rpx; |
|
|
|
height: 140rpx; |
|
|
|
margin: 20rpx auto 0; |
|
|
|
} |
|
|
|
.gameimg{ |
|
|
|
|
|
|
|
.gameimg { |
|
|
|
display: block; |
|
|
|
width: 100%; |
|
|
|
height: 140rpx; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.merchantVoList{ |
|
|
|
.merchantVoList { |
|
|
|
width: 100%; |
|
|
|
position: relative; |
|
|
|
} |
|
|
|
.merchantVoList image{ |
|
|
|
|
|
|
|
.merchantVoList .tel { |
|
|
|
width: 40rpx; |
|
|
|
position: absolute; |
|
|
|
top: 0; |
|
|
@@ -414,4 +424,25 @@ radio { |
|
|
|
margin: auto; |
|
|
|
right: 14rpx; |
|
|
|
z-index: 10; |
|
|
|
} |
|
|
|
|
|
|
|
.btns { |
|
|
|
background: #00c0ff; |
|
|
|
height: 94rpx; |
|
|
|
width: 670rpx; |
|
|
|
margin: 0 auto 30rpx; |
|
|
|
color: #fff; |
|
|
|
font-size: 36rpx; |
|
|
|
line-height: 94rpx; |
|
|
|
border-radius: 61rpx; |
|
|
|
} |
|
|
|
.merchantImgUrl{ |
|
|
|
width: 60rpx; |
|
|
|
position: absolute; |
|
|
|
top: 0; |
|
|
|
bottom: 0; |
|
|
|
margin: auto; |
|
|
|
left: 0; |
|
|
|
border-radius: 10rpx; |
|
|
|
z-index: 10; |
|
|
|
} |