Baozhangchao 3 years ago
parent
commit
bbf34f848c
2 changed files with 5 additions and 2 deletions
  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 View File

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

+ 4
- 1
src/pages/index/tabs/GuideCss/style.less View File

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