修改流量统计首页滚动条数字对齐

(cherry picked from commit 2ca0a4714dfedbea53272f43169e4cf502e377f9)

(cherry picked from commit 1a6e771458)
This commit is contained in:
zhanghongqing
2019-01-24 03:39:41 +00:00
committed by 王鑫
parent 3e706f7027
commit 72b88b09c4
3 changed files with 41 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
/*数字滚动插件的CSS可调整样式*/
.mt-number-animate{ font-family: 'Microsoft YaHei'; line-height:20px; height: 15px;/*设置数字显示高度*/; /*设置数字大小*/ overflow: hidden; display: inline-block; position: relative; }
.mt-number-animate{ font-family: 'Microsoft YaHei'; line-height:20px; height: 16px;/*设置数字显示高度*/; /*设置数字大小*/ overflow: hidden; display: inline-block; position: relative; }
.mt-number-animate .mt-number-animate-dot{ width: 10px;/*设置分割符宽度*/ line-height: 20px; float: left; text-align: center;}
.mt-number-animate .mt-number-animate-dom{ width: 10px;/*设置单个数字宽度*/ text-align: center; float: left; position: relative; top: -1px;}
.mt-number-animate .mt-number-animate-dom .mt-number-animate-span{ width: 100%; float: left;}

View File

@@ -151,7 +151,6 @@ p{
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
margin: -2px;
margin-left: 39px;
}
.data_content .data_info>div.info_1 p:nth-child(2){
@@ -171,6 +170,7 @@ p{
color:#ffffff;
margin-top: 2.5em;
margin-left: 0px;
padding-right: 13px;
}
.data_content .data_info .info_2 .fr_fc .numberRun3{
width:100%;
@@ -180,6 +180,7 @@ p{
color:#ffffff;
margin-top: 2.5em;
margin-left: 0px;
padding-right: 33px;
}
.data_content .data_info .info_2 .fr_fc .numberRun5{
width:100%;
@@ -189,6 +190,7 @@ p{
color:#ffffff;
margin-top: 2.5em;
margin-left: 0px;
padding-right: 28px;
}
.data_content .data_info .info_2 .fr_fc .numberRun6{
width:100%;
@@ -198,6 +200,7 @@ p{
color:#ffffff;
margin-top: 2.5em;
margin-left: 0px;
padding-right: 25px;
}
.data_content .data_info .info_2 .fr_fc .numberRun7{
width:100%;
@@ -207,6 +210,7 @@ p{
color:#ffffff;
margin-top: 2.5em;
margin-left: 0px;
padding-right: 33px;
}
.data_content .data_info .info_2 .fr_fc .numberRun8{
width:100%;
@@ -216,6 +220,7 @@ p{
color:#ffffff;
margin-top: 2.5em;
margin-left: 0px;
padding-right: 10px;
}
.data_content .data_info .info_2 .fr_fc .numberRun{
width:100%;
@@ -225,6 +230,7 @@ p{
color:#ffffff;
margin-top: 2.5em;
margin-left: 0px;
padding-right: 30px;
}
.data_content .data_info>div.info_1 .fl_fc .numberRun4{
width:100%;
@@ -241,24 +247,45 @@ p{
font-size: 14px;
/*color:#288dce;*/
color:#ffffff;
margin-top: 35px;
margin-top: 26px;
margin-left: 0px;
padding-right: 4px;
}
.data_content .data_info>div.info_1 .fl_fc .numberRun4-unit{
font-weight: 500;
font-size: 16px;
.data_content .data_info>div.info_1 .fl_fc .inline-num .numberRun4-unit{
font-weight: 600;
font-size: 13px;
/*color:#288dce;*/
color:#ffffff;
margin-top: 0.6px;
margin-top: 0.3px;
position: fixed;
}
.data_content .data_info>div.info_1 .fl_fc .numberRun1 .mt-number-unit{
font-weight: 600;
font-size: 13px;
/*color:#288dce;*/
color:#ffffff;
margin-top: 0.3px;
position: fixed;
}
.data_content .data_info>div.info_2 .fl_fc .mt-number-unit{
font-weight: 600;
font-size: 13px;
/*color:#288dce;*/
color:#ffffff;
margin-top: 0.3px;
position: fixed;
}
.data_content .data_info>div.info_1 .fl_fc .csNum{
font-size: 11px;
/*color:#337ab7 !important;*/
color:#ffffff !important;
margin-top: -3px;
margin-top: -10px;
text-align: center;
margin-left: 6.3px;
width: 100%
width: 100%;
}
/* .data_info{
float: right;