首页 > 其他分享 >element.css

element.css

时间:2022-09-29 22:45:37浏览次数:44  
标签:el container color aside height line element css

#dividerTitle {
color: dimgrey;
font-weight: bold;
font-family: "Arial";
}
.alignRight {
margin-left: 40%;
}
.el-header, .el-footer {
background-color: #B3C0D1;
color: #333;
text-align: center;
line-height: 60px;
}
.el-aside {
color: #333;
text-align: center;
line-height: 200px;
}
.el-main {
color: #333;
text-align: center;
line-height: 160px;
}
body > .el-container {
margin-bottom: 40px;
}
.el-container:nth-child(5) .el-aside,
.el-container:nth-child(6) .el-aside {
line-height: 260px;
}

.el-container:nth-child(7) .el-aside {
line-height: 320px;
}
.box-card {
width: 100%;
}

标签:el,container,color,aside,height,line,element,css
From: https://www.cnblogs.com/Kingdom24/p/16743360.html

相关文章