style:下拉框样式
Showing
1 changed file
with
23 additions
and
15 deletions
| ... | @@ -12,7 +12,7 @@ | ... | @@ -12,7 +12,7 @@ |
| 12 | 12 | ||
| 13 | //input | 13 | //input |
| 14 | .el-input__inner { | 14 | .el-input__inner { |
| 15 | color: #FFFFFF!important; | 15 | color: #FFFFFF !important; |
| 16 | padding: 0 7px !important; | 16 | padding: 0 7px !important; |
| 17 | } | 17 | } |
| 18 | 18 | ||
| ... | @@ -257,36 +257,43 @@ table td { | ... | @@ -257,36 +257,43 @@ table td { |
| 257 | } | 257 | } |
| 258 | 258 | ||
| 259 | .el-popper[x-placement^="bottom"] .popper__arrow::after { | 259 | .el-popper[x-placement^="bottom"] .popper__arrow::after { |
| 260 | display: none; | 260 | display: none; |
| 261 | } | 261 | } |
| 262 | 262 | ||
| 263 | .el-popper[x-placement^="bottom"] .popper__arrow { | 263 | .el-popper[x-placement^="bottom"] .popper__arrow { |
| 264 | display: none; | 264 | display: none; |
| 265 | } | 265 | } |
| 266 | .el-date-picker{ | 266 | |
| 267 | .el-date-picker { | ||
| 267 | background-color: #031a46; | 268 | background-color: #031a46; |
| 268 | .el-date-picker__header-label{ | 269 | |
| 270 | .el-date-picker__header-label { | ||
| 269 | color: #A6CFD6; | 271 | color: #A6CFD6; |
| 270 | } | 272 | } |
| 271 | .el-picker-panel__icon-btn{ | 273 | |
| 274 | .el-picker-panel__icon-btn { | ||
| 272 | color: #A6CFD6; | 275 | color: #A6CFD6; |
| 273 | } | 276 | } |
| 274 | .el-date-table th{ | 277 | |
| 278 | .el-date-table th { | ||
| 275 | color: #02D9FD; | 279 | color: #02D9FD; |
| 276 | } | 280 | } |
| 277 | .el-date-table td span{ | 281 | |
| 282 | .el-date-table td span { | ||
| 278 | color: #A6CFD6; | 283 | color: #A6CFD6; |
| 279 | } | 284 | } |
| 280 | .el-date-table td.current:not(.disabled) span{ | 285 | |
| 281 | background-color: #074487; | 286 | .el-date-table td.current:not(.disabled) span { |
| 282 | // border:1px solid saddlebrown; | 287 | background-color: #074487; |
| 283 | box-shadow: inset 0 0 7px #02D9FD; | 288 | // border:1px solid saddlebrown; |
| 284 | border: 1px solid #02D9FD; | 289 | box-shadow: inset 0 0 7px #02D9FD; |
| 290 | border: 1px solid #02D9FD; | ||
| 285 | } | 291 | } |
| 286 | 292 | ||
| 287 | } | 293 | } |
| 288 | .el-picker-panel__content{ | 294 | |
| 289 | background-color:#074487; | 295 | .el-picker-panel__content { |
| 296 | background-color: #074487; | ||
| 290 | 297 | ||
| 291 | } | 298 | } |
| 292 | 299 | ||
| ... | @@ -302,9 +309,10 @@ display: none; | ... | @@ -302,9 +309,10 @@ display: none; |
| 302 | 309 | ||
| 303 | .el-menu--horizontal .el-menu--popup .el-menu-item:not(.is-disabled):hover, | 310 | .el-menu--horizontal .el-menu--popup .el-menu-item:not(.is-disabled):hover, |
| 304 | .el-select-dropdown__item:hover, | 311 | .el-select-dropdown__item:hover, |
| 312 | .el-select-dropdown__item.selected, | ||
| 305 | .el-menu--horizontal .el-menu--popup .el-menu-item:not(.is-disabled):focus { | 313 | .el-menu--horizontal .el-menu--popup .el-menu-item:not(.is-disabled):focus { |
| 306 | background: #074487; | 314 | background: #074487; |
| 307 | border: 1px solid #02D9FD; | 315 | border: 1px solid #02D9FD; |
| 308 | color: #FFFFFF !important; | 316 | color: #FFFFFF !important; |
| 309 | font-weight: 700; | 317 | font-weight: 700; |
| 310 | } | 318 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment