From a1c7c8f01bc80853b0b591bbb1742e7be9c72f5c Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Tue, 20 Mar 2018 17:06:35 +0800 Subject: [PATCH] Merge branch 'develop' of http://blit.7drlb.com:8888/r/screen-frontend into develop --- src/app/routes/report/report.component.css | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/routes/report/report.component.css b/src/app/routes/report/report.component.css index 036bf21..ee4dc07 100644 --- a/src/app/routes/report/report.component.css +++ b/src/app/routes/report/report.component.css @@ -8,8 +8,8 @@ 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.3px; 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;} @@ -33,7 +33,7 @@ /*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.3px; 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;} -- Gitblit v1.8.0