浏览代码

入住体验开发

hanchong 1 年之前
父节点
当前提交
6a906eb09b
共有 2 个文件被更改,包括 6 次插入1 次删除
  1. 1 1
      pages/sleepEvaluation/sleepEvaluation.wxml
  2. 5 0
      pages/sleepEvaluation/sleepEvaluation.wxss

+ 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;