2020-08-13 15:18:26 +08:00
|
|
|
.el-header,
|
|
|
|
.el-footer {
|
|
|
|
background-color: #b3c0d1;
|
|
|
|
color: #333;
|
|
|
|
line-height: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.el-aside {
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
|
2021-01-06 14:12:22 +08:00
|
|
|
.demo-container .common-layout {
|
2020-08-13 15:18:26 +08:00
|
|
|
.el-header,
|
|
|
|
.el-footer {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.el-aside {
|
|
|
|
background-color: #d3dce6;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.el-main {
|
|
|
|
background-color: #e9eef3;
|
|
|
|
color: #333;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 160px;
|
|
|
|
}
|
|
|
|
|
2021-01-06 14:12:22 +08:00
|
|
|
.el-container {
|
2020-08-13 15:18:26 +08:00
|
|
|
margin-bottom: 40px;
|
2020-11-26 23:12:06 +08:00
|
|
|
&:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2020-08-13 15:18:26 +08:00
|
|
|
&:nth-child(5) .el-aside,
|
|
|
|
&:nth-child(6) .el-aside {
|
|
|
|
line-height: 260px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:nth-child(7) .el-aside {
|
|
|
|
line-height: 320px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|