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.
|
|
|
@import "lib/var";
|
|
|
|
@import "var";
|
|
|
|
html,
|
|
|
|
body,
|
|
|
|
#app,
|
|
|
|
.wrapper {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
font-family: 'PingFang SC', "Helvetica Neue", Helvetica, "microsoft yahei", arial, STHeiTi, sans-serif;
|
|
|
|
font-size: 14px;
|
|
|
|
background: rgba(0, 0, 0, 0.02);
|
|
|
|
}
|
|
|
|
#app .body{
|
|
|
|
|
|
|
|
.el-input .el-input__inner{
|
|
|
|
border: 2px solid #EDEDED;
|
|
|
|
//height: 68px!important;
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
.el-date-editor.el-input, .el-date-editor.el-input__inner,.el-select{
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.el-form-item__label{
|
|
|
|
//line-height: 68px;
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
}
|