diff --git a/src/main/resources/static/assets/web/css/index.css b/src/main/resources/static/assets/web/css/index.css index 31cc362..9a0ff5c 100644 --- a/src/main/resources/static/assets/web/css/index.css +++ b/src/main/resources/static/assets/web/css/index.css @@ -83,9 +83,10 @@ .base-news-left .hd li{float: left;width: 10px;height: 10px;border-radius: 50%;cursor: pointer;background: #fff;margin-right: 5px;} .base-news-left .hd li.on{background: #015ab8} .base-news-right{width:49.5%;height:340px;float:right;padding:15px;border:1px solid #dcdcdc;background:rgba(247,243,240,.6);box-sizing:border-box} -.base-news-right li{margin-bottom:17px} -.base-news-right li a{display:inline-block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-left:50px;box-sizing:border-box;font-size:18px;color:#000;position:relative;line-height:20px} +.base-news-right li{margin-bottom:17px;} +.base-news-right li a{position:relative;display:inline-block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-left:50px;box-sizing:border-box;font-size:18px;color:#000;position:relative;line-height:20px} .base-news-right li a span{display:block;width:40px;height:20px;background:linear-gradient(-90deg,#fe5126,#db181e);border-radius:3px;text-align:center;line-height:20px;font-size:18px;color:#fff;position:absolute;top:0;left:0} +.base-news-right li a:before{content: '';display: block;width:8px;height:8px;background: red;position: absolute;top:50%;left:17px;margin-top:-4px;border-radius: 50%;} .base-news-right li a:hover{color:#b50100;font-weight:700} .base-news-right li a:hover span{color:#fff;font-weight:400} .bottom-nav{margin-top:80px} diff --git a/src/main/resources/static/route/basiccheckpersonaction/print.html b/src/main/resources/static/route/basiccheckpersonaction/print.html index 0f60b17..f2bdb3d 100644 --- a/src/main/resources/static/route/basiccheckpersonaction/print.html +++ b/src/main/resources/static/route/basiccheckpersonaction/print.html @@ -44,7 +44,7 @@