浏览代码

Revert "兑换样式修改"

This reverts commit 1177fbe97c7e11a2619dcda7c57cd38a9793ab04.
hwb0 3 年之前
父节点
当前提交
c77f2bec04
共有 1 个文件被更改,包括 15 次插入13 次删除
  1. 15 13
      packageGoods/recovery/index.vue

+ 15 - 13
packageGoods/recovery/index.vue

@@ -32,8 +32,8 @@
 				<view class="content-btn flex">
 					<view class="content-btn-left">
 						<view class="money">
-							<text>总价:</text>
-							<text class="value">{{ list.returnCoin }}盲豆</text>
+							<text>兑换盲豆:</text>
+							<text class="value">{{ list.returnCoin }}</text>
 						</view>
 					</view>
 					<view class="content-btn-right">
@@ -179,7 +179,7 @@
 		&-tip {
 			font-size: 26rpx;
 			margin-bottom: 34rpx;
-			background-color: #fff;
+			background-color: #EEEEEE;
 			padding: 34rpx;
 			border-radius: 22rpx;
 			color: #666666;
@@ -213,22 +213,24 @@
 			padding: 20rpx 0;
 			font-size: 30rpx;
 
+			// 不发货提示
+			&-not {
+				justify-content: flex-start;
+				font-size: 30rpx;
+				color: #F9832E;
+				margin: 0 0 30rpx;
+				padding: 0 40rpx 24rpx;
+				border-bottom: 1px solid #eee;
+			}
+
 			// 提交按钮
 			&-btn {
 				justify-content: space-between;
 				padding: 0 40rpx;
 
 				&-left {
-					.money {
-						font-size: 30rpx;
-						
-						text:first-child {
-							font-weight: bold;
-						}
-						
-						.value {
-							color: #F9832E;
-						}
+					.value {
+						color: #FF4208;
 					}
 				}