调整图片

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

@@ -721,7 +721,7 @@ export default {
float: left;
}
::v-deep.list_item {
/deep/.list_item {
border-radius: 20rpx;
margin-bottom: 40rpx;
@@ -738,7 +738,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 {
@@ -761,7 +761,7 @@ export default {
background-image: #edf6f5ad !important;
}
::v-deep.uni-scroll-view-content {
/deep/.uni-scroll-view-content {
box-sizing: border-box !important;
padding: 20rpx !important;
}
@@ -794,7 +794,7 @@ export default {
// justify-content: space-between;
}
::v-deep.scroll-view-item:nth-child(2n-1) {
/deep/.scroll-view-item:nth-child(2n-1) {
background-color: rgba(255, 255, 255, 0.85) !important;
}
</style>