调整图片

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

@@ -1045,11 +1045,11 @@ export default {
}
}
::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;
}
@@ -1357,32 +1357,32 @@ export default {
// background:
}
::v-deep.u-alert--warning--light {
/deep/.u-alert--warning--light {
background-color: none !important;
}
::v-deep.u-alert__text--warning--light {
/deep/.u-alert__text--warning--light {
color: #fff !important;
}
::v-deep.u-alert {
/deep/.u-alert {
background: none !important;
}
::v-deep.u-icon__icon--warning {
/deep/.u-icon__icon--warning {
color: #fff !important;
}
::v-deep.uni-section {
/deep/.uni-section {
background: transparent !important;
}
::v-deep.uni-section .uni-section-header {
/deep/.uni-section .uni-section-header {
padding-top: 10rpx !important;
padding-bottom: 10rpx !important;
}
::v-deep.uni-section .uni-section-header {
/deep/.uni-section .uni-section-header {
padding-left: 0rpx !important;
// padding-bottom: 10rpx !important;
}
@@ -1646,12 +1646,12 @@ export default {
margin-top: 0 !important;
}
::v-deep.section {
/deep/.section {
padding-top: 0 !important;
background: linear-gradient(108deg, #f0fbf4 0%, #d1e8da 100%) !important;
}
::v-deep.section_box {
/deep/.section_box {
padding-top: 0 !important;
}
</style>