瀏覽代碼

订单列表样式修改

zhanghui 1 年之前
父節點
當前提交
3b5fb2cff0
共有 1 個文件被更改,包括 25 次插入10 次删除
  1. 25 10
      pages/order/index.vue

+ 25 - 10
pages/order/index.vue

@@ -86,11 +86,12 @@
 								</view>
 							</view>
 						</view>
+						<vie class="white_line"></vie>
 						<view class="a-b">
 							<view class="a-b1">
 								对接团长:
 								<text class="red">
-									{{item.commander}}
+									&nbsp;&nbsp;{{item.commander}}
 								</text>
 							</view>
 							<view class="a-b2">
@@ -707,6 +708,9 @@ export default {
 		.nv {
 			flex-grow: 1;
 		}
+		.nl {
+			font-weight: bold;
+		}
 
 		.status {
 			min-width: 100rpx;
@@ -733,12 +737,15 @@ export default {
 	.myclient_list_content {
 
 		image {
-			width: 24rpx;
-			height: 24rpx;
-			margin-right: 20rpx;
+			width: 28rpx;
+			height: 28rpx;
+			margin-top: 9rpx;
+			margin-right: 10rpx;
 		}
 
 		.phone {
+			display: flex;
+			flex-direction: row;
 			margin-bottom: 15rpx;
 			height: 44rpx;
 			font-size: 24rpx;
@@ -748,6 +755,8 @@ export default {
 		}
 
 		.time {
+			display: flex;
+			flex-direction: row;
 			height: 44rpx;
 			font-size: 24rpx;
 			font-weight: 400;
@@ -798,7 +807,7 @@ export default {
 				.red {
 					display: block;
 					font-size: 28rpx;
-					font-weight: 500;
+					font-weight: bold;
 					color: #B22338 !important;
 					margin-right: 10rpx;
 				}
@@ -849,7 +858,7 @@ line-height: 44rpx;
 
 height: 32rpx;
 font-size: 20rpx;
-font-weight: 500;
+font-weight: bold;
 color: #B22338;
 line-height: 32rpx;
 		}
@@ -886,7 +895,6 @@ line-height: 32rpx;
 	padding: 0 30rpx;
 	width: 100%;
 	background: #FFF7F8;
-	border: 1px solid dashed #333333;
 	height: 60rpx;
 	line-height: 60rpx;
 	display: flex;
@@ -899,7 +907,7 @@ line-height: 32rpx;
 
 		.red {
 			font-size: 20rpx;
-			font-weight: 500;
+			font-weight: bold;
 			color: #B22338;
 		}
 	}
@@ -915,13 +923,15 @@ line-height: 32rpx;
 }
 
 .self-pickup-point {
+	display: flex;
+	flex-direction: column;
 	background: #FFF7F8;
 	padding-top: 20rpx;
 	margin: 0 30rpx;
 }
 
 .op-area {
-	height: 120rpx;
+	/*height: 120rpx;*/
 	display: flex;
 	justify-content: flex-end;
 	line-height: 120rpx;
@@ -1014,6 +1024,11 @@ line-height: 32rpx;
 	line-height: 40rpx;
 	margin: 24rpx 128rpx 0 122rpx;
 }
-
+.white_line{
+	width: 90%;
+	height: 2rpx;
+	margin-left: 5%;
+	background-color: white;
+}
 
 </style>