|
@@ -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{
|