From 6efb2a0076a544b5714bccba214d81904264540d Mon Sep 17 00:00:00 2001
From: xufenglei <xufenglei>
Date: Tue, 12 Jun 2018 08:49:31 +0800
Subject: [PATCH] 报表展示 增加镇村选项
---
src/app/routes/report/report.component.css | 39 ++++++++++++++++++++++++++++++---------
1 files changed, 30 insertions(+), 9 deletions(-)
diff --git a/src/app/routes/report/report.component.css b/src/app/routes/report/report.component.css
index 036bf21..7b53889 100644
--- a/src/app/routes/report/report.component.css
+++ b/src/app/routes/report/report.component.css
@@ -8,12 +8,12 @@
h1,h2,h3,h4,ul,li,p{padding:0;margin:0;list-style:none;font-weight:lighter;}
.clear_fix:after{content:"";display: block;height:0;clear:both;visibility: hidden}
- .bg{ margin: 0 0; width: 1000px;height: 486px;}
- .t_bg{height: 486px; background:url(./images/bg.png) no-repeat center top; background-size: 100% 100%; }
+ .bg{ margin: 0 0; width: 1000px;}
+ .t_bg{height: 485.35px; background:url(./images/bg.png) no-repeat center top; background-size: 100% 100%; }
.t_bg img{text-align: center; width:200px; display: block; margin: 0 auto; padding-top: 30px;}
- .t_bg h1{padding-top: 5px; text-align: center; font-size: 60px; font-weight: bold;}
+ .t_bg h1{padding-top: 5px; text-align: center; font-size: 54px; font-weight: bold;}
.container{padding-top:30px;text-align:center;}
.title{display:inline-block;}
@@ -23,18 +23,39 @@
.content{ text-align: center; margin: 10px; margin-left: 70px; margin-right: 70px;}
.content .left{ width: 48%; float: left; padding-right: 5px;}
- .content h2,.content .text1,.content .text2{ color: rgb(255, 254, 254);text-shadow: 4.243px 4.243px 5.64px rgba(0, 97, 207, 0.75); font-weight: 500;}
- .content h2{ font-size:20px;line-height: 40px; background:url(./images/bg_yuanjiao.png) no-repeat center center; background-size:80% 90%;}
- .content .text1{ font-size:18px;line-height: 30px;}
- .content .text2{ font-size:15px;line-height: 25px;}
+ .content .text_t,.content .text1,.content .text2{ color: rgb(255, 254, 254);text-shadow: 4.243px 4.243px 5.64px rgba(0, 97, 207, 0.75); font-weight: 500;}
+
+ .content .text_t{display:inline-block;}
+ .content .text_t_left{ width: 14px;height: 28px; float: left; background: url(./images/text_t_left.png) no-repeat;}
+ .content .text_t_bg{ background: url(./images/text_t_bg.png) repeat;height: 28px; float: left;font-size: 18px; line-height: 28px;}
+ .content .text_t_right{ width: 14px;height: 28px; float: left; background: url(./images/text_t_right.png) no-repeat;}
+
+ .content .text1{ font-size:16px;line-height: 30px;}
+ .content .text2{ font-size:14px;line-height: 25px;}
.content .text2 .text_l{ float: left;}
.content .text2 .text_r{ float: right;}
.content .right{ float: right; width: 48%;}
/*bottom*/
- .t_bg_b{width: 100%;height: 486px; background:url(./images/bg2.png) no-repeat center top;background-size: 100%;}
+ .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: #041324; 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