|
@@ -2,7 +2,7 @@
|
|
|
padding: 20px 0 30px;
|
|
padding: 20px 0 30px;
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
position: relative;
|
|
position: relative;
|
|
|
- height: 890px;
|
|
|
|
|
|
|
+ min-height: 890px;
|
|
|
color: #111111;
|
|
color: #111111;
|
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
|
.cb_db{
|
|
.cb_db{
|
|
@@ -77,7 +77,7 @@
|
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
|
position: relative;
|
|
position: relative;
|
|
|
justify-content: flex-end;
|
|
justify-content: flex-end;
|
|
|
- padding: 0 40px 30px;
|
|
|
|
|
|
|
+ padding: 0 40px 15px;
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
}
|
|
}
|
|
|
.fm2-logo{
|
|
.fm2-logo{
|
|
@@ -128,6 +128,15 @@
|
|
|
color: #FFFFFF;
|
|
color: #FFFFFF;
|
|
|
line-height: 12px;
|
|
line-height: 12px;
|
|
|
text-align: left;
|
|
text-align: left;
|
|
|
|
|
+ .fm2-texts-pre-span{
|
|
|
|
|
+ width: 84px;
|
|
|
|
|
+ }
|
|
|
|
|
+ .fm2-texts-pre-val{
|
|
|
|
|
+ width: calc(100% - 84px);
|
|
|
|
|
+ padding-right: 10px;
|
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
|
+ line-height: 16px;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.fm_img{
|
|
.fm_img{
|
|
@@ -712,6 +721,8 @@
|
|
|
left: 14px;
|
|
left: 14px;
|
|
|
top: -20px;
|
|
top: -20px;
|
|
|
.xts_num{
|
|
.xts_num{
|
|
|
|
|
+ width: 24px;
|
|
|
|
|
+ height: 20px;
|
|
|
background: #FFFFFF;
|
|
background: #FFFFFF;
|
|
|
box-shadow: 0px 4px 10px 0px rgba(118,30,106,0.08);
|
|
box-shadow: 0px 4px 10px 0px rgba(118,30,106,0.08);
|
|
|
border-radius: 8px;
|
|
border-radius: 8px;
|
|
@@ -719,8 +730,6 @@
|
|
|
font-family: PangMenZhengDao, PangMenZhengDao;
|
|
font-family: PangMenZhengDao, PangMenZhengDao;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
|
- line-height: 16px;
|
|
|
|
|
- padding: 10px 8px;
|
|
|
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
|
&.red{
|
|
&.red{
|
|
|
color: #33A7A7;
|
|
color: #33A7A7;
|
|
@@ -1355,9 +1364,10 @@
|
|
|
top: 0;
|
|
top: 0;
|
|
|
}
|
|
}
|
|
|
.vj-val{
|
|
.vj-val{
|
|
|
|
|
+ width: 24px;
|
|
|
|
|
+ height: 20px;
|
|
|
background: #FFFFFF;
|
|
background: #FFFFFF;
|
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
|
- padding: 4px 7px;
|
|
|
|
|
font-family: DIN, DIN;
|
|
font-family: DIN, DIN;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
@@ -1433,7 +1443,7 @@
|
|
|
.xr_tb{
|
|
.xr_tb{
|
|
|
width: calc(100% - 20px);
|
|
width: calc(100% - 20px);
|
|
|
height: 4px;
|
|
height: 4px;
|
|
|
- margin-top: 11px;
|
|
|
|
|
|
|
+ margin-top: 9px;
|
|
|
position: relative;
|
|
position: relative;
|
|
|
.xt_pre{
|
|
.xt_pre{
|
|
|
width: calc(100% / 3);
|
|
width: calc(100% / 3);
|
|
@@ -1453,6 +1463,10 @@
|
|
|
left: 14px;
|
|
left: 14px;
|
|
|
top: -9px;
|
|
top: -9px;
|
|
|
.xts_num{
|
|
.xts_num{
|
|
|
|
|
+ width: 24px;
|
|
|
|
|
+ height: 18px;
|
|
|
|
|
+ padding: 0 4px;
|
|
|
|
|
+ box-sizing: border-box;
|
|
|
background: #FFFFFF;
|
|
background: #FFFFFF;
|
|
|
box-shadow: 0px 4px 10px 0px rgba(118,30,106,0.08);
|
|
box-shadow: 0px 4px 10px 0px rgba(118,30,106,0.08);
|
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
@@ -1461,8 +1475,6 @@
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
|
color: #904A87;
|
|
color: #904A87;
|
|
|
- line-height: 10px;
|
|
|
|
|
- padding: 4px 7px;
|
|
|
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
|
&.red{
|
|
&.red{
|
|
|
color: #904A87;
|
|
color: #904A87;
|