|
|
@@ -24,7 +24,7 @@ |
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<a :href="gg2.link" v-if="gg2.image" @click="bannerCk(gg2)">class="banner">
|
|
|
|
<a :href="gg2.link" v-if="gg2.image" @click="bannerCk(gg2)" class="banner">
|
|
|
|
<img :src="gg2.image" alt="">
|
|
|
|
</a>
|
|
|
|
<div id="wk">
|
|
|
@@ -252,7 +252,7 @@ export default { |
|
|
|
color: #07CAAF;
|
|
|
|
line-height: 48px;
|
|
|
|
cursor: pointer;
|
|
|
|
z-index: 9999;
|
|
|
|
// z-index: 9999;
|
|
|
|
}
|
|
|
|
.more:hover {
|
|
|
|
border: 1px solid #088669;
|
|
|
@@ -267,7 +267,7 @@ export default { |
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
.list {
|
|
|
|
z-index: 999;
|
|
|
|
// z-index: 999;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
@@ -415,7 +415,7 @@ export default { |
|
|
|
font-weight: bold;
|
|
|
|
color: #07CAAF;
|
|
|
|
line-height: 48px;
|
|
|
|
z-index: 999;
|
|
|
|
// z-index: 999;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#hotList {
|
|
|
@@ -423,7 +423,7 @@ export default { |
|
|
|
flex-wrap: wrap;
|
|
|
|
align-items: center;
|
|
|
|
.list {
|
|
|
|
z-index: 999;
|
|
|
|
// z-index: 999;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
width: 500px;
|
|
|
|