This commit is contained in:
Van
2019-02-17 14:20:48 +08:00
parent 621b2416e5
commit 628de04988
4 changed files with 32 additions and 5 deletions

View File

@@ -858,7 +858,7 @@ a {
.article__near {
margin: 50px 0 70px;
position: relative; }
.article__near:before {
.article__near--point:before {
width: 8px;
height: 8px;
position: absolute;
@@ -870,6 +870,8 @@ a {
border-radius: 50%;
background: #ddd;
box-shadow: 0 1px 2px #fff; }
.article__near ul {
list-style: none; }
.article__near a {
font-size: 12px;
line-height: 1.6em;
@@ -880,7 +882,8 @@ a {
color: #555; }
.article__near a.first {
text-align: right; }
.article__near strong {
.article__near strong,
.article__near h4 {
margin-bottom: 6px;
font-size: 14px;
letter-spacing: 2px;

View File

@@ -201,7 +201,7 @@ a {
&__near {
margin: 50px 0 70px;
position: relative;
&:before {
&--point:before {
width: 8px;
height: 8px;
position: absolute;
@@ -214,6 +214,9 @@ a {
background: #ddd;
box-shadow: 0 1px 2px #fff;
}
ul {
list-style: none;
}
a {
font-size: 12px;
line-height: 1.6em;
@@ -228,7 +231,8 @@ a {
text-align: right;
}
}
strong {
strong,
h4 {
margin-bottom: 6px;
font-size: 14px;
letter-spacing: 2px;