|
@@ -17,7 +17,7 @@
|
|
|
</div>
|
|
|
<div v-else class="advertise-box cursor-pointer" @mouseenter="showFullAdvertise = true"></div>
|
|
|
</div>
|
|
|
- <div class="advertise mt-3" :style="{'width': showFullAdvertise1 ? '180px' : '20px'}">
|
|
|
+ <div class="advertise" :style="{'width': showFullAdvertise1 ? '180px' : '20px'}">
|
|
|
<div v-if="showFullAdvertise1">
|
|
|
<div class="advertise-title d-inline-block">
|
|
|
<span>广告</span>
|
|
@@ -141,7 +141,7 @@ const adClick = () => {
|
|
|
// position: sticky;
|
|
|
// top: 128px;
|
|
|
// z-index: 999;
|
|
|
- height: 360px;
|
|
|
+ height: 372px;
|
|
|
&-box {
|
|
|
position: relative;
|
|
|
width: 15px;
|
|
@@ -175,7 +175,7 @@ const adClick = () => {
|
|
|
}
|
|
|
}
|
|
|
.content-box {
|
|
|
- margin-top: -720px;
|
|
|
+ margin-top: -372px - 372px;
|
|
|
}
|
|
|
.banner {
|
|
|
width: 100%;
|