|
@@ -180,10 +180,12 @@ div,li,span,i,p,h1,h2,h3,h4,h5,pre{
|
|
|
background-position-x: center;
|
|
|
background-position-y: center;
|
|
|
background-size: 10px 10px;
|
|
|
+ background: none\9;
|
|
|
+ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/icon-circular2.png',sizingMethod='scale');
|
|
|
}
|
|
|
.anchors .a-circle:last-child{
|
|
|
position: initial;
|
|
|
- margin-left: 25px;
|
|
|
+ margin-left: 28px;
|
|
|
margin-top: -16px;
|
|
|
}
|
|
|
.anchors i {
|
|
@@ -199,6 +201,8 @@ div,li,span,i,p,h1,h2,h3,h4,h5,pre{
|
|
|
background-position-x: center;
|
|
|
background-position-y: center;
|
|
|
background-size: 10px 10px;
|
|
|
+ background: none\9;
|
|
|
+ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/icon-circular.png',sizingMethod='scale');
|
|
|
}
|
|
|
.anchors li:first-child i{
|
|
|
top:29px;
|
|
@@ -233,6 +237,7 @@ div,li,span,i,p,h1,h2,h3,h4,h5,pre{
|
|
|
background-position-x: center;
|
|
|
background-position-y: center;
|
|
|
background-size: 18px 9px;
|
|
|
+ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/icon_current.png',sizingMethod='scale');
|
|
|
}
|
|
|
.disCopy {
|
|
|
-webkit-touch-callout: none;
|
|
@@ -399,6 +404,7 @@ div,li,span,i,p,h1,h2,h3,h4,h5,pre{
|
|
|
line-height: 28px;
|
|
|
margin: 30px 0 8px 0;
|
|
|
text-align: center;
|
|
|
+ display: none;
|
|
|
}
|
|
|
.scaleBox{
|
|
|
border-bottom: none;
|
|
@@ -574,4 +580,29 @@ div,li,span,i,p,h1,h2,h3,h4,h5,pre{
|
|
|
}
|
|
|
.chColor{
|
|
|
color: red!important;
|
|
|
+}
|
|
|
+.info_left {
|
|
|
+ width: 527px;
|
|
|
+ margin: auto;
|
|
|
+ display: none;
|
|
|
+ overflow: hidden;
|
|
|
+ margin-top: 10px;
|
|
|
+ border:1px solid #D8D8D8;
|
|
|
+ li {
|
|
|
+ width: 50%;
|
|
|
+ height: 30px;
|
|
|
+ padding: 0 10px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ border: 1px solid #bbbfc1;
|
|
|
+ border-right: none;
|
|
|
+ font-size: 14px;
|
|
|
+ float: left;
|
|
|
+ border-bottom: none;
|
|
|
+ }
|
|
|
+ &:nth-child(1) {
|
|
|
+ border-top: none;
|
|
|
+ }
|
|
|
+ &:nth-child(odd) {
|
|
|
+ border-left: none;
|
|
|
+ }
|
|
|
}
|