|
|
@@ -289,8 +289,8 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.bannerLeft a { |
|
|
|
color: #626262; |
|
|
|
font-size: 16px; |
|
|
|
color: var(--color); |
|
|
|
font-size: 14px; |
|
|
|
} |
|
|
|
|
|
|
|
.bannerLeft-top a:hover { |
|
|
@@ -391,6 +391,8 @@ |
|
|
|
.centerLeft-center .centerleft-center-tit01 { |
|
|
|
color: #626262; |
|
|
|
margin: 24px 0px 14px 0px; |
|
|
|
border-bottom: 1px solid #e3e3e3; |
|
|
|
padding-bottom: 10px; |
|
|
|
} |
|
|
|
|
|
|
|
/*.centerLeft-center .centerleft-center-tit01 span:first-child {*/ |
|
|
@@ -1259,13 +1261,13 @@ label input[type="radio"]:checked+span { |
|
|
|
} |
|
|
|
|
|
|
|
.tabList table tr:first-child { |
|
|
|
background-color: #f6f5f5; |
|
|
|
background-color: #d7f0d2; |
|
|
|
} |
|
|
|
|
|
|
|
.tabList p.active { |
|
|
|
border: 1px solid #e3e3e3; |
|
|
|
border-bottom: none; |
|
|
|
background-color: #f6f5f5; |
|
|
|
background-color: #d7f0d2; |
|
|
|
} |
|
|
|
|
|
|
|
.tabList p { |
|
|
|