chengjie 7 anni fa
parent
commit
8e7d15dce4
2 ha cambiato i file con 5 aggiunte e 2 eliminazioni
  1. 1 1
      pages/main/detail.wxml
  2. 4 1
      pages/main/detail.wxss

+ 1 - 1
pages/main/detail.wxml

@@ -77,7 +77,7 @@
77
           <view class="btnAddSub"></view>
77
           <view class="btnAddSub"></view>
78
         </view>
78
         </view>
79
       
79
       
80
-      <view class="btnStart" bindtap='getFinish'>
80
+      <view class="btnStart0 btnStart" bindtap='getFinish'>
81
         <view class="btnStart1">
81
         <view class="btnStart1">
82
           出题
82
           出题
83
         </view>
83
         </view>

+ 4 - 1
pages/main/detail.wxss

@@ -205,13 +205,16 @@
205
 
205
 
206
 .btnStart {
206
 .btnStart {
207
   width: 680rpx;
207
   width: 680rpx;
208
-  height: 160rpx;
208
+  height: 190rpx;
209
   background-color: #7D2B25;
209
   background-color: #7D2B25;
210
   border-bottom-left-radius: 40rpx;
210
   border-bottom-left-radius: 40rpx;
211
   border-bottom-right-radius: 40rpx;
211
   border-bottom-right-radius: 40rpx;
212
   position: relative;
212
   position: relative;
213
   margin-top: 80rpx;
213
   margin-top: 80rpx;
214
 }
214
 }
215
+.btnStart0 {
216
+  height: 170rpx;
217
+}
215
 
218
 
216
 .btnStart1 {
219
 .btnStart1 {
217
   width: 100%;
220
   width: 100%;