| | |
| | | .el-menu { |
| | | |
| | | .el-menu-item { |
| | | font-size: 14px !important; |
| | | font-size: 16px !important; |
| | | } |
| | | } |
| | | } |
| | |
| | | |
| | | .el-image-viewer__wrapper { |
| | | background: #000; |
| | | } |
| | | |
| | | #viewer-container { |
| | | |
| | | .el-icon-my-path { |
| | | background: url(/img/icon/path.png) center no-repeat; |
| | | background-size: 14px 14px; |
| | | } |
| | | |
| | | .el-icon-my-path:before { |
| | | content: "替"; |
| | | font-size: 16px; |
| | | visibility: hidden; |
| | | } |
| | | |
| | | .el-icon-my-search { |
| | | background: url(/img/icon/search.png) center no-repeat; |
| | | background-size: 14px 14px; |
| | | } |
| | | |
| | | .el-icon-my-search:before { |
| | | content: "替"; |
| | | font-size: 16px; |
| | | visibility: hidden; |
| | | } |
| | | } |