调整图片

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

@@ -884,7 +884,7 @@ export default {
// align-items: center;
}
::v-deep.common_curriculum_list {
/deep/.common_curriculum_list {
padding: 20rpx;
.content_item {
@@ -905,21 +905,21 @@ export default {
}
}
::v-deep.u-cell__left-icon-wrap {
/deep/.u-cell__left-icon-wrap {
width: 100%;
}
::v-deep.u-cell__body {
/deep/.u-cell__body {
background: #1b9994 !important;
box-shadow: 0rpx 0rpx 6rpx 0rpx rgba(0, 82, 79, 0.65) !important;
padding: 0 20rpx !important;
}
::v-deep.u-icon__icon--info {
/deep/.u-icon__icon--info {
color: #fff !important;
}
::v-deep.u-collapse-item__content__text {
/deep/.u-collapse-item__content__text {
padding-left: 0 !important;
padding-right: 0 !important;
padding-top: 0 !important;
@@ -994,7 +994,7 @@ export default {
float: left;
}
::v-deep.list_item {
/deep/.list_item {
position: relative;
border-radius: 20rpx;
padding: 20rpx !important;
@@ -1012,7 +1012,7 @@ export default {
}
}
// ::v-deep.list_item :nth-child(2n-1) {
// /deep/.list_item :nth-child(2n-1) {
// background: rgba(255, 255, 255, 0.85) !important;
// }
.feng {
@@ -1035,7 +1035,7 @@ export default {
background-image: #edf6f5ad !important;
}
::v-deep.uni-scroll-view-content {
/deep/.uni-scroll-view-content {
box-sizing: border-box !important;
padding: 10rpx !important;
}
@@ -1266,7 +1266,7 @@ export default {
}
}
::v-deep.scroll-view-item:nth-child(2n-1) {
/deep/.scroll-view-item:nth-child(2n-1) {
background: rgba(255, 255, 255, 0.85) !important;
}