Baozhangchao пре 3 година
родитељ
комит
ed8c16db41
1 измењених фајлова са 2 додато и 3 уклоњено
  1. 2
    3
      src/pages/index/tabs/GuideCss/style.less

+ 2
- 3
src/pages/index/tabs/GuideCss/style.less Прегледај датотеку

@@ -3,7 +3,6 @@
3 3
 .Guide-Home-box {
4 4
   width: 94%;
5 5
   margin: auto;
6
-  position: relative;
7 6
   .room-box-info-ROOM {
8 7
     display: flex;
9 8
     padding: 10px;
@@ -307,9 +306,9 @@
307 306
   }
308 307
   .Guide-bottom-box {
309 308
     width: 100%;
310
-    position: fixed;
309
+    position: absolute;
311 310
     left: 0;
312
-    bottom: 17vw;
311
+    bottom: 0vw;
313 312
     z-index: 9999;
314 313
   }
315 314