diff --git a/src/main/webapp/css/default.css b/src/main/webapp/css/default.css index 17a8dfd8..3d4344fa 100644 --- a/src/main/webapp/css/default.css +++ b/src/main/webapp/css/default.css @@ -1656,7 +1656,8 @@ transform: rotate(45deg);} .service .con .sec ul li {font-size:14px;line-height: 26px;color:#444;letter-spacing: -0.5px;} .service .con .sec ul.d2 {padding-left:15px;margin-bottom:15px;} .service .con .sec ul.d3 {padding-left:18px;margin-bottom:15px;} -.service .con .sec ul li.color {color:#008dd9;font-weight: 500;border-bottom:1px solid #008dd9;display: inline;padding-bottom:2px;} +.service .con .sec ul .color {color:#008dd9;font-weight: 500;border-bottom:1px solid #008dd9;display: inline;padding-bottom:2px;} +.service .con .sec.last ul {margin-top:80px;} .error {text-align: center;width:100%;height: 100vh;box-sizing: border-box;display: flex;flex-direction: column;align-items: center;justify-content: center;}