diff --git a/src/main/webapp/css/default.css b/src/main/webapp/css/default.css index 3d4344fa..58884a57 100644 --- a/src/main/webapp/css/default.css +++ b/src/main/webapp/css/default.css @@ -1649,6 +1649,7 @@ transform: rotate(45deg);} .service .top-bg p:nth-child(1) {display: inline-block;margin:90px 0px 10px 350px;font-size:22px;font-weight: 500;} .service .top-bg p:nth-child(2) {display: inline-block;margin:0px 0px 0px 350px;font-size:16px;font-weight: 100;} .service .con {width:1200px;margin:0 auto;text-align: left;} +.service .con h3 {font-size:30px;margin:60px 0px 60px;text-align: center;} .service .con .sec {border-bottom:1px solid #ddd;padding-bottom:40px;margin-bottom:40px;} .service .con .sec:last-child {border-bottom:0;} .service .con .sec h2 {margin-bottom:10px;font-size: 20px;color:#376795;font-weight: 500;} diff --git a/src/main/webapp/css/media.css b/src/main/webapp/css/media.css index 9134102f..5875d0a1 100644 --- a/src/main/webapp/css/media.css +++ b/src/main/webapp/css/media.css @@ -1336,6 +1336,7 @@ footer .family_site {right:10px;} .service .top-bg {width:100%;height:450px;background-color:#f9f9f9;background-position:0px 0px;} .service .con {width:100%;} +.service .con h3 {font-size:26px;margin:30px 0px 30px;} .service .top-bg p:nth-child(1) {margin:300px 5% 20px;font-size:16px;color:#333;} .service .top-bg p:nth-child(2) {margin:0 5%;font-size:12px;color:#333;}