aerwen_web_nuxt/assets/css/root/root.scss
2023-06-29 19:19:30 +08:00

67 lines
1.1 KiB
SCSS

$rootColor : #193066;
body{
// background-color: #0a0a0a;
font-family: Inter;
}
:root{
--rootColor:#193066;
}
.dNone{
display: None!important;
}
.f1{
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}
.f2{
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.f3{
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}
.f4{
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
}
.f5{
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;
}
.op0{
opacity: 0;
}
*{
font-family:;
font-weight: 550;
}
.rootBg{
background-color: $rootColor;
}
.rootFc{
color: $rootColor;
}
.list_none animate__animated animate__fadeIn{
width: 100%;
display: flex;
justify-content: center;
}