|
@@ -169,32 +169,36 @@ div,li,span,i,p,h1,h2,h3,h4,h5,pre{
|
|
|
}
|
|
|
|
|
|
.anchors .a-circle{
|
|
|
- border:2px #8DD1EE solid;
|
|
|
width: 10px;
|
|
|
height: 10px;
|
|
|
- background: #fff;
|
|
|
- border-radius: 16px;
|
|
|
position: absolute;
|
|
|
top: 28px;
|
|
|
- left: 25px;
|
|
|
+ left: 27px;
|
|
|
z-index: 1;
|
|
|
+ background: url('../images/icon-circular2.png');
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position-x: center;
|
|
|
+ background-position-y: center;
|
|
|
+ background-size: 10px 10px;
|
|
|
}
|
|
|
.anchors .a-circle:last-child{
|
|
|
position: initial;
|
|
|
margin-left: 25px;
|
|
|
- margin-top: 0;
|
|
|
+ margin-top: -16px;
|
|
|
}
|
|
|
.anchors i {
|
|
|
position: absolute;
|
|
|
display: inline-block;
|
|
|
width: 10px;
|
|
|
height: 10px;
|
|
|
- border-radius: 5px;
|
|
|
- border: 1px solid @staticMainColor;
|
|
|
- background-color: @staticMainColor;
|
|
|
- left: -7px;
|
|
|
+ left: -6px;
|
|
|
top: 8px;
|
|
|
z-index: 1;
|
|
|
+ background: url('../images/icon-circular.png');
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position-x: center;
|
|
|
+ background-position-y: center;
|
|
|
+ background-size: 10px 10px;
|
|
|
}
|
|
|
.anchors li:first-child i{
|
|
|
top:29px;
|