67 lines
1023 B
CSS
67 lines
1023 B
CSS
@charset "utf-8";
|
|
/* CSS Document */
|
|
@import url("https://unpkg.com/element-ui@2.1.0/lib/theme-chalk/display.css");
|
|
@font-face {
|
|
/* font-properties */
|
|
font-family: element-icons;
|
|
src: url('../fonts/element-icons.ttf'),
|
|
url('../fonts/element-icons.woff'); /* IE9 */
|
|
}
|
|
html{height:100%;}
|
|
body{min-height:100%;}
|
|
.loginTitle{
|
|
text-align: center;
|
|
}
|
|
.el-row {
|
|
margin-bottom: 20px;
|
|
&:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
.row-bg {
|
|
padding: 10px 0;
|
|
}
|
|
.text {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.item {
|
|
margin-bottom: 18px;
|
|
}
|
|
|
|
.clearfix:before,
|
|
.clearfix:after {
|
|
display: table;
|
|
content: "";
|
|
}
|
|
.clearfix:after {
|
|
clear: both
|
|
}
|
|
|
|
.box-card {
|
|
width: 100%;
|
|
}
|
|
a{
|
|
text-decoration: none;
|
|
}
|
|
.demo-table-expand {
|
|
font-size: 0;
|
|
}
|
|
.demo-table-expand label {
|
|
width: 90px;
|
|
color: #99a9bf;
|
|
}
|
|
.demo-table-expand .el-form-item {
|
|
margin-right: 0;
|
|
margin-bottom: 0;
|
|
width: 50%;
|
|
}
|
|
.footer{
|
|
width:100%;
|
|
font-size:14px;
|
|
bottom:20px;
|
|
left:0;
|
|
text-align: center;
|
|
}
|
|
|