zs 2 年之前
父节点
当前提交
37c2338563
共有 1 个文件被更改,包括 41 次插入43 次删除
  1. 41 43
      pagesHome/order/order.vue

+ 41 - 43
pagesHome/order/order.vue

@@ -45,22 +45,22 @@
 										</view>
 									</view>
 								</view>
-							</view>
-						</view>
-						<view class="one_3">
-							<view class="other">
-								<view class="other_1">配送方式</view>
-								<view class="other_2"><text class="iconfont icon-duihao"></text>快递配送</view>
-							</view>
-							<view class="other">
-								<view class="other_1">运费</view>
-								<view class="other_2" v-if="!shop.freight==0">¥{{shop.freight}}</view>
-								<view class="other_2" v-else>包邮</view>
-							</view>
-							<view class="other">
-								<view class="other_1">订单备注</view>
-								<view class="other_3">
-									<input type="text" v-model="shop.remarks" placeholder="选填,可填写您与卖家达成一致的要求" />
+								<view class="list_3">
+									<view class="other">
+										<view class="other_1">配送方式</view>
+										<view class="other_2"><text class="iconfont icon-duihao"></text>快递配送</view>
+									</view>
+									<view class="other">
+										<view class="other_1">运费</view>
+										<view class="other_2" v-if="!shop.freight==0">¥{{shop.freight}}</view>
+										<view class="other_2" v-else>包邮</view>
+									</view>
+									<view class="other">
+										<view class="other_1">订单备注</view>
+										<view class="other_3">
+											<input type="text" v-model="shop.remarks" placeholder="选填,可填写您与卖家达成一致的要求" />
+										</view>
+									</view>
 								</view>
 							</view>
 						</view>
@@ -298,8 +298,7 @@
 				margin: 2vw 0 0 0;
 
 				.list {
-					width: 96vw;
-					padding: 0 2vw;
+					width: 100vw;
 					margin: 2vw 0;
 
 					.list_1 {
@@ -338,36 +337,35 @@
 							text-align: right;
 						}
 					}
-				}
-			}
 
-			.one_3 {
-				width: 96vw;
-				margin: 2vw 0 0 0;
-				padding: 2vw;
-				background-color: var(--mainColor);
+					.list_3 {
+						width: 96vw;
+						padding: 2vw;
+						background-color: var(--mainColor);
 
-				.other {
-					display: flex;
-					justify-content: space-between;
-					border-bottom: 0.1vw solid var(--fcColor);
-					margin: 0 0 2vw 0;
-					padding: 2vw 0;
+						.other {
+							display: flex;
+							justify-content: space-between;
+							border-bottom: 0.1vw solid var(--fcColor);
+							margin: 0 0 2vw 0;
+							padding: 2vw 0;
 
-					.other_1 {
-						font-size: var(--font16Size);
-						color: var(--f85Color);
-					}
+							.other_1 {
+								font-size: var(--font16Size);
+								color: var(--f85Color);
+							}
 
-					.other_3 {
-						flex-grow: 1;
-						margin: 0 0 0 2vw;
-						font-size: var(--font12Size);
-					}
+							.other_3 {
+								flex-grow: 1;
+								margin: 0 0 0 2vw;
+								font-size: var(--font12Size);
+							}
 
-					text {
-						padding: 0 1vw 0 0;
-						font-size: var(--font20Szie);
+							text {
+								padding: 0 1vw 0 0;
+								font-size: var(--font20Szie);
+							}
+						}
 					}
 				}
 			}