| | |
| | | color: #fff; |
| | | } |
| | | .btn-c { |
| | | background-color: #acacac; |
| | | background-color: #FFA500; |
| | | color: #fff; |
| | | // position: absolute; |
| | | // right: 120rpx; |
| | |
| | | justify-content: flex-start; |
| | | gap: 6rpx; |
| | | |
| | | } |
| | | } |
| | | .uni-combox.disabled, |
| | | .uni-combox[disabled] { |
| | | opacity: 0.6; |
| | | pointer-events: none; |
| | | |
| | | .uni-combox__selector { |
| | | background-color: #f5f5f5 !important; |
| | | color: #999 !important; |
| | | } |
| | | |
| | | .uni-combox__input { |
| | | background-color: #f5f5f5 !important; |
| | | color: #999 !important; |
| | | -webkit-text-fill-color: #999 !important; |
| | | } |
| | | } |
| | | |
| | | /* 针对 righton 类中的 uni-combox */ |
| | | .righton { |
| | | .uni-combox.disabled, |
| | | .uni-combox[disabled] { |
| | | .uni-combox__selector { |
| | | background-color: #f5f5f5 !important; |
| | | border-color: #e0e0e0 !important; |
| | | } |
| | | |
| | | .uni-combox__input { |
| | | background-color: #f5f5f5 !important; |
| | | color: #999 !important; |
| | | -webkit-text-fill-color: #999 !important; |
| | | } |
| | | } |
| | | } |