Sfoglia il codice sorgente

style:推广页面按钮提示词

xyh8905170 2 anni fa
parent
commit
ce02cceed9

+ 5 - 7
orderPages/bookService/index.rpx.scss

@@ -35,13 +35,15 @@
   color: #999999;
 }
 .hint{
-  width: 24rpx;
-  height: 24rpx;
+  width: 26rpx;
+  height: 26rpx;
+  font-weight: 400;
   border-radius: 12rpx;
   text-align: center;
+  line-height: 28rpx;
   background:   #FFAF36;
   color: #FFFFFF;
-  font-size: 18rpx;
+  font-size: 24rpx;
 }
 .hintCentent{
   font-size: 24rpx;
@@ -186,11 +188,7 @@
   margin-top: 80rpx;
 }
 .text_5{
-  //overflow-wrap: break-word;
   font-size: 24rpx;
   color: red;
   line-height: 30rpx;
-  //font-weight: normal;
-  //text-align: left;
-  //white-space: nowrap;
 }

+ 14 - 0
orderPages/storeService/index.rpx.scss

@@ -73,6 +73,20 @@
     color: red;
     line-height: 30rpx;
 }
+.groupItem1{
+    height: 220rpx;
+    border-bottom: 1px solid #EEEEEE;
+}
+.groupItemKey{
+    font-size: 28rpx;
+    font-weight: bold;
+    color: #333333;
+}
+.groupItemContent{
+    font-size: 28rpx;
+    font-weight: 400;
+    color: #999999;
+}
 
 .thumbnail_2 {
     width: 32rpx;

+ 9 - 6
orderPages/storeService/index.vue

@@ -2,14 +2,17 @@
   <view class="content">
     <view>
       <view class="box_4">
-        <view class="group_1" @click="getServiceObject">
-          <view class="text-group_2">
-            <text class="text_3">服务对象</text>
-            <text class="text_4">{{ serviceObject.nickName || '请选择服务对象' }}</text>
-            <text class="text_5" >娇宝,此排队提交后只针对一个服务对象,服务对象指接受娇骄儿理发服务的儿童</text>
+        <view class="flex-col justify-around groupItem1">
+          <view class="groupItemKey">
+            <text>服务对象</text>
           </view>
-          <u-icon name="arrow-right" color="#666" size="18"></u-icon>
+          <view class="flex-row justify-between groupItemContent" @click="getServiceObject">
+            <text>{{serviceObject.nickName || '请选择服务对象' }}</text>
+            <u-icon name="arrow-right" color="#666" size="18"></u-icon>
+          </view>
+          <text class="text_5">娇宝,此排队提交后只针对一个服务对象,服务对象指接受娇骄儿理发服务的儿童</text>
         </view>
+
         <view class="group_2"></view>
         <view class="group_1">
           <picker @change="bindPickerChange" mode='selector' range-key="typeName" :value="index"