소스 검색

feat:行业资讯轮播图样式调整

tsz 2 년 전
부모
커밋
8abbc612b4
1개의 변경된 파일3개의 추가작업 그리고 6개의 파일을 삭제
  1. 3 6
      src/web/staticres/site/page/industryInfo/css/index.css

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

@@ -35,7 +35,7 @@
   width: 40px;
   height: 4px;
   margin: 0 8px;
-  background: rgba(0, 0, 0, 0.2);
+  background: #D7DBE0;
   border-radius: 10px;
   cursor: pointer;
   opacity: 1;
@@ -67,9 +67,6 @@
   z-index: 10;
   overflow: hidden;
 }
-.page-industry-introduct .msg-container.light .msg-title, .page-industry-introduct .msg-container.light .msg-list>a{
-  color: #fff;
-}
 .msg-container .msg-title{
   margin-bottom: 10px;
   font-weight: 400;
@@ -104,10 +101,10 @@
 .page-industry-introduct .msg-container.dark{
   background: rgba(29, 29, 29, 0.15);
 }
-.page-industry-introduct .msg-container.light .msg-list > a{
+.page-industry-introduct .msg-container.light .msg-list > a, .page-industry-introduct .msg-container.light .msg-title{
   color: #1D1D1D;
 }
-.page-industry-introduct .msg-container.dark .msg-list > a{
+.page-industry-introduct .msg-container.dark .msg-list > a, .page-industry-introduct .msg-container.dark .msg-title{
   color: #fff;
 }
 .page-industry-introduct .msg-container.light .msg-list > a:hover{