下拉框样式
This commit is contained in:
@@ -576,3 +576,9 @@ uni-toast .uni-toast {
|
|||||||
.uni-select__selector-item:hover {
|
.uni-select__selector-item:hover {
|
||||||
background-color: #3F6ACA !important;
|
background-color: #3F6ACA !important;
|
||||||
}
|
}
|
||||||
|
.uni-select__input-text {
|
||||||
|
color: #fff !important;
|
||||||
|
}
|
||||||
|
.uni-select__input-placeholder {
|
||||||
|
color: grey !important;
|
||||||
|
}
|
||||||
@@ -565,7 +565,6 @@
|
|||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
/deep/ .uni-select__input-placeholder, /deep/ .uni-select__input-text
|
/deep/ .uni-select__input-placeholder, /deep/ .uni-select__input-text
|
||||||
font-size 13px
|
font-size 13px
|
||||||
color grey
|
|
||||||
/deep/ .uni-select__selector
|
/deep/ .uni-select__selector
|
||||||
background-color #071F3E
|
background-color #071F3E
|
||||||
border-color #0c3162
|
border-color #0c3162
|
||||||
|
|||||||
@@ -644,7 +644,6 @@
|
|||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
/deep/ .uni-select__input-placeholder, /deep/ .uni-select__input-text
|
/deep/ .uni-select__input-placeholder, /deep/ .uni-select__input-text
|
||||||
font-size 13px
|
font-size 13px
|
||||||
color grey
|
|
||||||
/deep/ .uni-select__selector
|
/deep/ .uni-select__selector
|
||||||
background-color #071F3E
|
background-color #071F3E
|
||||||
border-color #0c3162
|
border-color #0c3162
|
||||||
|
|||||||
@@ -509,7 +509,6 @@
|
|||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
/deep/ .uni-select__input-placeholder, /deep/ .uni-select__input-text
|
/deep/ .uni-select__input-placeholder, /deep/ .uni-select__input-text
|
||||||
font-size 13px
|
font-size 13px
|
||||||
color grey
|
|
||||||
/deep/ .uni-select__selector
|
/deep/ .uni-select__selector
|
||||||
background-color #071F3E
|
background-color #071F3E
|
||||||
border-color #0c3162
|
border-color #0c3162
|
||||||
|
|||||||
Reference in New Issue
Block a user