|
@@ -97,7 +97,10 @@
|
|
|
.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: 33vw;}
|
|
|
+ .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-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;}
|
|
|
.chart-title span{line-height: 8vw;font-size: 3.4vw;color: #333333;font-weight: normal;}
|
|
|
.chart-content-text{ min-height: 60vw;width: 100%;box-sizing: border-box;padding: 3vw;background: #FFFFFF;float: left;margin-bottom: 4vw; }
|