2020-03-19 18:11:13 +08:00
|
|
|
.home-container {
|
2020-03-18 23:14:09 +08:00
|
|
|
|
|
|
|
.article-post-list {
|
|
|
|
|
|
|
|
.article-post-item {
|
|
|
|
|
|
|
|
margin-bottom 30px
|
2020-03-20 10:58:14 +08:00
|
|
|
padding-bottom 20px
|
|
|
|
border-bottom: 1px solid #f2f2f2;
|
2020-03-18 23:14:09 +08:00
|
|
|
|
|
|
|
.article-post-title {
|
|
|
|
h1 {
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 30px;
|
|
|
|
letter-spacing: 5px;
|
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
text-transform: uppercase;
|
|
|
|
letter-spacing: 1px;
|
|
|
|
font-size: 28px;
|
|
|
|
line-height: 1;
|
|
|
|
font-weight: 600;
|
|
|
|
color: #5f5f5f;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
text-transform: uppercase;
|
|
|
|
letter-spacing: 1px;
|
|
|
|
line-height: 1;
|
|
|
|
font-weight: 600;
|
|
|
|
color: #464646;
|
|
|
|
font-size: 22px;
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
letter-spacing: 1px;
|
|
|
|
color: #5f5f5f;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.article-post-content {
|
2020-03-19 14:51:48 +08:00
|
|
|
padding 15px 0
|
2020-03-20 10:58:14 +08:00
|
|
|
line-height 26px
|
2020-03-18 23:14:09 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|