currentVideo
This commit is contained in:
@@ -142,6 +142,16 @@ $themeBgColor: #EDF6F5 !important;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
.hidden2 {
|
||||
text-overflow: ellipsis;
|
||||
// white-space: nowrap;
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
|
||||
-webkit-line-clamp: 2;
|
||||
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
.hidden5 {
|
||||
text-overflow: ellipsis;
|
||||
|
||||
@@ -48,23 +48,16 @@ $themeBgColor: #EDF6F5 !important;
|
||||
background-origin: border-box;
|
||||
background-clip: content-box, border-box;
|
||||
border-radius: $radiusSize;
|
||||
|
||||
|
||||
|
||||
// border: $borderSize solid;
|
||||
// border-radius: $radiusSize;
|
||||
// border-image: linear-gradient(to right, $leftColor, $rightColor) 0.5;
|
||||
// clip-path: inset(0px round $radiusSize);
|
||||
// animation: huerotate 6s infinite linear;
|
||||
// filter: hue-rotate(360deg);
|
||||
}
|
||||
|
||||
@mixin themFlex($align,$justify1) {
|
||||
display: flex;
|
||||
align-items:$align;
|
||||
justify-content: $justify1;
|
||||
|
||||
|
||||
}
|
||||
@mixin commonIconImage($x,$y) {
|
||||
background-image: url(@/static/icon/icon_image.png);
|
||||
background-position: $x,$y;
|
||||
}
|
||||
|
||||
// 背景图片地址和大小
|
||||
|
||||
Reference in New Issue
Block a user