Browse Source

样式调整

lilei 4 years ago
parent
commit
4917e9a3b6
1 changed files with 9 additions and 5 deletions
  1. 9 5
      pages/checkOut/checkOut.vue

+ 9 - 5
pages/checkOut/checkOut.vue

@@ -29,9 +29,11 @@
 		<view class="pay-btn">
 			<view class="total">
 				<text>{{number||0}}</text>
-				<u-image mode="scaleToFill" width="40rpx" height="40rpx" src="/static/ledou.png"></u-image>
+				<view><u-image mode="scaleToFill" width="40rpx" height="40rpx" src="/static/ledou.png"></u-image></view>
+			</view>
+			<view>
+				<u-button @click="handlePay" type="success" >确认支付</u-button>
 			</view>
-			<u-button @click="handlePay" type="success" >确认支付</u-button>
 		</view>
 		 <!-- 确认支付弹窗 -->
 		 <u-popup mode="center" closeable @close="closeModal" negative-top="300" v-model="showPayModal" width="600rpx" >
@@ -210,10 +212,12 @@
 				display: flex;
 				align-items: center;
 				justify-content: center;
-				font-size: 48upx;
-				font-weight: 600;
-				color: red;
 				padding: 60upx 0;
+				text{
+					font-size: 48upx;
+					font-weight: 600;
+					color: red;
+				}
 			}
 		}
 	}