hexo-theme-stellar/source/css/_layout/partial/related_posts.styl

76 lines
1.8 KiB
Stylus
Raw Normal View History

2021-02-19 23:33:19 +08:00
div.related-posts-wrap
padding: $gap * 2 $gap
&:empty
display: none
.related-posts
width: 100%
display: flex
margin: $gap 0
overflow-x: scroll
disable-select()
align-items: flex-start
scrollbar(8px, 4px)
2021-02-20 13:09:41 +08:00
padding-bottom: 8px
2021-02-19 23:33:19 +08:00
a
flex-grow: 0
flex-shrink: 0
background: var(--card)
border-radius: 0.5rem
padding-bottom: 1rem
line-height: 1.2
display: flex
flex-direction: column
overflow: hidden
2021-02-24 22:52:46 +08:00
min-width: 280px
width: 40vw
max-width: 460px
2021-02-19 23:33:19 +08:00
border: 1px solid var(--hover-block)
.img
2021-02-24 22:52:46 +08:00
min-width: 100%
min-height: 140px
height: "calc(%s * 0.5)" % @width
max-height: 230px
2021-02-19 23:33:19 +08:00
overflow: hidden
img
width: 100%
height: 100%
object-fit: cover
2021-02-24 22:07:32 +08:00
&:not(.lazyload)
trans1: transform 1s
2021-02-19 23:33:19 +08:00
@media screen and (max-width: $device-tablet)
2021-02-24 22:52:46 +08:00
width: 70vw
2021-02-19 23:33:19 +08:00
.img
2021-02-24 22:52:46 +08:00
height: "calc(%s * 0.5)" % @width
2021-02-19 23:33:19 +08:00
.title
color: var(--text-p1)
font-weight: 500
font-size: $fs15
margin: 1rem 1rem 0 1rem
display: -webkit-box
-webkit-box-orient: vertical
overflow: hidden
-webkit-line-clamp: 2
.excerpt
color: var(--text-p2)
font-size: $fs13
margin: 0.4rem 1rem 0 1rem
display: -webkit-box
-webkit-box-orient: vertical
overflow: hidden
-webkit-line-clamp: 3
&:hover
2021-02-24 00:32:07 +08:00
img
transform: scale(1.04)
2021-02-19 23:33:19 +08:00
a+a
margin-left: $gap
// // iPad
// @media screen and (max-width: $device-tablet)
// section.related-posts-wrap
// .related-posts
// a
// min-width: 280px
// .img
// height: 120px