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

@@ -184,7 +184,7 @@ export default {
height: calc(100% - 170rpx);
}
/deep/.scroll-view-item:nth-child(2n-1) {
::v-deep.scroll-view-item:nth-child(2n-1) {
background-color: transparent !important;
}
@@ -226,7 +226,7 @@ export default {
}
}
/deep/.rightArrow {
::v-deep.rightArrow {
margin-top: 6rpx !important;
}
</style>

View File

@@ -1023,7 +1023,7 @@ export default {
}
}
/deep/.scroll-view-item:nth-child(2n-1) {
::v-deep.scroll-view-item:nth-child(2n-1) {
background-color: transparent !important;
}

View File

@@ -833,7 +833,7 @@ export default {
height: calc(100% - 170rpx);
}
/deep/.scroll-view-item:nth-child(2n-1) {
::v-deep.scroll-view-item:nth-child(2n-1) {
background-color: transparent !important;
}
@@ -858,7 +858,7 @@ export default {
background-color: #f5f5f5;
}
/deep/.set_box {
::v-deep.set_box {
background-color: #fff;
height: auto;
@@ -866,7 +866,7 @@ export default {
padding-bottom: 0;
padding-top: 0;
}
/deep/.titleItem {
::v-deep.titleItem {
line-height: 45rpx;
// width: calc(100% - 120rpx) !important;
}
@@ -881,7 +881,7 @@ export default {
}
}
/deep/.rightArrow {
::v-deep.rightArrow {
margin-top: 6rpx !important;
}
</style>

View File

@@ -1341,22 +1341,22 @@ export default {
margin: 1rpx 15rpx 0 0;
.quhaoSel {
/deep/.uni-select {
::v-deep.uni-select {
font-size: 24rpx;
}
/deep/.uni-select__selector-item {
::v-deep.uni-select__selector-item {
font-size: 24rpx;
}
/deep/.uni-stat__select {
::v-deep.uni-stat__select {
height: 60rpx;
}
}
}
}
/deep/.scroll-view-item:nth-child(2n-1) {
::v-deep.scroll-view-item:nth-child(2n-1) {
background-color: transparent !important;
}

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;
}

View File

@@ -699,7 +699,7 @@ export default {
// right: 30rpx;
// top: 20rpx;
}
/deep/.u-alert__content__title {
::v-deep.u-alert__content__title {
// background-color: #f0f0f0;
font-size: 24rpx !important;
// color: #f4511a !important;

View File

@@ -397,7 +397,7 @@ export default {
// margin-bottom: 30rpx;
padding: 10rpx 20rpx 40rpx;
}
/deep/.list_item {
::v-deep.list_item {
background-color: rgba(255, 255, 255, 0.85) !important;
box-shadow: 0 0px 10px 1px #d3d1d133 !important;
border-radius: 10rpx;