You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
711 B
26 lines
711 B
:root {
|
|
// --el-font-size-base: 50px;
|
|
// --el-button-size: 80px;
|
|
|
|
|
|
|
|
--el-color-primary: #26509C;
|
|
//--el-button-active-bg-color: linear-gradient(90deg, #0657C0 24%, #096AE0 101%);
|
|
--text-color-primary: #17213c;
|
|
//--el-color-success: rgba(88, 162, 95, 1);
|
|
//--text-color-info: #838b99;
|
|
//--el-input-border: #dae0f2;
|
|
//--el-font-weight-primary: 400;
|
|
//--color-red: #f56c6c;
|
|
//--color-green: #67c23a;
|
|
//--color-yellow: #e6a23c;
|
|
//--color-blue: --el-color-primary;
|
|
--el-font-family: 'PingFangSC-Regular', 'PingFang SC', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
|
|
}
|
|
.el-dialog {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
margin: 0;
|
|
}
|