调整图片

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

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