Commit 7eeac592 by 刘泽奇

123

parent 2fbd2bde
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -182,6 +182,7 @@ li { ...@@ -182,6 +182,7 @@ li {
background: #32b6e7; background: #32b6e7;
color: #fff; color: #fff;
font-size: 18px; font-size: 18px;
line-height: 80px;
} }
.brandreg-swiper .brandreg-swiper-content-button-enter { .brandreg-swiper .brandreg-swiper-content-button-enter {
...@@ -206,23 +207,26 @@ li { ...@@ -206,23 +207,26 @@ li {
} }
.brandreg-swiper-hearder { .brandreg-swiper-hearder {
display: flex;
box-sizing: border-box;
padding-left: 100px;
align-items: center;
font-size: 16px; font-size: 16px;
height: 70px; height: 70px;
background: #2F3353; background: #2F3353;
color: #fff; color: #fff;
} }
.brandreg-swiper-hearder>div{
.brandreg-swiper-hearder>div:nth-child(1) { width: 100%;
height: 100%;
line-height:70px ;
}
.brandreg-swiper-hearder>div>div{
display: inline-block;
}
.brandreg-swiper-hearder>div>div:nth-child(1) {
width: 39px; width: 39px;
height: 39px; height: 39px;
margin-right: 15px; margin-right: 15px;
} }
.brandreg-swiper-hearder>div:nth-child(1)>img { .brandreg-swiper-hearder>div>div:nth-child(1)>img {
width: 100%; width: 100%;
height: 100%; height: 100%;
} }
......
...@@ -58,11 +58,14 @@ ...@@ -58,11 +58,14 @@
<div class="brandreg-swiper-hearder" <div class="brandreg-swiper-hearder"
:class="{\'brandreg-swiper-hearder-enter\':index==current}"> :class="{\'brandreg-swiper-hearder-enter\':index==current}">
<div> <div>
<img :src="item.productLogo" alt=""> <div>
</div> <img :src="item.productLogo" alt="">
<div> </div>
{{item.itemName}} <div>
{{item.itemName}}
</div>
</div> </div>
</div> </div>
<div class="brandreg-swiper-content"> <div class="brandreg-swiper-content">
<ul> <ul>
......
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