📝 link title

This commit is contained in:
Van
2018-12-07 17:29:43 +08:00
parent 2af4532528
commit ccb20d81c5
26 changed files with 132 additions and 184 deletions

View File

@@ -54,6 +54,10 @@ a {
.content-reset {
color: #555;
font-size: 14px;
a {
color: $red;
}
}
// header
@@ -65,6 +69,8 @@ a {
right: 0;
height: 100%;
width: 50px;
display: flex;
flex-direction: column;
a, span {
color: #fff;
@@ -85,12 +91,6 @@ a {
color: $gray;
}
}
&__bottom {
width: 100%;
position: absolute;
bottom: 0;
}
}
// framework
@@ -174,8 +174,14 @@ a {
.tags {
line-height: 32px;
margin: 20px 0 70px;
a {
&--align a {
width: 180px;
margin-right: 0 !important;
}
a {
margin-right: 20px;
float: left;
}
}