67 lines
1.1 KiB
SCSS
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;
|
|
} |