2020-04-01 12:09:06 +08:00
|
|
|
.home-content-container {
|
2022-10-14 17:56:32 +08:00
|
|
|
background var(--background-color-1)
|
2021-01-21 16:47:13 +08:00
|
|
|
|
2020-04-01 12:09:06 +08:00
|
|
|
|
2020-04-01 15:28:01 +08:00
|
|
|
.home-article-list {
|
2020-04-01 12:09:06 +08:00
|
|
|
|
2020-04-01 15:28:01 +08:00
|
|
|
.home-article-item {
|
2022-09-30 10:51:42 +08:00
|
|
|
position relative
|
2020-10-28 00:20:32 +08:00
|
|
|
|
2022-09-30 10:51:42 +08:00
|
|
|
keep-container(true, 1.015, 1.015, 28px, 38px)
|
2020-11-13 14:43:22 +08:00
|
|
|
|
2020-10-28 00:20:32 +08:00
|
|
|
.top-icon {
|
2022-09-30 10:51:42 +08:00
|
|
|
position absolute
|
|
|
|
top 10px
|
|
|
|
right 12px
|
2022-10-14 17:56:32 +08:00
|
|
|
color var(--text-color-4)
|
2022-09-30 10:51:42 +08:00
|
|
|
font-size 1.2rem
|
|
|
|
transform rotate(45deg)
|
2020-10-28 18:19:40 +08:00
|
|
|
|
2021-01-21 16:47:13 +08:00
|
|
|
|
2020-11-20 12:02:22 +08:00
|
|
|
+keep-tablet() {
|
2022-09-30 10:51:42 +08:00
|
|
|
font-size 1.16rem
|
2020-10-28 18:19:40 +08:00
|
|
|
}
|
2020-10-28 00:20:32 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2020-04-24 22:49:10 +08:00
|
|
|
.home-article-title {
|
2022-09-30 10:51:42 +08:00
|
|
|
position relative
|
|
|
|
margin 0
|
2022-10-14 17:56:32 +08:00
|
|
|
color var(--text-color-2)
|
2022-09-30 10:51:42 +08:00
|
|
|
font-weight 600
|
|
|
|
font-size 1.4rem
|
|
|
|
line-height 1.5
|
2021-01-21 16:47:13 +08:00
|
|
|
|
2020-06-04 22:11:27 +08:00
|
|
|
|
2020-11-20 12:02:22 +08:00
|
|
|
+keep-tablet() {
|
2022-09-30 10:51:42 +08:00
|
|
|
font-size 1.3rem
|
2020-06-04 22:11:27 +08:00
|
|
|
}
|
|
|
|
|
2020-11-13 14:43:22 +08:00
|
|
|
|
2020-11-20 12:02:22 +08:00
|
|
|
+keep-mobile() {
|
2022-09-30 10:51:42 +08:00
|
|
|
font-size 1.2rem
|
2020-06-04 22:11:27 +08:00
|
|
|
}
|
2020-04-01 12:09:06 +08:00
|
|
|
}
|
|
|
|
|
2020-04-24 22:49:10 +08:00
|
|
|
|
2020-11-13 14:43:22 +08:00
|
|
|
.home-article-content {
|
2022-09-30 10:51:42 +08:00
|
|
|
margin 20px 0
|
2022-10-14 17:56:32 +08:00
|
|
|
color var(--text-color-3)
|
2022-09-30 10:51:42 +08:00
|
|
|
text-align justify
|
|
|
|
word-wrap break-word
|
2020-04-01 12:09:06 +08:00
|
|
|
}
|
|
|
|
|
2020-11-13 14:43:22 +08:00
|
|
|
|
2020-10-28 18:01:59 +08:00
|
|
|
.home-article-meta-info-container {
|
2022-09-30 10:51:42 +08:00
|
|
|
display flex
|
|
|
|
align-items center
|
|
|
|
justify-content space-between
|
2022-10-14 17:56:32 +08:00
|
|
|
color var(--text-color-4)
|
2022-09-30 10:51:42 +08:00
|
|
|
font-size 0.92rem
|
2020-04-01 16:41:30 +08:00
|
|
|
|
2020-10-28 18:01:59 +08:00
|
|
|
.home-article-meta-info {
|
2022-09-30 10:51:42 +08:00
|
|
|
letter-spacing 0.5px
|
2020-04-24 22:49:10 +08:00
|
|
|
|
|
|
|
span {
|
2022-09-30 10:51:42 +08:00
|
|
|
margin-right 10px
|
2020-04-26 18:34:51 +08:00
|
|
|
|
|
|
|
&:last-child {
|
2022-09-30 10:51:42 +08:00
|
|
|
margin-right 0
|
2020-04-26 18:34:51 +08:00
|
|
|
}
|
2020-04-24 22:49:10 +08:00
|
|
|
|
2022-09-30 10:51:42 +08:00
|
|
|
ul
|
|
|
|
li {
|
|
|
|
display inline
|
2020-04-24 22:49:10 +08:00
|
|
|
}
|
|
|
|
}
|
2020-10-28 18:01:59 +08:00
|
|
|
|
|
|
|
.home-article-category {
|
2020-11-20 12:02:22 +08:00
|
|
|
+keep-mobile() {
|
2022-09-30 10:51:42 +08:00
|
|
|
display none
|
2020-10-28 18:01:59 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.home-article-tag {
|
2020-11-20 12:02:22 +08:00
|
|
|
+keep-tablet() {
|
2022-09-30 10:51:42 +08:00
|
|
|
display none
|
2020-10-28 18:01:59 +08:00
|
|
|
}
|
|
|
|
}
|
2020-04-01 16:41:30 +08:00
|
|
|
}
|
|
|
|
|
2020-11-13 14:43:22 +08:00
|
|
|
|
2022-10-20 17:38:05 +08:00
|
|
|
.read-more {
|
|
|
|
display flex
|
|
|
|
align-items center
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2020-04-01 16:41:30 +08:00
|
|
|
hr {
|
2022-09-30 10:51:42 +08:00
|
|
|
flex 1
|
|
|
|
height 1px
|
|
|
|
margin 0 10px
|
|
|
|
background var(--border-color)
|
|
|
|
border none
|
2020-04-01 16:41:30 +08:00
|
|
|
}
|
2020-04-07 11:57:53 +08:00
|
|
|
|
2022-10-20 17:38:05 +08:00
|
|
|
|
2020-04-07 11:57:53 +08:00
|
|
|
a {
|
2022-10-14 17:56:32 +08:00
|
|
|
color var(--text-color-4)
|
2020-04-07 11:57:53 +08:00
|
|
|
|
|
|
|
&:hover {
|
2022-09-30 10:51:42 +08:00
|
|
|
color var(--primary-color)
|
2020-04-07 11:57:53 +08:00
|
|
|
}
|
|
|
|
}
|
2020-04-01 16:41:30 +08:00
|
|
|
}
|
2020-04-01 15:28:01 +08:00
|
|
|
}
|
2020-04-01 12:09:06 +08:00
|
|
|
}
|
2020-09-02 13:11:09 +08:00
|
|
|
}
|