Commit 8c690b8c authored by lixy's avatar lixy

关于欣新

parent e6376b44
...@@ -15,6 +15,24 @@ body { ...@@ -15,6 +15,24 @@ body {
bottom: 150px !important; bottom: 150px !important;
top: auto !important; top: auto !important;
} }
.v-type-active{
background: #1bbb9f;
color: #fff;
}
.v-type{
display: inline-block;
cursor: pointer;
width: 110px;
height: 40px;
line-height: 40px;
text-align: center;
}
.v-type-ul{
width: 600px;
margin: 0 auto 20px auto;
justify-content: space-between;
display: flex;
}
.min-win{ .min-win{
width: 1200px; width: 1200px;
} }
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<div class="box"> <div class="box">
<ul> <ul>
<li v-for="(item, index) in list" :key="item.id" :class="index === current ? 'active' : ''" @click="bannerClick(index, item)"> <li v-for="(item, index) in list" :key="item.id" :class="index === current ? 'active' : ''" @click="bannerClick(index, item)">
<img :src= "item.cover" style="width:100%;min-width: 1120px;height: 100%;" :alt="item.title"/> <img :src= "item.cover" style="width:100%;min-width: 1120px;height: 240px;object-fit: cover;" :alt="item.title"/>
</li> </li>
</ul> </ul>
<!--<div class="status">--> <!--<div class="status">-->
...@@ -151,24 +151,24 @@ ...@@ -151,24 +151,24 @@
justify-content: center; justify-content: center;
} }
@media screen and (max-width:1200px){ /*@media screen and (max-width:1200px){*/
.box{ /*.box{*/
position:relative; /*position:relative;*/
height:150px; /*height:150px;*/
} /*}*/
} /*}*/
@media screen and (min-width:1201px) and (max-width:1920px){ /*@media screen and (min-width:1201px) and (max-width:1920px){*/
.box{ /*.box{*/
position:relative; /*position:relative;*/
height:180px; /*height:180px;*/
} /*}*/
} /*}*/
@media screen and (min-width:1920px){ /*@media screen and (min-width:1920px){*/
.box{ .box{
position:relative; position:relative;
height:240px; height:240px;
} }
} /*}*/
span{ span{
display:block; display:block;
height:40px; height:40px;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -655,24 +655,6 @@ export default { ...@@ -655,24 +655,6 @@ export default {
position: relative; position: relative;
margin-bottom: 50px; margin-bottom: 50px;
} }
.v-type-active{
background: #1bbb9f;
color: #fff;
}
.v-type{
display: inline-block;
cursor: pointer;
width: 110px;
height: 40px;
line-height: 40px;
text-align: center;
}
.v-type-ul{
width: 600px;
margin: 0 auto 20px auto;
justify-content: space-between;
display: flex;
}
.tour-t{ .tour-t{
color: #666; color: #666;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment