diff --git a/src/main/resources/static/assets/web/css/style.css b/src/main/resources/static/assets/web/css/style.css index 735262a..53f1278 100644 --- a/src/main/resources/static/assets/web/css/style.css +++ b/src/main/resources/static/assets/web/css/style.css @@ -39,7 +39,7 @@ .news .news-box .box-title span.four{background: url("../images/four-icon.png") no-repeat left center;} .news .news-box .box-title span.five{background: url("../images/five-icon.png") no-repeat left center;} .news .news-box .box-title span.six{background: url("../images/six-icon.png") no-repeat left center;} -.news .news-box .box-title a{font-size:16px;float:right;color:#fff} +.news .news-box .box-title a{font-size:16px;float:right;color:#999} .news .news-box .news-list{overflow: hidden;} .news .news-box .news-list ul{height:215px;overflow-y: scroll;width:110%;padding-right:20px;box-sizing: border-box;} .news .news-box .news-list ul li{padding-left:55px;margin-bottom:15px;height:40px;line-height:40px;font-size:16px;color:#333;background:url("../images/news-bg.png") no-repeat center;background-size: 100% 100%;} @@ -53,7 +53,7 @@ .slide .bd a{display:block;position:relative} .slide .hd{position: absolute;right:10px;bottom:12px;} .slide .hd ul:after{content:'';display: block;clear: both;} -.slide .hd ul li{width:15px;height:15px;border-radius: 50%;background: #fff;cursor: pointer;float:left;margin-right:10px;text-align: center;color: #000;line-height: 15px;font-size: 12px;} +.slide .hd ul li{width:15px;height:15px;/*border-radius: 50%*/;background: #fff;cursor: pointer;float:left;margin-right:10px;text-align: center;color: #000;line-height: 15px;font-size: 12px;} .slide .hd ul li:last-child{margin-right: 0} .slide .hd ul li.on{background: #064ec0;color:#fff;} .dynamic-news,.slide{position:relative} diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 915f36b..5362917 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -298,7 +298,7 @@