Chencb1991 8 months ago
parent
commit
219c6cce2e

+ 16 - 9
src/main/resources/static/police/css/index.css

@@ -413,7 +413,7 @@ div.data_dongtai{
     height: 52px;
     line-height: 52px;
     font-size: calc(var(--cw) * 16);
-    color: #666666;
+    color: #333;
     cursor: pointer;
     padding: 0;
     text-align: center;
@@ -456,6 +456,13 @@ div.data_dongtai{
     background: #fff;
     height: 336px;
     overflow: hidden;
+    position: relative;
+}
+.tabbox .content::before{
+    width: 20px;
+    height: 20px;
+    top: 5px;
+    left: 5px;
 }
 .tabbox .content>div{
     display:none;
@@ -476,7 +483,7 @@ div.data_dongtai{
     box-sizing: border-box;
 }
 .tabbox .content>div ul li a{
-    color: #333;
+    color: #222;
     font-size: 18px;
     font-weight: normal;
     position: relative;
@@ -1247,7 +1254,7 @@ body{
 }
 .sysem_unction .body .tabbar span,.dhList .body .tabbar span{
     font-size: calc(100vw / 1440 * 18);
-    color: #666;
+    color: #333;
     font-family: SourceHanSansSCRegular;
     cursor: pointer;
     display: inline-block;
@@ -1257,7 +1264,7 @@ body{
     line-height: 50px;
 }
 .dhList .body .tabbar span{
-    color: #666666;
+    color: #333;
     position: relative;
 
  }
@@ -1310,12 +1317,12 @@ body{
     font-family: SourceHanSansSCRegular;
     font-weight: 400;
     font-size:18px;
-    color:#666666;
+    color:#333;
     height: 44px;
     line-height: 44px;
     text-align: left;
     font-style: normal;
-
+    font-size: calc(100vw / 1440 * 15);
 }
 .dhList .tabbbox>div{
     display: none;
@@ -1384,10 +1391,10 @@ body{
     width:80%;
     margin: auto;
     font-weight: 400;
-    color: #666;
+    color: #333;
     line-height: 30px;
-    font-family: SourceHanSansSCNormal;
-    font-size: calc(100vw / 1440 * 14);
+    font-family: SourceHanSansSCRegular;
+    font-size: calc(100vw / 1440 * 15);
 }
 .swiper-container{
     padding: 0 calc(100vw / 1440 * 40) !important;

+ 28 - 0
src/main/resources/static/police/images/cbs/btn_left_black.svg

@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="60px" height="60px" viewBox="0 0 60 60" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <title>btn_left_black</title>
+    <defs>
+        <path d="M24,44 C35.0457,44 44,35.0457 44,24 C44,12.9543 35.0457,4 24,4 C12.9543,4 4,12.9543 4,24 C4,35.0457 12.9543,44 24,44 Z" id="path-1"></path>
+        <filter x="-36.2%" y="-33.8%" width="172.5%" height="172.5%" filterUnits="objectBoundingBox" id="filter-2">
+            <feMorphology radius="2" operator="dilate" in="SourceAlpha" result="shadowSpreadOuter1"></feMorphology>
+            <feOffset dx="0" dy="1" in="shadowSpreadOuter1" result="shadowOffsetOuter1"></feOffset>
+            <feGaussianBlur stdDeviation="4" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
+            <feComposite in="shadowBlurOuter1" in2="SourceAlpha" operator="out" result="shadowBlurOuter1"></feComposite>
+            <feColorMatrix values="0 0 0 0 0.294117647   0 0 0 0 0.447058824   0 0 0 0 0.952941176  0 0 0 0.5 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
+        </filter>
+    </defs>
+    <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+        <g id="长白山夏天" transform="translate(-274.000000, -1905.000000)">
+            <g id="编组-15" transform="translate(280.000000, 1772.000000)">
+                <g id="btn_left_black" transform="translate(0.000000, 138.000000)">
+                    <rect id="矩形" x="0" y="0" width="48" height="48"></rect>
+                    <g id="路径" stroke-linejoin="round" fill-rule="nonzero">
+                        <use fill="black" fill-opacity="1" filter="url(#filter-2)" xlink:href="#path-1"></use>
+                        <use stroke="#FFFFFF" stroke-width="4" fill="#FFFFFF" xlink:href="#path-1"></use>
+                    </g>
+                    <polyline id="路径" stroke="#666666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" points="27 33 18 24 27 15"></polyline>
+                </g>
+            </g>
+        </g>
+    </g>
+</svg>

+ 3 - 3
src/main/resources/templates/home/audit/crj_footer.html

@@ -48,7 +48,7 @@
             line-height:calc((100vw / 1440 * 148 - 100px) / 2);
             font-weight: 400;
             font-size: 14px;
-            color: #666666;
+            color: #333;
             text-align: center;
         }
         .foot_top .rt{
@@ -81,10 +81,10 @@
             line-height: calc(100vw / 1440 * 30);;
             font-weight: 400;
             font-size: 14px;
-            color: #666666;
+            color: #333;
         }
         .foot_top a{
-            color: #666666;
+            color: #333;
             text-decoration: none;
         }
 

+ 1 - 1
src/main/resources/templates/theme/audit/index.html

@@ -47,7 +47,7 @@
 
 <div class="data_common_ad" >
     <div th:each="item,status:${banner1}" style=""><a target="_blank" th:href="${item.url}"  style="">
-        <img th:src="${item.img}" style="border-style: none;height:calc(100vw / 1440 * 60)"></a>
+        <img th:src="${item.img}" style="border-style: none;height:80px"></a>
     </div>
 
     <div class="data_big_title" th:if="${not #lists.isEmpty(bizZdArticle) and bizZdArticle[0] != null}">