Browse Source

fix:行业资讯首页轮播图样式调整

tsz 2 years ago
parent
commit
cbec3a96c7
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/web/staticres/site/page/industryInfo/css/index.css

+ 3 - 3
src/web/staticres/site/page/industryInfo/css/index.css

@@ -96,7 +96,7 @@
   border-radius: 8px;;
 }
 .page-industry-introduct .msg-container.light{
-  background: rgba(42, 190, 209, 0.05);
+  background: rgba(42, 190, 209, 0.08);
 }
 .page-industry-introduct .msg-container.dark{
   background: rgba(29, 29, 29, 0.15);
@@ -108,11 +108,11 @@
   color: #fff;
 }
 .page-industry-introduct .msg-container.light .msg-list > a:hover{
-  background: rgba(42, 190, 209, 0.1);
+  background: rgba(0, 152, 172, 0.1);
   border-radius: 8px;;
 }
 .page-industry-introduct .msg-container.dark .msg-list > a:hover{
-  background: rgba(29, 29, 29, 0.15);;
+  background: rgba(29, 29, 29, 0.15);
   border-radius: 8px;;
 }
 /*E-- banner--E */