This commit is contained in:
2025-05-06 13:33:55 +08:00
parent 5e6ea2e0f8
commit 4865a8a5d5
1390 changed files with 194478 additions and 156 deletions

View File

@@ -999,11 +999,11 @@ export default {
box-sizing: border-box;
}
/deep/.titleItem {
::v-deep.titleItem {
// width: calc(100% - 120rpx) !important;
}
/deep/.scroll-view-item:nth-child(2n-1) {
::v-deep.scroll-view-item:nth-child(2n-1) {
background-color: transparent !important;
}
@@ -1070,7 +1070,7 @@ export default {
// .common_curriculum_list{
// }
/deep/.common_curriculum_list {
::v-deep.common_curriculum_list {
margin-top: 20rpx;
padding: 20rpx 20rpx 20rpx;
@@ -1106,7 +1106,7 @@ export default {
}
}
/deep/.common_section {
::v-deep.common_section {
padding: 0 !important;
padding-bottom: 20rpx !important;
}
@@ -1212,7 +1212,7 @@ export default {
}
}
/deep/.goods_nav_box {
::v-deep.goods_nav_box {
.left {
margin-top: -10rpx;
width: calc(100% - 180rpx);
@@ -1288,7 +1288,7 @@ export default {
}
}
/deep/.pay_item:nth-last-child(1) {
::v-deep.pay_item:nth-last-child(1) {
border-bottom: none !important;
}
}
@@ -1396,7 +1396,7 @@ export default {
justify-content: space-between;
}
/deep/.commonDetailPage {
::v-deep.commonDetailPage {
height: 100vh !important;
}