|
@@ -49,9 +49,9 @@
|
|
|
.chart-main-top-right-tips .tips.c{ background: #91CC75; }
|
|
|
.chart-main-top-right-li p{ font-size: 14px;line-height: 22px;color: #666666; }
|
|
|
|
|
|
- .chart-main-bot{width: 100%;height: auto;}
|
|
|
+ .chart-main-bot{width: 100%;height: auto;box-sizing: border-box;padding: 20px 0;background: #FFFFFF;}
|
|
|
.chart-main-top img{width: 100%;height: auto;}
|
|
|
- .chart-main-bot img{width: 100%;height: auto;}
|
|
|
+ .chart-main-bot img{width: 792px;height: 203px;display: block;margin: 0 auto; }
|
|
|
.chart-main-box{width: 592px;height: 420px;background: #FFFFFF;box-sizing: border-box;padding: 24px;}
|
|
|
.chart-main-box.le{float: left;}
|
|
|
.chart-main-box.ri{float: right;}
|
|
@@ -88,14 +88,19 @@
|
|
|
.chart-content{width: 100%;margin: 0 auto;box-sizing: border-box;padding: 3vw;}
|
|
|
.chart-title{ width: 100%;float: left; line-height: 8vw;font-size: 4vw;color: #333333;font-weight: bold;}
|
|
|
.chart-title span{line-height: 8vw;font-size: 16px;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: 10vw; }
|
|
|
+ .chart-content-text{ min-height: 60vw;width: 100%;box-sizing: border-box;padding: 3vw;background: #FFFFFF;float: left;margin-bottom: 4vw; }
|
|
|
.chart-content-text h1,.chart-content-text p{font-size: 3.4vw;color: #666666;line-height: 6vw;}
|
|
|
.chart-content-main{width: 100%;height: auto;float: left;margin-bottom: 16px;}
|
|
|
+
|
|
|
+
|
|
|
+ .chart-main-bot{width: 100%;height: auto;box-sizing: border-box;padding: 3vw ;background: #FFFFFF;}
|
|
|
+ .chart-main-top img{width: 100%;height: auto;}
|
|
|
+ .chart-main-bot img{width: 100%;height: auto;display: block;}
|
|
|
.chart-main-box{width: 100%;height: 86vw;background: #FFFFFF;box-sizing: border-box;padding: 3vw;}
|
|
|
.chart-main-box.le{float: left;margin-bottom: 16px;}
|
|
|
.chart-main-box.ri{float: left;}
|
|
|
.chart-main-min{width: 100%;height: 42vw;background: #FFFFFF;box-sizing: border-box;padding: 3vw;}
|
|
|
- .chart-main-max{width: 100%;height: 86vw;background: #FFFFFF;box-sizing: border-box;padding: 3vw;}
|
|
|
+ .chart-main-max{width: 100%;min-height: 86vw;background: #FFFFFF;box-sizing: border-box;padding: 3vw;}
|
|
|
.chart-main-min.le{float: left;margin-bottom: 16px;}
|
|
|
.chart-main-min.ri{float: left;}
|
|
|
.chart-main-568{width: 100%;height: 86vw;background: #FFFFFF;box-sizing: border-box;padding: 3vw;float: left;margin-bottom: 16px;}
|