调整图片
This commit is contained in:
@@ -833,7 +833,7 @@ export default {
|
||||
height: calc(100% - 170rpx);
|
||||
}
|
||||
|
||||
::v-deep.scroll-view-item:nth-child(2n-1) {
|
||||
/deep/.scroll-view-item:nth-child(2n-1) {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
@@ -858,7 +858,7 @@ export default {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
::v-deep.set_box {
|
||||
/deep/.set_box {
|
||||
background-color: #fff;
|
||||
height: auto;
|
||||
|
||||
@@ -866,7 +866,7 @@ export default {
|
||||
padding-bottom: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
::v-deep.titleItem {
|
||||
/deep/.titleItem {
|
||||
line-height: 45rpx;
|
||||
// width: calc(100% - 120rpx) !important;
|
||||
}
|
||||
@@ -881,7 +881,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep.rightArrow {
|
||||
/deep/.rightArrow {
|
||||
margin-top: 6rpx !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user