This commit is contained in:
Van
2019-02-28 16:47:15 +08:00
parent 333c634020
commit 6ce4586997
3 changed files with 13 additions and 18 deletions

File diff suppressed because one or more lines are too long

View File

@@ -319,7 +319,9 @@ a:active, a:focus, a:hover {
word-break: break-all;
box-sizing: border-box;
transition: all .5s;
& > div {
& > a {
color: #fff;
display: block;
opacity: 0;
overflow: hidden;
-webkit-line-clamp: 7;
@@ -343,13 +345,6 @@ a:active, a:focus, a:hover {
-webkit-box-orient: vertical;
display: -webkit-box;
}
sup {
font-weight: normal;
font-size: 12px;
float: left;
top: -33px;
color: $red;
}
}
&__tag {
@@ -367,7 +362,7 @@ a:active, a:focus, a:hover {
}
&__abstract {
background-color: rgba(0, 0, 0, .5);
& > div {
& > a {
animation: fade-in;
animation-duration: .5s;
opacity: 1;