样式修改
This commit is contained in:
parent
1f4c511939
commit
2e90d54610
@ -187,7 +187,7 @@
|
||||
|| 0 }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="img-list-box dis-f jus-x al-item" v-show="imgList.length > 0">
|
||||
<div class="img-list-box dis-f jus-x al-item" v-show="imgList.length > 0" :class="{'no-img-pd':scrollWidth <= clientWidth}">
|
||||
<img src="../assets/img/detail/moreNot.svg" class="icon left-icon" alt=""
|
||||
v-show="imgListTab === 0 && scrollWidth > clientWidth">
|
||||
<img src="../assets/img/detail/moreAllow.svg" class="icon left-icon" alt=""
|
||||
@ -2432,6 +2432,10 @@ img {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.no-img-pd{
|
||||
padding:0 !important;
|
||||
}
|
||||
|
||||
.img-list-box {
|
||||
padding: 0 20px;
|
||||
position: relative;
|
||||
@ -2581,7 +2585,7 @@ img {
|
||||
flex-wrap: wrap;
|
||||
|
||||
.info {
|
||||
width: 276px;
|
||||
width: 271px;
|
||||
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
|
Loading…
x
Reference in New Issue
Block a user