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

@@ -1823,11 +1823,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;
}
@@ -2071,7 +2071,7 @@ export default {
// .common_curriculum_list{
// }
/deep/.common_curriculum_list {
::v-deep.common_curriculum_list {
margin-top: 20rpx;
padding: 20rpx 20rpx 20rpx;
@@ -2107,7 +2107,7 @@ export default {
}
}
/deep/.common_section {
::v-deep.common_section {
padding: 0 !important;
padding-bottom: 20rpx !important;
}
@@ -2203,14 +2203,14 @@ export default {
border-radius: 10rpx;
}
/deep/.list_item {
::v-deep.list_item {
// border-bottom: none;
padding: 10rpx 0 !important;
padding-right: 0 !important;
}
.parameterList {
/deep/.list_item {
::v-deep.list_item {
// border-bottom: none;
padding: 0 !important;
border: none !important;
@@ -2232,7 +2232,7 @@ export default {
}
.parameter_info {
/deep/.list_item {
::v-deep.list_item {
// border-bottom: none;
padding: 0 !important;
border: none !important;
@@ -2253,11 +2253,11 @@ export default {
}
}
/deep/.u-popup__content {
::v-deep.u-popup__content {
background-color: transparent !important;
}
/deep/.u-popup__content__close {
::v-deep.u-popup__content__close {
color: #fff !important;
}