|
|
|
@ -680,12 +680,12 @@ $i: 1; |
|
|
|
} |
|
|
|
} |
|
|
|
.lb-picker-content { |
|
|
|
// background-color: $panel-4 !important; |
|
|
|
background-color: $black !important; |
|
|
|
background-color: $panel-4 !important; |
|
|
|
// background-color: $black !important; |
|
|
|
} |
|
|
|
.uni-picker-view-mask { |
|
|
|
// background: var(--picker-mask); |
|
|
|
background: rgba(0, 0, 0, .1); |
|
|
|
background: var(--picker-mask); |
|
|
|
// background: rgba(0, 0, 0, .1); |
|
|
|
background-position: top, bottom; |
|
|
|
background-size: 100% 102px; |
|
|
|
background-repeat: no-repeat; |
|
|
|
|