路由修改,文件移动
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user