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 {
background: #32b6e7;
color: #fff;
font-size: 18px;
line-height: 80px;
}
.brandreg-swiper .brandreg-swiper-content-button-enter {
......@@ -206,23 +207,26 @@ li {
}
.brandreg-swiper-hearder {
display: flex;
box-sizing: border-box;
padding-left: 100px;
align-items: center;
font-size: 16px;
height: 70px;
background: #2F3353;
color: #fff;
}
.brandreg-swiper-hearder>div:nth-child(1) {
.brandreg-swiper-hearder>div{
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;
height: 39px;
margin-right: 15px;
}
.brandreg-swiper-hearder>div:nth-child(1)>img {
.brandreg-swiper-hearder>div>div:nth-child(1)>img {
width: 100%;
height: 100%;
}
......
......@@ -58,12 +58,15 @@
<div class="brandreg-swiper-hearder"
:class="{\'brandreg-swiper-hearder-enter\':index==current}">
<div>
<div>
<img :src="item.productLogo" alt="">
</div>
<div>
{{item.itemName}}
</div>
</div>
</div>
<div class="brandreg-swiper-content">
<ul>
<li v-for="(item, index) in item.productDesc.desc" :key="index">
......
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