调整图片

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

@@ -791,7 +791,7 @@ function calcTimer(timer) {
justify-content: space-between;
}
::v-deep.list_item {
/deep/.list_item {
background-color: #fff;
display: flex;
align-items: center !important;
@@ -811,7 +811,7 @@ function calcTimer(timer) {
.titleItem {
}
}
::v-deep.scroll-view-item:nth-child(2n-1) {
/deep/.scroll-view-item:nth-child(2n-1) {
// background-color: #B7E0E2 !important;
background-color: #fff !important;
}

View File

@@ -173,7 +173,7 @@ export default {
display: flex;
}
::v-deep .uni-section-header__decoration.line {
/deep/ .uni-section-header__decoration.line {
background-color: #18bc37;
}
</style>