1
This commit is contained in:
@@ -2423,6 +2423,55 @@ body {
|
||||
background: var(--platform-recommend-runtime-fill);
|
||||
}
|
||||
|
||||
.platform-recommend-cover-only {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
border: 0;
|
||||
background: var(--platform-recommend-runtime-fill);
|
||||
color: white;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.platform-recommend-cover-only__body {
|
||||
position: absolute;
|
||||
right: 1rem;
|
||||
bottom: 1rem;
|
||||
left: 1rem;
|
||||
display: flex;
|
||||
min-width: 0;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
gap: 0.55rem;
|
||||
}
|
||||
|
||||
.platform-recommend-cover-only__title {
|
||||
display: -webkit-box;
|
||||
max-width: 100%;
|
||||
overflow: hidden;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 2;
|
||||
font-size: clamp(1.55rem, 7.2vw, 2.35rem);
|
||||
font-weight: 950;
|
||||
line-height: 1.04;
|
||||
letter-spacing: 0;
|
||||
text-shadow: 0 2px 14px rgba(0, 0, 0, 0.42);
|
||||
}
|
||||
|
||||
.platform-recommend-cover-only__author {
|
||||
display: inline-flex;
|
||||
max-width: 100%;
|
||||
min-width: 0;
|
||||
align-items: center;
|
||||
gap: 0.45rem;
|
||||
color: rgba(255, 255, 255, 0.9);
|
||||
font-size: 0.82rem;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.platform-recommend-runtime-state {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
|
||||
Reference in New Issue
Block a user