Browse Source

z-inde

master
chutingting 1 year ago
parent
commit
aaff8da4cb
5 changed files with 14 additions and 14 deletions
  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 View File

@@ -126,7 +126,7 @@ export default {
color: #07CAAF; color: #07CAAF;
line-height: 48px; line-height: 48px;
cursor: pointer; cursor: pointer;
z-index: 9999;
// z-index: 9999;
} }
} }
} }
@@ -137,7 +137,7 @@ export default {
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
.list { .list {
z-index: 999;
// z-index: 999;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;


+ 1
- 1
src/layouts/index.vue View File

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


+ 3
- 3
src/views/aigc/index.vue View File

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


+ 5
- 5
src/views/information/index.vue View File

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


+ 3
- 3
src/views/metadaily/index.vue View File

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


Loading…
Cancel
Save