| | |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | background-color: red; |
| | | } |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | .manage-select { |
| | | background-color: #05243e; |
| | | background-color: #05243e!important; |
| | | } |
| | | |
| | | .manage-option:hover { |
| | | background-color: #0e7894!important; |
| | | } |
| | | // .manage-option:hover { |
| | | // background-color: #0e7894!important; |
| | | // } |
| | | .manage-option { |
| | | background-color: #05243e!important; |
| | | color: #a5cacc; |
| | | } |
| | | |
| | | // 设置输入框的长度为:102px; |
| | | /deep/.el-input--suffix .el-input__inner { |
| | | padding-right: 102px; |
| | | } |
| | | |
| | | // 设置输入框的背景色、字体颜色、边框属性设置; |
| | | /deep/.el-input__inner { |
| | | background-color: #003e00; |
| | | color: #fff; |
| | | border: 1px solid #e43179; |
| | | } |
| | | |
| | | |