2022-11-23 22:44:11 +08:00
|
|
|
.md-text .article-footer
|
2021-02-25 20:49:43 +08:00
|
|
|
margin-top: 4rem
|
2021-02-19 23:33:19 +08:00
|
|
|
padding: 1rem
|
|
|
|
background: var(--block)
|
|
|
|
border-radius: $border-block
|
2021-02-25 13:12:04 +08:00
|
|
|
border: 1px solid var(--block-border)
|
2021-07-14 13:21:58 +08:00
|
|
|
&:empty
|
|
|
|
display: none
|
2021-02-19 23:33:19 +08:00
|
|
|
.header
|
|
|
|
font-weight: 500
|
2021-03-05 21:37:28 +08:00
|
|
|
color: var(--text-p2)
|
2024-02-02 14:53:35 +08:00
|
|
|
font-size: $fsh5
|
2021-02-19 23:33:19 +08:00
|
|
|
.body
|
2024-02-02 00:36:01 +08:00
|
|
|
--fsp: $fsp2
|
2021-02-25 13:12:04 +08:00
|
|
|
input.copy-area
|
2021-02-25 20:49:43 +08:00
|
|
|
margin: 0.75rem 0
|
2021-02-26 20:02:32 +08:00
|
|
|
padding: 0
|
2021-02-25 13:12:04 +08:00
|
|
|
width: 100%
|
2021-02-25 00:05:23 +08:00
|
|
|
p
|
|
|
|
color: var(--text-p2)
|
2021-03-05 21:37:28 +08:00
|
|
|
margin: 0.5em 0
|
2021-02-25 20:49:43 +08:00
|
|
|
a
|
2021-03-05 21:37:28 +08:00
|
|
|
font-weight: unset
|
2021-02-19 23:33:19 +08:00
|
|
|
ul
|
|
|
|
margin: 0
|
2021-02-25 20:49:43 +08:00
|
|
|
overflow: hidden
|
2021-02-19 23:33:19 +08:00
|
|
|
.post-title
|
2024-01-31 22:45:07 +08:00
|
|
|
margin: 2px 0
|
2021-02-19 23:33:19 +08:00
|
|
|
line-height: 1.2
|
2021-02-25 20:49:43 +08:00
|
|
|
word-break: break-all
|
2024-01-31 22:45:07 +08:00
|
|
|
p
|
2024-02-02 00:36:01 +08:00
|
|
|
--fsp: $fsp2
|
2024-01-31 22:45:07 +08:00
|
|
|
a
|
|
|
|
text-decoration: none
|
|
|
|
color: unset
|
|
|
|
&:hover
|
|
|
|
text-decoration: underline
|
2021-02-25 00:05:23 +08:00
|
|
|
section+section
|
2021-02-25 13:12:04 +08:00
|
|
|
margin-top: 1rem
|
|
|
|
padding-top: 1rem
|
|
|
|
border-top: 1px solid var(--block-border)
|
2021-02-25 00:05:23 +08:00
|
|
|
|
2022-11-23 22:44:11 +08:00
|
|
|
.md-text .article-footer .social-wrap
|
2021-03-06 00:01:41 +08:00
|
|
|
grid-gap: 0.5rem 1rem
|
2021-03-06 20:44:17 +08:00
|
|
|
margin: 0
|
2021-02-25 13:12:04 +08:00
|
|
|
|
2022-11-23 22:44:11 +08:00
|
|
|
.md-text .article-footer .qrcode
|
2021-02-25 13:12:04 +08:00
|
|
|
width: 128px
|
2021-03-01 23:24:57 +08:00
|
|
|
padding: 4px
|
|
|
|
background: white
|
|
|
|
border-radius: 4px
|
2021-03-06 00:01:41 +08:00
|
|
|
box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.1), 0 0 32px 0px rgba(0, 0, 0, 0.1)
|
2021-03-08 15:26:52 +08:00
|
|
|
overflow: hidden
|
2024-01-31 22:45:07 +08:00
|
|
|
trans1 all
|
|
|
|
height: 0
|
|
|
|
margin: 0 auto
|
|
|
|
transform: scale(0.01)
|
2021-02-25 13:12:04 +08:00
|
|
|
img
|
|
|
|
object-fit: contain
|
|
|
|
|
2022-11-23 22:44:11 +08:00
|
|
|
.md-text .article-footer .qrcode.display
|
2021-03-08 15:26:52 +08:00
|
|
|
margin: 2rem auto 1rem
|
|
|
|
height: 128px !important
|
2024-01-31 22:45:07 +08:00
|
|
|
opacity: 1 !important
|
|
|
|
transform: scale(1)
|