|
@@ -84,7 +84,7 @@
|
|
|
/*移动端**/
|
|
|
@media screen and (max-width:768px){
|
|
|
body{background-color: #F5F5F5;}
|
|
|
- header{box-shadow: none;position: fixed;width: 100%;z-index: 99;}
|
|
|
+ header{box-shadow: none;width: 100%;z-index: 99;}
|
|
|
footer{display: none;}
|
|
|
table, td, th{border: none;}
|
|
|
.chartHeadCenter{ width: 100%;height: auto;background: #FFFFFF;box-sizing: border-box;padding: 2vw; }
|
|
@@ -97,8 +97,8 @@
|
|
|
.header-title p{line-height: 10vw;font-size: 4vw;color: #333333;font-weight: bold;float: left;}
|
|
|
.header-title p.small{font-size: 3.4vw;color: #666666;font-weight: normal;}
|
|
|
.header-time{width: 100%;height:100%;float: left;box-sizing: border-box; }
|
|
|
- .chart-content{width: 100%;margin: 0 auto;padding-top: 30vw;}
|
|
|
- .chart-content-empty{ width: 100%;height: 180vw; box-sizing: border-box;padding: 50vw 0;text-align: center;color: #4A4F58;background: #FFF; }
|
|
|
+ .chart-content{width: 100%;margin: 0 auto;margin-top: 4vw;}
|
|
|
+ .chart-content-empty{ width: 100%;height: 190vw; box-sizing: border-box;padding: 50vw 0;text-align: center;color: #4A4F58;background: #FFF; }
|
|
|
.chart-content-empty img{ width: 40vw;height: auto; }
|
|
|
.chart-content-empty p{color: #999999; line-height: 10vw;font-size:3.2vw;}
|
|
|
.chart-title{ width: 100%;float: left; line-height: 8vw;font-size: 4.6vw;color: #333333;font-weight: bold;box-sizing: border-box;padding: 0 3vw;background: #FFFFFF;}
|