暖心小太阳 13 hours ago
parent
commit
f32127888e
1 changed files with 10 additions and 8 deletions
  1. 10 8
      pages/checkout/checkout.vue

+ 10 - 8
pages/checkout/checkout.vue

@@ -321,13 +321,7 @@
 							<view class="time-select-bottom" v-if="selectweek!==''&weekday!==''&selecttime!==''">
 								<span>当前选择:</span>
 								{{selectweek}}
-								<span style="    display: inline-block;
-    width: 2px;
-    height: 10px;
-    background-color: #d77958;
-    position: relative;
-    top: 1px;
-    margin: 0 5px;"></span>
+								<span class="select-week-date"></span>
 								{{weekday}}({{selecttime}})
 							</view>
 						</view>
@@ -3095,7 +3089,6 @@
 
 	.time-select-right-a {
 		padding: 10rpx 24rpx;
-
 		display: flex;
 		flex-wrap: wrap;
 		justify-content: space-between;
@@ -3104,4 +3097,13 @@
 	.first-appoint-date-list{
 		background-color: #fafafa;
 	}
+	.select-week-date{
+		display: inline-block;
+		width: 2px;
+		height: 10px;
+		background-color: #d77958;
+		position: relative;
+		top: 1px;
+		margin: 0 5px;
+	}
 </style>