路由修改,文件移动

This commit is contained in:
熊丽君
2021-12-30 16:48:43 +08:00
parent bd085bbe8b
commit cab6a9cfa8
13 changed files with 537 additions and 34 deletions

View File

@ -191,3 +191,37 @@ aside {
.multiselect--active {
z-index: 1000 !important;
}
// 自定义全局样式
.conter1000 {
width: 1000px;
margin: 0 auto;
}
// 2行文本省略号
.text_hidden {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
word-break: break-all;
}
.x_btns {
font-size: 16px !important;
color: #fff !important;
border-radius: 0 !important;
background-color: #0054ff !important;
}
.x16{
font-size: 16px !important;
}
.x_fff{
color: #fff !important;
}
.x_blue{
color: #0054ff !important;
}
.x_border_blue{
border: 1px solid #0054ff !important;
}
.x_bg_blue{
background-color: #0054ff !important;
}