Browse Source

style:预约时段样式修改

zhanghui 2 năm trước cách đây
mục cha
commit
cb581cd84f

+ 4 - 3
orderPages/bookService/index.rpx.scss

@@ -193,15 +193,16 @@
 }
 .timeItem {
   width: 124rpx;
-  //height: 124rpx;
+  height: 60rpx;
   background: #FAFAFA;
   border-radius: 16rpx;
   margin-top: 16rpx;
 }
 .selectBack {
   background: rgba(255, 224, 92, 0.1);
-  border: 4rpx solid #FFE05C;
-  box-sizing:border-box
+  box-shadow: 0 0 0 2px  #FFE05C;
+  //border: 4rpx solid #FFE05C;
+  //box-sizing:border-box
 }
 
 .time {

+ 1 - 1
orderPages/bookService/index.vue

@@ -69,7 +69,7 @@
 				</u-grid>
 			</view>
 			<view class="serob" :style="{'marginTop':'32rpx'}">
-				<text>服务时段以及服务费用</text>
+				<text>服务时段</text>
 			</view>
 			<view v-if="!item.serviceStartTime" class="noTime flex-row justify-center">
 				<text>暂无可用的服务时段</text>

+ 4 - 3
orderPages/storeService/index.rpx.scss

@@ -131,15 +131,16 @@
 }
 .timeItem {
   width: 124rpx;
-  //height: 124rpx;
+  height: 60rpx;
   background: #FAFAFA;
   border-radius: 16rpx;
   margin-top: 16rpx;
 }
 .selectBack {
   background: rgba(255, 224, 92, 0.1);
-  border: 4rpx solid #FFE05C;
-  box-sizing:border-box
+  //border: 4rpx solid #FFE05C;
+  //box-sizing:border-box;
+  box-shadow: 0 0 0 2px  #FFE05C;
 }
 .time {
   font-size: 24rpx;

+ 1 - 1
orderPages/storeService/index.vue

@@ -27,7 +27,7 @@
 				<text class="selectSerobName">{{item.nickName || '未填写'}}</text>
 			</view>
 			<view class="serob" >
-				<text>服务时段以及服务费用</text>
+				<text>服务时段</text>
 			</view>
 			<view v-if="!item.serviceStartTime" class="noTime flex-row justify-center">
 				<text>暂无可用的服务时段</text>