Explorar o código

feat(kd)修改样式

xing.li %!s(int64=4) %!d(string=hai) anos
pai
achega
b7bd838895
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  1. 1 1
      pages/appointment/appointment.wxml
  2. 1 0
      pages/appointment/appointment.wxss

+ 1 - 1
pages/appointment/appointment.wxml

@@ -52,7 +52,7 @@
         </mp-tabs>
         </mp-tabs>
     </view>
     </view>
     <view class="desc-title">选择技师</view>
     <view class="desc-title">选择技师</view>
-    <view class="section" style="text-align: -webkit-center;">
+    <view class="section" style="width:93%;margin:15rpx auto">
         <picker bindchange="bindStaffChange" value="{{indexStaff}}" range-key="staffName" range="{{staffsList}}">
         <picker bindchange="bindStaffChange" value="{{indexStaff}}" range-key="staffName" range="{{staffsList}}">
             <view class="staffName card">
             <view class="staffName card">
                 当前选择:{{staffName}}
                 当前选择:{{staffName}}

+ 1 - 0
pages/appointment/appointment.wxss

@@ -286,5 +286,6 @@
     color: #646464;
     color: #646464;
     line-height: 100rpx;
     line-height: 100rpx;
     letter-spacing: 4rpx;
     letter-spacing: 4rpx;
+    padding-left:40rpx
 
 
 }
 }