This commit is contained in:
2025-05-06 13:33:55 +08:00
parent 5e6ea2e0f8
commit 4865a8a5d5
1390 changed files with 194478 additions and 156 deletions

View File

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