| | |
| | | } |
| | | } |
| | | |
| | | |
| | | // icon图标 |
| | | .el-icon-my-sy { |
| | | background: url('/img/icon/1016.png') center no-repeat; |
| | | background: url('../../public/img/icon/1016.png') center no-repeat; |
| | | // background-size: 100% 100%; |
| | | /* background-size: cover;*/ |
| | | } |
| | |
| | | } |
| | | |
| | | .el-icon-my-sb { |
| | | background: url('/img/icon/3666.png') center no-repeat; |
| | | background: url('../../public/img/icon/3666.png') center no-repeat; |
| | | // background-size: 100% 100%; |
| | | /* background-size: cover;*/ |
| | | } |
| | |
| | | font-size: 24px; |
| | | visibility: hidden; |
| | | } |
| | | |
| | | .el-icon-my-nc-menu { |
| | | background: url('../../public/img/icon/nc-menu.png') center no-repeat; |
| | | // background-size: 100% 100%; |
| | | /* background-size: cover;*/ |
| | | } |
| | | |
| | | .el-icon-my-nc-menu:before { |
| | | content: "替"; |
| | | font-size: 24px; |
| | | visibility: hidden; |
| | | } |
| | | |
| | | .el-icon-my-jksb-menu { |
| | | background: url('../../public/img/icon/jksb-menu.png') center no-repeat; |
| | | // background-size: 100% 100%; |
| | | /* background-size: cover;*/ |
| | | } |
| | | |
| | | .el-icon-my-jksb-menu:before { |
| | | content: "替"; |
| | | font-size: 24px; |
| | | visibility: hidden; |
| | | } |
| | | |
| | | .el-icon-my-jcsb-menu { |
| | | background: url('../../public/img/icon/jcsb-menu.png') center no-repeat; |
| | | // background-size: 100% 100%; |
| | | /* background-size: cover;*/ |
| | | } |
| | | |
| | | .el-icon-my-jcsb-menu:before { |
| | | content: "替"; |
| | | font-size: 24px; |
| | | visibility: hidden; |
| | | } |
| | | |
| | | |
| | | |
| | | .dialog-fixed { |
| | | margin: 0 !important; |
| | |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | background-color: red; |
| | | } |
| | | } |
| | | |
| | |
| | | } |
| | | } |
| | | |
| | | .manage-select { |
| | | background-color: #05243e; |
| | | } |
| | | |
| | | .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; |
| | | } |
| | | |
| | | |