Baozhangchao 3 年 前
コミット
bbf34f848c
共有2 個のファイルを変更した5 個の追加2 個の削除を含む
  1. 1
    1
      src/pages/index/tabs/Guide.jsx
  2. 4
    1
      src/pages/index/tabs/GuideCss/style.less

+ 1
- 1
src/pages/index/tabs/Guide.jsx ファイルの表示

@@ -210,7 +210,7 @@ export default (props) => {
210 210
         <view className='Guide-Content-box'>
211 211
           <Customized />
212 212
         </view>
213
-        <view className='Guide-bottom-box'>
213
+        <view className={`Guide-bottom-box ${ifroomId === 'reality' ? '' : 'Guide-bottom-two'}`}>
214 214
           <Image mode='widthFix' style={{ width: '100%' }} src='http://yz-shigongli.oss-cn-shanghai.aliyuncs.com/images/hotel_guide_help.png' onClick={goIndex} />
215 215
 
216 216
         </view>

+ 4
- 1
src/pages/index/tabs/GuideCss/style.less ファイルの表示

@@ -308,10 +308,13 @@
308 308
     width: 100%;
309 309
     position: absolute;
310 310
     left: 0;
311
-    bottom: 0vw;
312 311
     z-index: 9999;
313 312
   }
314 313
 
314
+  .Guide-bottom-two {
315
+    bottom: 0vw;
316
+  }
317
+
315 318
   //攻略卡片.
316 319
   .Raiders-box-one {
317 320
     margin-bottom: 60px;