Browse Source

入住体验开发

hanchong 1 năm trước cách đây
mục cha
commit
6a906eb09b

+ 1 - 1
pages/sleepEvaluation/sleepEvaluation.wxml

@@ -46,7 +46,7 @@
    </view>
   <view class='title_1'>二、用户体验</view>
   <!-- 睡眠环境评价 -->  
-  <view class="section">  
+  <view class="section_stayExper">  
     <text>5、睡眠房的入住体验怎么样?</text>  
     <radio-group bindchange="bindStayExperOptions">  
       <block wx:for="{{stayExperOptions}}" wx:key="index">  

+ 5 - 0
pages/sleepEvaluation/sleepEvaluation.wxss

@@ -16,6 +16,11 @@
   margin-top: 25rpx; 
   margin-right:355rpx;
 }
+.section_stayExper {  
+  margin-bottom: 15rpx;  
+  margin-top: 25rpx; 
+  margin-right:60rpx;
+}
 
 .title {
   text-align: center;