解决方案查看更多

This commit is contained in:
熊丽君
2022-01-04 14:11:17 +08:00
parent 6c59ae9f7f
commit ea5f4b6ff9
13 changed files with 424 additions and 28 deletions

View File

@ -139,6 +139,14 @@ aside {
text-align: center
}
.text-left {
text-align: left
}
.text-right {
text-align: right
}
.sub-navbar {
height: 50px;
line-height: 50px;
@ -196,6 +204,10 @@ aside {
width: 1000px;
margin: 0 auto;
}
.conter1400 {
width: 1400px;
margin: 0 auto;
}
// 2行文本省略号
.text_hidden {
overflow: hidden;