From 0e722c9f6127ea7a41ca08fd36547e421b79edeb Mon Sep 17 00:00:00 2001
From: xufenglei <xufenglei>
Date: Wed, 25 Apr 2018 10:26:37 +0800
Subject: [PATCH] 饼图 结论

---
 src/app/routes/report/report.component.css |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

diff --git a/src/app/routes/report/report.component.css b/src/app/routes/report/report.component.css
index 1bf9b73..4c1ce15 100644
--- a/src/app/routes/report/report.component.css
+++ b/src/app/routes/report/report.component.css
@@ -41,5 +41,21 @@
 	.t_bg_b{width: 100%;height: 485.35px; background:url(./images/bg2.png) no-repeat center top;background-size: 100%;}
 	.t_bg_b h1{padding-top: 25px; text-align: center; font-size: 16px; line-height: 34px; font-weight: 600;}
 
-
+	.table_bg{ margin: 0 85px;}
+	
+	.table_t{}
+	.table_t .t01,.table_t .t02,.table_t .t03,.table_t .t04{ float: right;text-align:center;font-size: 12px;color: #00f6ff; font-weight: bold;}
+	.table_t .t01{ width: 125px;}
+	.table_t .t02{ width: 115px;}
+	.table_t .t03{ width: 260px;}
+	.table_t .t04{ width: 280px;}
+	
+	.table_text{ margin: 5px 0;}
+	.table_text img{ }
+	.table_text .table_tab_bg{background: url(./images/table_bg.png) no-repeat right;}
+	.table_text .tab1,.table_text .tab2,.table_text .tab3,.table_text .tab4{ float: left; color: #fff; text-align: center; margin-top: 4px;}
+	.table_text .tab1{ width: 125px; font-size: 11px; padding: 0 10px;}
+	.table_text .tab2{ width: 115px; font-size: 10px; padding: 0 10px; line-height: 15px;}
+	.table_text .tab3{ width: 260px; font-size: 10px; padding: 0 25px; line-height: 15px;}
+	.table_text .tab4{ width: 280px; font-size: 10px; padding: 0 20px; line-height: 15px;}
 

--
Gitblit v1.8.0