From 7ed359f59e9b4bfd179c598e2a36074ad7d219f9 Mon Sep 17 00:00:00 2001 From: dong_bo0602 <358256383@qq.com> Date: Thu, 21 Oct 2021 18:06:24 +0800 Subject: [PATCH] 1021 --- src/main/resources/static/assets/web/css/index.css | 5 +++-- .../resources/static/route/basiccheckpersonaction/print.html | 4 +++- .../resources/static/route/basiccheckpersonaction/save.html | 2 +- .../resources/static/route/basiccheckpersonaction/show.html | 2 +- .../static/route/basiccheckpersonaction/update.html | 2 +- .../resources/static/route/basiccheckpersoninfo/print.html | 4 +++- .../resources/static/route/basiccheckpersoninfo/save.html | 2 +- .../resources/static/route/basiccheckpersoninfo/show.html | 2 +- .../resources/static/route/basiccheckpersoninfo/update.html | 2 +- src/main/resources/static/route/departmentmember/save.html | 2 +- src/main/resources/static/route/departmentmember/update.html | 2 +- src/main/resources/static/route/departmentsynopsis/save.html | 2 +- .../resources/static/route/departmentsynopsis/update.html | 2 +- src/main/resources/static/route/entityres/print.html | 4 +++- src/main/resources/static/route/entityres/save.html | 2 +- src/main/resources/static/route/entityres/update.html | 2 +- .../resources/static/route/hearttalk/print-heart-talk.html | 4 +++- .../resources/static/route/hearttalk/save-heart-talk.html | 2 +- .../resources/static/route/hearttalk/show-heart-talk.html | 2 +- src/main/resources/static/route/indexaudit/update.html | 2 +- src/main/resources/static/route/indexauditlog/save.html | 2 +- src/main/resources/static/route/indexauditlog/show.html | 2 +- src/main/resources/static/route/indexauditlog/update.html | 2 +- src/main/resources/static/route/indexgeneral/print.html | 4 +++- src/main/resources/static/route/indexgeneral/save.html | 2 +- src/main/resources/static/route/indexgeneral/show.html | 2 +- src/main/resources/static/route/indexgeneral/update.html | 2 +- src/main/resources/static/route/indexgeneraltwo/print.html | 4 +++- src/main/resources/static/route/indexgeneraltwo/save.html | 4 ++-- src/main/resources/static/route/indexgeneraltwo/show.html | 4 ++-- src/main/resources/static/route/indexgeneraltwo/update.html | 4 ++-- src/main/resources/static/route/indexlib/save.html | 2 +- src/main/resources/static/route/indexlib/update.html | 2 +- src/main/resources/static/route/indextemplate/save.html | 2 +- src/main/resources/static/route/indextemplate/update.html | 2 +- .../route/partycleanmeeting/print-party-clean-meeting.html | 4 +++- .../route/partycleanmeeting/save-party-clean-meeting.html | 2 +- .../route/partycleanmeeting/show-party-clean-meeting.html | 2 +- .../resources/static/route/partycommitteemeeting/print.html | 4 +++- .../resources/static/route/partycommitteemeeting/save.html | 2 +- .../resources/static/route/partycommitteemeeting/update.html | 2 +- src/main/resources/static/route/partypunishinfo/print.html | 4 +++- src/main/resources/static/route/partypunishinfo/save.html | 2 +- src/main/resources/static/route/partypunishinfo/show.html | 2 +- src/main/resources/static/route/partypunishinfo/update.html | 2 +- src/main/resources/static/route/problemclue/print.html | 4 +++- src/main/resources/static/route/problemclue/save.html | 2 +- src/main/resources/static/route/problemclue/show.html | 2 +- src/main/resources/static/route/problemclue/update.html | 2 +- src/main/resources/static/route/supervisecheck/print.html | 4 +++- src/main/resources/static/route/supervisecheck/save.html | 2 +- src/main/resources/static/route/supervisecheck/show.html | 2 +- src/main/resources/static/route/supervisecheck/update.html | 2 +- src/main/resources/static/route/userexpand/save.html | 2 +- src/main/resources/static/route/userexpand/show.html | 2 +- src/main/resources/static/route/userexpand/update.html | 2 +- 56 files changed, 83 insertions(+), 60 deletions(-) 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 @@