调整图片

This commit is contained in:
liuyuan
2025-05-06 17:11:57 +08:00
parent b5d7e637b1
commit c5af21f384
69 changed files with 478 additions and 504 deletions

View File

@@ -1966,11 +1966,11 @@ export default {
box-sizing: border-box;
}
::v-deep.titleItem {
/deep/.titleItem {
// width: calc(100% - 120rpx) !important;
}
::v-deep.scroll-view-item:nth-child(2n-1) {
/deep/.scroll-view-item:nth-child(2n-1) {
background-color: transparent !important;
}
@@ -2037,7 +2037,7 @@ export default {
// .common_curriculum_list{
// }
::v-deep.common_curriculum_list {
/deep/.common_curriculum_list {
margin-top: 20rpx;
padding: 20rpx 20rpx 20rpx;
@@ -2073,7 +2073,7 @@ export default {
}
}
::v-deep.common_section {
/deep/.common_section {
padding: 0 !important;
padding-bottom: 20rpx !important;
}
@@ -2179,7 +2179,7 @@ export default {
}
}
::v-deep.goods_nav_box {
/deep/.goods_nav_box {
.left {
margin-top: -10rpx;
width: calc(100% - 220rpx);
@@ -2255,7 +2255,7 @@ export default {
}
}
::v-deep.pay_item:nth-last-child(1) {
/deep/.pay_item:nth-last-child(1) {
border-bottom: none !important;
}
}