123456789101112131415161718192021 |
- .header{
- background-color: #242f42;
- }
- .login-wrap{
- background: #324157;
- }
- .plugins-tips{
- background: #eef1f6;
- }
- .plugins-tips a{
- color: #2887F2;
- }
- .el-upload--text em {
- color: #2887F2;
- }
- .pure-button{
- background: #2887F2;
- }
- .message-title{
- color: #2887F2;
- }
|