|
@@ -424,15 +424,13 @@ div,li,span,i,p,h1,h2,h3,h4,h5,pre{
|
|
|
}
|
|
|
.item-content{
|
|
|
margin: 10px 0;
|
|
|
- display: flex;
|
|
|
- flex-flow: wrap;
|
|
|
+ display: inline-block;
|
|
|
.radio {
|
|
|
display: flex;
|
|
|
margin: 5px;
|
|
|
margin-right: 25px;
|
|
|
+ float: left;
|
|
|
label{
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
font-weight: 400;
|
|
|
color: #666666;
|
|
|
line-height: 20px;
|
|
@@ -489,10 +487,11 @@ div,li,span,i,p,h1,h2,h3,h4,h5,pre{
|
|
|
.result_box{
|
|
|
padding:25px 56px;
|
|
|
overflow: hidden;
|
|
|
- position: relative;
|
|
|
+ max-width: 100%;
|
|
|
+ min-width: 100px;
|
|
|
+ display: inline-block;
|
|
|
.result_left{
|
|
|
- display: inline-block;
|
|
|
- position: absolute;
|
|
|
+ float: left;
|
|
|
.hel{
|
|
|
background: #2C96E5;
|
|
|
border-radius: 50%;
|
|
@@ -504,8 +503,7 @@ div,li,span,i,p,h1,h2,h3,h4,h5,pre{
|
|
|
}
|
|
|
.result_title{
|
|
|
max-width: 85%;
|
|
|
- display: inline-block;
|
|
|
- margin-left: 70px;
|
|
|
+ float: left;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -564,12 +562,12 @@ div,li,span,i,p,h1,h2,h3,h4,h5,pre{
|
|
|
#Print{
|
|
|
width: 100%!important;
|
|
|
overflow-x: hidden;
|
|
|
+ overflow: auto;
|
|
|
}
|
|
|
.scale{
|
|
|
.infos-box{
|
|
|
- border: 1px solid #E6E6E6;
|
|
|
+
|
|
|
margin: 0 71px 20px 38px;
|
|
|
- padding-top: 20px;
|
|
|
.infoWrapper {
|
|
|
padding: 0 75px;
|
|
|
}
|
|
@@ -582,27 +580,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;
|
|
|
+ }
|
|
|
+ }
|