Commit 026545fd856b680f4b44eeaa74a89f75b188935c
1 parent
8cfe981a32
Exists in
master
样式调整
Showing
2 changed files
with
36 additions
and
30 deletions
Show diff stats
src/pages.json
src/pages/confirmOrder/confirmOrder.vue
| 1 | -<template> | |
| 1 | +<template> | |
| 2 | 2 | <view class="wrap"> |
| 3 | 3 | <view class="addAddress"> |
| 4 | 4 | <view class="addIcon"> |
| ... | ... | @@ -6,7 +6,7 @@ |
| 6 | 6 | </view> |
| 7 | 7 | <view class="addressText">{{addAddress}}</view> |
| 8 | 8 | <image src="../../static/right.png" mode="aspectFill"></image> |
| 9 | - </view> | |
| 9 | + </view> | |
| 10 | 10 | <view class="content"> |
| 11 | 11 | <view class="orderInfo"> |
| 12 | 12 | <view class="title"> |
| ... | ... | @@ -77,14 +77,14 @@ |
| 77 | 77 | </view> |
| 78 | 78 | </view> |
| 79 | 79 | </view> |
| 80 | - | |
| 80 | +<!-- | |
| 81 | 81 | <view class="checkBox"> |
| 82 | 82 | <checkbox-group> |
| 83 | 83 | <label> |
| 84 | 84 | <checkbox color="#FF6B4A" value="isAnonymous" checked="true" />匿名购买 |
| 85 | 85 | </label> |
| 86 | 86 | </checkbox-group> |
| 87 | - </view> | |
| 87 | + </view> --> | |
| 88 | 88 | </view> |
| 89 | 89 | <view class="footer"> |
| 90 | 90 | <view class="footerLeft">实付金额:<text>¥{{total}}</text></view> |
| ... | ... | @@ -92,20 +92,20 @@ |
| 92 | 92 | <view class="paybtn">立即支付</view> |
| 93 | 93 | </view> |
| 94 | 94 | </view> |
| 95 | - </view> | |
| 96 | -</template> | |
| 97 | - | |
| 98 | -<script> | |
| 99 | - export default { | |
| 100 | - data() { | |
| 101 | - return { | |
| 95 | + </view> | |
| 96 | +</template> | |
| 97 | + | |
| 98 | +<script> | |
| 99 | + export default { | |
| 100 | + data() { | |
| 101 | + return { | |
| 102 | 102 | addAddress :'添加收货地址', |
| 103 | 103 | count:1, |
| 104 | 104 | disabled:false, |
| 105 | 105 | total:120, |
| 106 | 106 | freight:0.00 |
| 107 | - // isAnonymous: | |
| 108 | - }; | |
| 107 | + // isAnonymous: | |
| 108 | + }; | |
| 109 | 109 | }, |
| 110 | 110 | methods:{ |
| 111 | 111 | counter(isadd){ |
| ... | ... | @@ -115,17 +115,17 @@ |
| 115 | 115 | this.count <= 1? this.disabled = true:this.count-- |
| 116 | 116 | } |
| 117 | 117 | } |
| 118 | - } | |
| 119 | - } | |
| 120 | -</script> | |
| 121 | - | |
| 118 | + } | |
| 119 | + } | |
| 120 | +</script> | |
| 121 | + | |
| 122 | 122 | <style lang="scss"> |
| 123 | 123 | .wrap{ |
| 124 | 124 | height: 100vh; |
| 125 | 125 | background-color:#F2F2F2 ; |
| 126 | 126 | font-family: PingFangSC-Regular; |
| 127 | 127 | letter-spacing: -0.23px; |
| 128 | - } | |
| 128 | + } | |
| 129 | 129 | .addAddress{ |
| 130 | 130 | background-color:#ffffff ; |
| 131 | 131 | box-sizing: border-box; |
| ... | ... | @@ -324,20 +324,20 @@ |
| 324 | 324 | } |
| 325 | 325 | } |
| 326 | 326 | } |
| 327 | - .checkBox{ | |
| 328 | - height: 58rpx; | |
| 329 | - line-height: 58rpx; | |
| 330 | - width: 100%; | |
| 331 | - margin-top: 36rpx; | |
| 332 | - margin-left: 40rpx; | |
| 333 | - font-size: 12px; | |
| 334 | - color: #999999; | |
| 335 | - } | |
| 327 | + // .checkBox{ | |
| 328 | + // height: 58rpx; | |
| 329 | + // line-height: 58rpx; | |
| 330 | + // width: 100%; | |
| 331 | + // margin-top: 36rpx; | |
| 332 | + // margin-left: 40rpx; | |
| 333 | + // font-size: 12px; | |
| 334 | + // color: #999999; | |
| 335 | + // } | |
| 336 | 336 | } |
| 337 | 337 | .footer{ |
| 338 | 338 | height: 112rpx; |
| 339 | 339 | width: 100%; |
| 340 | - background-color: #ffffff; | |
| 340 | + background-color: #F2F2F2; | |
| 341 | 341 | font-size: 16px; |
| 342 | 342 | display: flex; |
| 343 | 343 | justify-content: space-between; |
| ... | ... | @@ -372,5 +372,5 @@ |
| 372 | 372 | } |
| 373 | 373 | |
| 374 | 374 | } |
| 375 | - | |
| 376 | -</style> | |
| 375 | + | |
| 376 | +</style> | ... | ... |