Jelajahi Sumber

数据图表版本

zhengjinyi 1 tahun lalu
induk
melakukan
aea07eeff5

+ 6 - 4
src/main/resources/static/css/supplier-center/encyclopedia/charts.css

@@ -4,13 +4,14 @@
   header{box-shadow: none;position: fixed;width: 100%;z-index: 99;}
   table, td, th{border: none;}
   .chartHeadCenter{ width: 100%;height: 100px;background: #FFFFFF;box-sizing: border-box;padding: 25px 0 10px 0; }
-  .chartHeadCenter.account .wrap{}
+  .chartHeadCenter.account .header-logo{ width: 33.33%;float: left;}
   .chartHeadCenter .logo{ width: auto;height: 52px; margin-right: 20px;border-right: 1px solid #e1e1e1;box-sizing: border-box;padding-right:16px;float: left;}
   .chartHeadCenter .logo.none{border-right: none;}
-  .header-title{float: left;margin-left: 216px;}
-  .header-title p{line-height: 24px;font-size: 24px;color: #333333;font-weight: bold;}
+  .chartHeadCenter .logo.none img{width: auto;height: 52px;display: block;}
+  .header-title{width: 33.33%;float: left;}
+  .header-title p{line-height: 24px;font-size: 24px;color: #333333;font-weight: bold;text-align: center;}
   .header-title p.small{line-height: 30px;font-size: 16px;color: #666666;font-weight: normal;text-align: center}
-  .header-time{width: auto;height:100%;float: right;box-sizing: border-box; }
+  .header-time{width: 33.33%;height:100%;float: right;box-sizing: border-box;text-align: right; }
   .chart-content{width: 1200px;margin: 0 auto;padding-top: 100px;min-height: 600px;}
   .chart-content .chart-title{ width: 100%;float: left; line-height: 80px;font-size: 24px;color: #333333;font-weight: bold;}
   .chart-content .chart-title span{line-height: 80px;font-size: 16px;color: #333333;font-weight: normal;}
@@ -87,6 +88,7 @@
   .chartHeadCenter.account .wrap{}
   .chartHeadCenter .logo{ width: 24vw;height: auto; margin-right: 4vw;border-right: 1px solid #e1e1e1;box-sizing: border-box;padding-right:4vw;float: left;}
   .chartHeadCenter .logo.none{border-right: none;}
+  .chartHeadCenter .logo.none img{width: 24vw;height: auto;display: block;}
   .header-logo{float: left;width: 100%;}
   .header-title{float: left;width: 100%;height: 10vw;}
   .header-title p{line-height: 10vw;font-size: 4vw;color: #333333;font-weight: bold;float: left;}