src/assets/css/global.css
@@ -72,4 +72,22 @@ background: #3DBEFD !important; color:rgba(1, 15, 22, 0.85) !important; } .btnbox{ background: rgba(104, 156, 255, 0.2); border: 1px solid #234066; border-radius: 2px; } .btnbox:hover { background: rgba(104, 156, 255, 0.2); border: 1px solid #689cff; } .el-input__wrapper{ background: rgba(13, 19, 29, 0.4); border: 1px solid rgba(214, 228, 255, 0.4); } .el-input__wrapper.is-focus{ /* border: 1px solid #D6E4FF; box-shadow:none; */ box-shadow:0 0 0 1px #D6E4FF; }