diff --git a/app.json b/app.json index 823e8a3..ada6d48 100644 --- a/app.json +++ b/app.json @@ -1,5 +1,6 @@ { "pages": [ + "pages/scanPay/scanPay", "pages/index/index", "pages/edit/edit", "pages/cartest/cartest", @@ -38,7 +39,6 @@ "pages/cardListDetail/cardListDetail", "pages/freeBannerDetail/index", "pages/user/scoreHistory/index", - "pages/scanPay/scanPay", "pages/paySuccess/paySuccess", "pages/ConsumeDetail/ConsumeDetail", "pages/externallinks/index", diff --git a/pages/scanPay/scanPay.wxml b/pages/scanPay/scanPay.wxml index 1be705b..48fe478 100644 --- a/pages/scanPay/scanPay.wxml +++ b/pages/scanPay/scanPay.wxml @@ -10,4 +10,87 @@ + + + + + 余额不足,请选择其他优惠卡支付 + + + + + + + 万达标准卡 + + + 余额:2000 + + + + + + + 万达标准卡 + + + 余额:2000 + + + + + + + 万达标准卡 + + + 余额:2000 + + + + + + + 万达标准卡 + + + 余额:2000 + + + + + + + 万达标准卡 + + + 余额:2000 + + + + + + + 万达标准卡 + + + 余额:2000 + + + + + + + + + + \ No newline at end of file diff --git a/pages/scanPay/scanPay.wxss b/pages/scanPay/scanPay.wxss index e24023d..7fc4021 100644 --- a/pages/scanPay/scanPay.wxss +++ b/pages/scanPay/scanPay.wxss @@ -51,4 +51,88 @@ } .active{ opacity: .6; +} +.model{ + height: 100vh; + width: 100%; + position: fixed; + top: 0; + left: 0; +} +.zhezhao{ + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100vh; + z-index: 1; + background: #000; + opacity: 0.5; +} +.card-model{ + position: fixed; + height: 750rpx; + width: 100%; + bottom: 0; + left: 0; + z-index: 20; + background: #fff; +} +.card-top{ + height: 75rpx; + width: 100%; + background: rgb(200, 89, 99); + line-height: 75rpx; + text-align: center; + font-size:30rpx; + font-family:PingFang-SC-Medium; + font-weight:500; + color:rgba(255,255,255,1); +} +.card-content{ + height: 550rpx; + overflow: hidden; +} +.card-content image{ + width: 64rpx; + height: 64rpx; +} +.card-items{ + height: 130rpx; + line-height: 130rpx; + overflow: hidden; + width: 94%; + margin: 0 auto; + border-bottom: 1rpx solid #cecece; +} +.card-items-left{ + width: 50%; + float: left; +} +.card-items-right{ + width: 50%; + float: left; +} +.card-items-left-img{ + width: 30%; + height: 130rpx; + float: left; +} +.card-items-left-text{ + width: 70%; + height: 130rpx; + float: left; +} +.card-items-right-text{ + text-align: right; + float: left; + width: 80%; +} +.card-items-right-radio{ + float: left; + width: 20%; +} +.checkcard-box{ + width: 80%; + background: #02C0FF!important; } \ No newline at end of file