|
@@ -1,13 +1,14 @@
|
|
<template>
|
|
<template>
|
|
<div class="main">
|
|
<div class="main">
|
|
- <div class="img-fixed1">
|
|
|
|
|
|
+ <!-- 两侧浮标 -->
|
|
|
|
+ <!-- <div class="img-fixed1">
|
|
|
|
|
|
<img src="../assets/img/fixed1.jpg" alt="">
|
|
<img src="../assets/img/fixed1.jpg" alt="">
|
|
- </div>
|
|
|
|
- <div class="img-fixed2">
|
|
|
|
|
|
+ </div> -->
|
|
|
|
+ <!-- <div class="img-fixed2">
|
|
|
|
|
|
<img src="../assets/img/fixed2.jpg" alt="">
|
|
<img src="../assets/img/fixed2.jpg" alt="">
|
|
- </div>
|
|
|
|
|
|
+ </div> -->
|
|
<indexTop ></indexTop>
|
|
<indexTop ></indexTop>
|
|
<!-- 导航 -->
|
|
<!-- 导航 -->
|
|
<indexNavigation class="indexNav"></indexNavigation>
|
|
<indexNavigation class="indexNav"></indexNavigation>
|
|
@@ -938,7 +939,6 @@
|
|
align-items: center;
|
|
align-items: center;
|
|
margin-bottom: 8px;
|
|
margin-bottom: 8px;
|
|
padding-left: 8px;
|
|
padding-left: 8px;
|
|
-
|
|
|
|
img {
|
|
img {
|
|
width: 40px;
|
|
width: 40px;
|
|
height: 40px;
|
|
height: 40px;
|
|
@@ -1094,26 +1094,27 @@
|
|
}
|
|
}
|
|
|
|
|
|
.img-fixed1{
|
|
.img-fixed1{
|
|
- width: 80px;
|
|
|
|
- height: 220px;
|
|
|
|
|
|
+
|
|
|
|
+ width: 10vw;
|
|
|
|
+ height: 40vh;
|
|
position: fixed;
|
|
position: fixed;
|
|
left: 10px;
|
|
left: 10px;
|
|
- bottom: 60px;
|
|
|
|
|
|
+ bottom: 15vh;
|
|
z-index: 999;
|
|
z-index: 999;
|
|
img{
|
|
img{
|
|
- width: 100%;
|
|
|
|
|
|
+ width:100%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.img-fixed2{
|
|
.img-fixed2{
|
|
- width: 80px;
|
|
|
|
- height: 220px;
|
|
|
|
|
|
+ width: 10vw;
|
|
|
|
+ height: 40vh;
|
|
position: fixed;
|
|
position: fixed;
|
|
right: 10px;
|
|
right: 10px;
|
|
- bottom: 60px;
|
|
|
|
|
|
+ bottom: 15vh;
|
|
z-index: 999;
|
|
z-index: 999;
|
|
img{
|
|
img{
|
|
- width: 100%;
|
|
|
|
|
|
+ width:100%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@media (min-width:1610px) {
|
|
@media (min-width:1610px) {
|
|
@@ -1148,5 +1149,30 @@
|
|
|
|
|
|
|
|
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+@media (min-width:1900px) {
|
|
|
|
+ .img-fixed1{
|
|
|
|
+ height: 300px;
|
|
|
|
+ left: 6vw;
|
|
|
|
+ }
|
|
|
|
+ .img-fixed2{
|
|
|
|
+ height: 300px;
|
|
|
|
+ right:6vw;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+}
|
|
|
|
+@media (min-width:2000px) {
|
|
|
|
+ .img-fixed1{
|
|
|
|
+ width: 12vw;
|
|
|
|
+ height: 30vh;
|
|
|
|
+ left: 13vw;
|
|
|
|
+ bottom:35vh;
|
|
|
|
+ }
|
|
|
|
+ .img-fixed2{
|
|
|
|
+ width: 12vw;
|
|
|
|
+ height: 30vh;
|
|
|
|
+ right:13vw;
|
|
|
|
+ bottom:35vh;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+}
|
|
</style>
|
|
</style>
|