2014-03-29 18:06:51 +08:00
|
|
|
.blog-title {
|
2016-04-25 14:11:51 +08:00
|
|
|
margin-top: 1rem;
|
2014-03-29 18:06:51 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.ptag {
|
|
|
|
margin-bottom: 0.5rem;
|
2015-03-31 16:40:50 +08:00
|
|
|
color: #888;
|
2014-05-26 22:00:23 +08:00
|
|
|
font-size: 95%;
|
2014-03-29 18:06:51 +08:00
|
|
|
span {
|
|
|
|
margin-left: 0.5rem;
|
2015-03-31 16:40:50 +08:00
|
|
|
&:first-child {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2014-03-29 18:06:51 +08:00
|
|
|
}
|
2014-04-03 23:36:20 +08:00
|
|
|
.has-tip {
|
|
|
|
border: none;
|
|
|
|
}
|
2014-03-29 18:06:51 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.content {
|
2016-04-25 14:11:51 +08:00
|
|
|
padding-top: 1rem;
|
2014-03-29 18:06:51 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.read-more {
|
2014-05-26 22:00:23 +08:00
|
|
|
margin-top: 1rem;
|
|
|
|
display: inline-block;
|
|
|
|
padding: 1rem;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
color: #333;
|
|
|
|
&:hover {
|
|
|
|
color: #333;
|
|
|
|
border-color: #aaa;
|
|
|
|
}
|
2014-03-29 18:06:51 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.published-at {
|
2016-04-27 14:05:47 +08:00
|
|
|
@media screen and (min-width: 40.063em) {
|
2014-05-26 23:31:59 +08:00
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
margin-top: 1rem;
|
2014-05-26 22:00:23 +08:00
|
|
|
color: #999;
|
2014-03-29 18:06:51 +08:00
|
|
|
}
|
|
|
|
|
2014-04-01 13:32:47 +08:00
|
|
|
.blog-over {
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
margin-top: 2rem;
|
2016-04-25 14:11:51 +08:00
|
|
|
border-bottom: 1px solid #DCDCDC;
|
2014-04-01 13:32:47 +08:00
|
|
|
}
|
|
|
|
|
2014-03-29 18:06:51 +08:00
|
|
|
.recent-content {
|
2016-04-27 14:05:47 +08:00
|
|
|
@media screen and (min-width: 64em) {
|
|
|
|
padding-bottom: 3rem;
|
|
|
|
}
|
2014-03-30 15:31:53 +08:00
|
|
|
li {
|
2014-04-01 10:20:58 +08:00
|
|
|
list-style: disc;
|
2014-03-30 15:31:53 +08:00
|
|
|
}
|
|
|
|
padding-left: 0rem;
|
|
|
|
}
|
|
|
|
|
2016-04-24 00:43:05 +08:00
|
|
|
#qrcode-home {
|
|
|
|
padding: 1rem 2rem 1rem 0;
|
|
|
|
}
|
|
|
|
|
2014-04-01 09:34:51 +08:00
|
|
|
.qrcode {
|
|
|
|
display: inline-block;
|
|
|
|
float: right;
|
|
|
|
margin-top: -5.5rem;
|
|
|
|
i {
|
|
|
|
margin-right: 0.5rem;
|
|
|
|
}
|
|
|
|
}
|
2014-04-01 09:59:47 +08:00
|
|
|
|
|
|
|
.qrcode-wrapper {
|
|
|
|
float: right;
|
|
|
|
margin-top: -2rem;
|
2014-04-01 13:32:47 +08:00
|
|
|
text-align: right;
|
|
|
|
table {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
p {
|
|
|
|
clear: both;
|
|
|
|
}
|
2014-04-01 09:59:47 +08:00
|
|
|
}
|
2014-04-01 11:15:09 +08:00
|
|
|
|
2016-04-24 00:43:05 +08:00
|
|
|
.social-share {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2018-01-28 23:49:37 +08:00
|
|
|
.wechat_qrcode {
|
|
|
|
width: 200px;
|
|
|
|
margin-bottom: 20px;
|
2014-04-01 11:15:09 +08:00
|
|
|
}
|