This commit is contained in:
Van
2019-09-23 22:47:49 +08:00
parent 999f05c024
commit b661ebc480
3 changed files with 113 additions and 60 deletions

File diff suppressed because one or more lines are too long

View File

@@ -19,7 +19,7 @@
* skin style
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @version 1.3.0.0, Aug 2, 2019
* @version 1.4.0.0, Sep 23, 2019
*/
/* start common */
@import "../../../scss/reset";
@@ -556,15 +556,18 @@ aside {
}
.post sup,
.post sup {
.post sup {
color: #aaa;
font-weight: 300;
a {
color: #aaa;
cursor: text;
&:hover {
color: #aaa;
}
&:visited {
color: #fff;
}
@@ -650,6 +653,50 @@ aside {
}
}
.article__share {
margin: 20px 0;
display: inline-block;
position: relative;
.item {
float: left;
text-align: center;
padding: 5px 10px;
box-sizing: border-box;
color: #fdc200;
cursor: pointer;
transition: all .3s ease;
opacity: .86;
svg {
height: 20px;
width: 20px;
}
&[data-type="wechat"] {
color: #3caf36;
}
&[data-type="twitter"] {
color: #18a3fa;
}
&[data-type="weibo"] {
color: #f93;
}
&:hover {
opacity: 1;
}
&__qr {
position: absolute;
top: 33px;
left: 60px;
}
}
}
/* end article list */
/* start comments */
@@ -792,6 +839,10 @@ aside {
.responsive .list li.current {
background-color: #eee;
}
.post {
padding: 10px;
}
}
/* end responsive */