Selaa lähdekoodia

z-inde

master
chutingting 1 vuosi sitten
vanhempi
commit
aaff8da4cb
5 muutettua tiedostoa jossa 14 lisäystä ja 14 poistoa
  1. +2
    -2
      src/components/hotNews/index.vue
  2. +1
    -1
      src/layouts/index.vue
  3. +3
    -3
      src/views/aigc/index.vue
  4. +5
    -5
      src/views/information/index.vue
  5. +3
    -3
      src/views/metadaily/index.vue

+ 2
- 2
src/components/hotNews/index.vue Näytä tiedosto

@@ -126,7 +126,7 @@ export default {
color: #07CAAF;
line-height: 48px;
cursor: pointer;
z-index: 9999;
// z-index: 9999;
}
}
}
@@ -137,7 +137,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;


+ 1
- 1
src/layouts/index.vue Näytä tiedosto

@@ -99,7 +99,7 @@ export default {
height: 77px;
background: #00000081;
align-items: center;
z-index: 99999;
z-index: 99;
#logo {
width: 163px;
height: 43px;


+ 3
- 3
src/views/aigc/index.vue Näytä tiedosto

@@ -224,7 +224,7 @@ export default {
position: absolute;
top: 40%;
left: 55%;
z-index: 99;
// z-index: 99;
.el-form-item {
width: 350px;
}
@@ -515,7 +515,7 @@ export default {
}
.videozb::after {
content: '';
z-index: 99;
// z-index: 99;
width: 55px;
height: 55px;
position: absolute;
@@ -524,7 +524,7 @@ export default {
left: 50%;
margin-left: -27.5px;
top: 40%;
z-index: 99;
// z-index: 99;
background-repeat: no-repeat;
}
}


+ 5
- 5
src/views/information/index.vue Näytä tiedosto

@@ -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;


+ 3
- 3
src/views/metadaily/index.vue Näytä tiedosto

@@ -245,7 +245,7 @@ export default {
font-size: 18px;
line-height: 48px;
cursor: pointer;
z-index: 99;
// z-index: 99;
}
.clk {
font-weight: bold;
@@ -277,7 +277,7 @@ export default {
font-weight: bold;
color: #07CAAF;
line-height: 48px;
z-index: 999;
// z-index: 999;
}
}
#hotList {
@@ -290,7 +290,7 @@ export default {
.list {
display: flex;
//width: 50%;
z-index: 999;
// z-index: 999;
flex-direction: row !important;
//align-items: center;
justify-content: center;


Ladataan…
Peruuta
Tallenna