2020-03-21 23:04:01 +08:00
|
|
|
@require 'variables.styl'
|
|
|
|
|
2020-03-19 18:11:13 +08:00
|
|
|
.article-container {
|
2020-03-18 23:14:09 +08:00
|
|
|
|
2020-03-19 22:12:09 +08:00
|
|
|
.article-title {
|
2020-03-14 16:17:04 +08:00
|
|
|
|
2020-03-18 23:14:09 +08:00
|
|
|
h3 {
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-weight: 600;
|
2020-03-21 23:04:01 +08:00
|
|
|
color: $article-title-color;
|
2020-03-18 23:14:09 +08:00
|
|
|
font-size: 22px;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2020-03-14 16:17:04 +08:00
|
|
|
|
|
|
|
|
2020-03-21 23:04:01 +08:00
|
|
|
a {
|
|
|
|
color: $article-title-color;
|
2020-03-14 16:17:04 +08:00
|
|
|
}
|
|
|
|
|
2020-03-15 15:45:38 +08:00
|
|
|
|
|
|
|
}
|
|
|
|
|
2020-03-21 23:04:01 +08:00
|
|
|
.meta-info {
|
2020-03-25 16:57:49 +08:00
|
|
|
margin: 10px 0 20px 0;
|
2020-03-21 23:04:01 +08:00
|
|
|
}
|
2020-03-14 16:17:04 +08:00
|
|
|
|
2020-03-19 22:12:09 +08:00
|
|
|
.article-content {
|
2020-03-19 14:51:48 +08:00
|
|
|
|
2020-03-25 16:57:49 +08:00
|
|
|
padding-bottom: 10px;
|
|
|
|
border-bottom: 1px solid #f2f2f2;
|
2020-03-19 14:51:48 +08:00
|
|
|
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
letter-spacing: 1px;
|
|
|
|
color: #4786D6;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
color: #2F69B3;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
color: #5F5F5F;
|
|
|
|
font-size: 22px;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
color: #5F5F5F;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2020-03-19 22:12:09 +08:00
|
|
|
.article-nav {
|
2020-03-19 18:11:13 +08:00
|
|
|
|
2020-03-19 22:12:09 +08:00
|
|
|
height 40px
|
2020-03-25 16:57:49 +08:00
|
|
|
margin 30px 0
|
2020-03-19 18:11:13 +08:00
|
|
|
|
2020-03-19 22:12:09 +08:00
|
|
|
.article-prev {
|
2020-03-19 18:11:13 +08:00
|
|
|
float left
|
|
|
|
}
|
|
|
|
|
2020-03-19 22:12:09 +08:00
|
|
|
.article-next {
|
2020-03-19 18:11:13 +08:00
|
|
|
float right
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2020-03-18 23:14:09 +08:00
|
|
|
}
|