|
@@ -184,7 +184,7 @@ div,li,span,i,p,h1,h2,h3,h4,h5,pre{
|
|
|
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/icon-circular2.png',sizingMethod='scale');
|
|
|
|
|
|
}
|
|
|
-.anchors .a-circle:last-child{
|
|
|
+.anchors .a-circle-2{
|
|
|
position: relative;
|
|
|
margin-top: -16px;
|
|
|
top: 0;
|
|
@@ -489,20 +489,22 @@ div,li,span,i,p,h1,h2,h3,h4,h5,pre{
|
|
|
padding:25px 56px;
|
|
|
display: inline-block;
|
|
|
.result_left{
|
|
|
- float: left;
|
|
|
+ display: flex;
|
|
|
+ & span{
|
|
|
+ display: block;
|
|
|
+ width: 42px;
|
|
|
+ }
|
|
|
.hel{
|
|
|
+ width: 21px;
|
|
|
+ height: 21px;
|
|
|
background: #2C96E5;
|
|
|
border-radius: 50%;
|
|
|
color: #fff;
|
|
|
- margin-right: 9px;
|
|
|
font-size: 12px;
|
|
|
vertical-align: middle;
|
|
|
+ margin-right: 9px;
|
|
|
}
|
|
|
}
|
|
|
- .result_title{
|
|
|
- max-width: 85%;
|
|
|
- float: left;
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
}
|
|
@@ -555,7 +557,7 @@ div,li,span,i,p,h1,h2,h3,h4,h5,pre{
|
|
|
|
|
|
}
|
|
|
#inputs{
|
|
|
- position: absolute;top: 0;left: 0;opacity: 0;z-index: -10;
|
|
|
+ position: absolute;top: 0;left: 0;opacity: 0;z-index: -10;display:none
|
|
|
}
|
|
|
#Print{
|
|
|
width: 100%!important;
|
|
@@ -564,7 +566,6 @@ div,li,span,i,p,h1,h2,h3,h4,h5,pre{
|
|
|
}
|
|
|
.scale{
|
|
|
.infos-box{
|
|
|
-
|
|
|
margin: 0 71px 20px 38px;
|
|
|
.infoWrapper {
|
|
|
padding: 0 75px;
|
|
@@ -578,27 +579,27 @@ div,li,span,i,p,h1,h2,h3,h4,h5,pre{
|
|
|
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;
|
|
|
- }
|
|
|
- }
|
|
|
+ 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;
|
|
|
+ }
|
|
|
+}
|