|
@@ -95,6 +95,7 @@
|
|
|
</div>
|
|
|
</li>
|
|
|
</ul>
|
|
|
+ <div class="swiper-scrollbar"></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -170,6 +171,9 @@ export default {
|
|
|
prevEl: ".swiper-button-prev",
|
|
|
nextEl: ".swiper-button-next",
|
|
|
},
|
|
|
+ scrollbar: {
|
|
|
+ el: ".swiper-scrollbar",
|
|
|
+ },
|
|
|
};
|
|
|
},
|
|
|
},
|
|
@@ -352,22 +356,6 @@ export default {
|
|
|
z-index: 15;
|
|
|
bottom: 10px;
|
|
|
right: 15px;
|
|
|
- .txtShowBtn3 {
|
|
|
- width: 50px;
|
|
|
- height: 50px;
|
|
|
- cursor: pointer;
|
|
|
- background-image: url("../../assets/img/mapBtn.png");
|
|
|
- background-size: 100% 100%;
|
|
|
- margin-bottom: 10px;
|
|
|
- }
|
|
|
-}
|
|
|
-.txtShowBtn {
|
|
|
- width: 50px;
|
|
|
- height: 50px;
|
|
|
- cursor: pointer;
|
|
|
- background-image: url("../../assets/img/msg.png");
|
|
|
- background-size: 100% 100%;
|
|
|
- margin-bottom: 10px;
|
|
|
}
|
|
|
.txtShowBtn2 {
|
|
|
width: 50px;
|
|
@@ -376,61 +364,6 @@ export default {
|
|
|
background-image: url("../../assets/img/fullscreen.png");
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
-.btn {
|
|
|
- display: inline-block;
|
|
|
- margin: 0 auto;
|
|
|
- padding: 0 20px;
|
|
|
- height: 26px;
|
|
|
- line-height: 26px;
|
|
|
- background: rgba(0, 0, 0, 0.5);
|
|
|
- border: 1px solid rgba(255, 255, 255, 0.5);
|
|
|
- color: rgba(255, 255, 255, 0.5);
|
|
|
- border-radius: 4px;
|
|
|
- cursor: pointer;
|
|
|
- word-break: keep-all;
|
|
|
- max-width: 150px;
|
|
|
- text-overflow: ellipsis;
|
|
|
- overflow: hidden;
|
|
|
- white-space: nowrap;
|
|
|
- &.active {
|
|
|
- border: 1px solid rgba(255, 255, 255, 1);
|
|
|
- color: rgba(255, 255, 255, 1);
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-.pic-rect {
|
|
|
- border-radius: 4px;
|
|
|
- height: 24px;
|
|
|
- line-height: 24px;
|
|
|
- padding: 0;
|
|
|
- padding-bottom: 10px;
|
|
|
- background: none;
|
|
|
- border: none;
|
|
|
- &.active {
|
|
|
- border: none;
|
|
|
- color: rgba(255, 255, 255, 1);
|
|
|
- position: relative;
|
|
|
- &::before {
|
|
|
- content: "";
|
|
|
- display: inline-block;
|
|
|
- position: absolute;
|
|
|
- bottom: 0;
|
|
|
- width: 20px;
|
|
|
- height: 2px;
|
|
|
- z-index: 9999;
|
|
|
- left: 50%;
|
|
|
- transform: translateX(-50%);
|
|
|
- background: #0076f6;
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-.line {
|
|
|
- background: #0076f6;
|
|
|
- width: 100%;
|
|
|
- height: 0.1px;
|
|
|
- opacity: 0.5;
|
|
|
-}
|
|
|
|
|
|
.list {
|
|
|
transition: bottom 0.5s;
|
|
@@ -440,38 +373,7 @@ export default {
|
|
|
z-index: 30;
|
|
|
text-align: center;
|
|
|
width: 100%;
|
|
|
- .changeModel {
|
|
|
- padding: 0 25px;
|
|
|
- display: flex;
|
|
|
- position: absolute;
|
|
|
- z-index: 20;
|
|
|
- top: -110px;
|
|
|
- left: 50%;
|
|
|
- transform: translateX(-50%);
|
|
|
- height: 44px;
|
|
|
- background: repeating-linear-gradient(
|
|
|
- to right,
|
|
|
- rgba(75, 121, 132, 0.3),
|
|
|
- rgba(2, 42, 88, 1),
|
|
|
- rgba(2, 42, 88, 0.3)
|
|
|
- );
|
|
|
- .row {
|
|
|
- cursor: pointer;
|
|
|
- opacity: 0.5;
|
|
|
- min-width: 100px;
|
|
|
- height: 34px;
|
|
|
- line-height: 34px;
|
|
|
- margin-top: 5px;
|
|
|
- }
|
|
|
- .active {
|
|
|
- color: #8af8ff;
|
|
|
- background-image: url("../../assets/img/selected.png");
|
|
|
- background-size: 100% 100%;
|
|
|
- pointer-events: none;
|
|
|
- opacity: 1;
|
|
|
- margin-right: 15px;
|
|
|
- }
|
|
|
- }
|
|
|
+
|
|
|
.incoShow2 {
|
|
|
transition: opacity 0.5s;
|
|
|
border-radius: 50%;
|
|
@@ -508,10 +410,11 @@ export default {
|
|
|
line-height: 48px;
|
|
|
}
|
|
|
.activeOne {
|
|
|
+ color: #d00724;
|
|
|
+ border-bottom: 2px solid #d00724;
|
|
|
pointer-events: none;
|
|
|
- color: #8af8ff;
|
|
|
- background-image: url("../../assets/img/selected.png");
|
|
|
- background-size: 100% 100%;
|
|
|
+ opacity: 1;
|
|
|
+ margin-right: 15px;
|
|
|
}
|
|
|
max-width: 1000px;
|
|
|
z-index: 10;
|
|
@@ -595,26 +498,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- .dl {
|
|
|
- background: rgba(0, 0, 0, 0.3);
|
|
|
- border-radius: 18px;
|
|
|
- border: 1px solid rgba(255, 255, 255, 0.2);
|
|
|
- pointer-events: auto;
|
|
|
- margin-top: 18px;
|
|
|
- height: 38px;
|
|
|
- line-height: 38px;
|
|
|
- color: #fff;
|
|
|
-
|
|
|
- > i {
|
|
|
- margin-right: 8px;
|
|
|
- vertical-align: bottom;
|
|
|
- font-size: 18px;
|
|
|
- }
|
|
|
- }
|
|
|
|
|
|
- .deepbg {
|
|
|
- background-color: red;
|
|
|
- }
|
|
|
.l-con {
|
|
|
width: 100%;
|
|
|
transition: all ease 0.3s;
|