Commit 44792de5 by 林家欣

修改首页样式影响请其他页面

parent c858afb2
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
<!-- Banner图 --> <!-- Banner图 -->
<div class="banner"> <div class="banner">
<VueSlickCarousel v-bind="bannerSettings" v-if="banner.length > 0"> <VueSlickCarousel v-bind="bannerSettings" v-if="banner.length > 0">
<div v-for="(el, i) in banner" :key="i" > <div v-for="(el, i) in banner" :key="i">
<div class="banner-item" :style="{background:el.colorBackground}"> <div class="banner-item" :style="{ background: el.colorBackground }">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-lg-7 carousel-caption-left"> <div class="col-lg-7 carousel-caption-left">
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
</div> </div>
</div> </div>
<div class="d-none d-lg-block banner-tp"> <div class="d-none d-lg-block banner-tp">
<img :src="el.picIndexPath" alt="" class="container"/> <img :src="el.picIndexPath" alt="" class="container" />
</div> </div>
</div> </div>
</div> </div>
...@@ -1388,8 +1388,7 @@ export default { ...@@ -1388,8 +1388,7 @@ export default {
} }
} }
} }
} @media screen and (min-width: 992px) {
@media screen and (min-width: 992px) {
.banner { .banner {
.carousel-title { .carousel-title {
font-size: 36px; font-size: 36px;
...@@ -1451,8 +1450,8 @@ export default { ...@@ -1451,8 +1450,8 @@ export default {
.H5 { .H5 {
display: none; display: none;
} }
} }
@media screen and (max-width: 992px) { @media screen and (max-width: 992px) {
.banner { .banner {
.carousel-title { .carousel-title {
font-size: 25px; font-size: 25px;
...@@ -1494,6 +1493,7 @@ export default { ...@@ -1494,6 +1493,7 @@ export default {
.H5 { .H5 {
display: block; display: block;
} }
}
} }
</style> </style>
<style lang="scss" scoped> <style lang="scss" scoped>
...@@ -1800,37 +1800,37 @@ export default { ...@@ -1800,37 +1800,37 @@ export default {
margin: 0 auto; margin: 0 auto;
} }
} }
.whbsxtcy-row{ .whbsxtcy-row {
>div{ > div {
height: 128px; height: 128px;
} }
.ywdt-tp{ .ywdt-tp {
height: 84px; height: 84px;
display: flex; display: flex;
align-items: center; align-items: center;
} }
} }
.wsxtcy-row{ .wsxtcy-row {
>div{ > div {
height: 106px; height: 106px;
} }
.ywdt-tp{ .ywdt-tp {
height: 60px; height: 60px;
display: flex; display: flex;
align-items: center; align-items: center;
} }
} }
.wsylqy-row{ .wsylqy-row {
height: 130px; height: 130px;
.ywdt-tp{ .ywdt-tp {
height: 70px; height: 70px;
display: flex; display: flex;
align-items: center; align-items: center;
} }
} }
.kjywblzq-row{ .kjywblzq-row {
height: 130px; height: 130px;
.ywdt-tp{ .ywdt-tp {
height: 70px; height: 70px;
display: flex; display: flex;
align-items: center; align-items: center;
...@@ -1942,9 +1942,9 @@ export default { ...@@ -1942,9 +1942,9 @@ export default {
height: 300px; height: 300px;
} }
.spqqsfz-cont-left { .spqqsfz-cont-left {
.spqqsfz-cont-left-tp{ .spqqsfz-cont-left-tp {
text-align: center; text-align: center;
img{ img {
max-height: 100%; max-height: 100%;
} }
} }
......
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