diff --git a/index.html b/index.html index 5950921..c0fb8dd 100644 --- a/index.html +++ b/index.html @@ -266,7 +266,7 @@ 更多>

- +
@@ -332,7 +332,7 @@ 更多>

-
项目名称 转出价格
+
diff --git a/static/css/index.css b/static/css/index.css index d8a0276..1f857d8 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -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 {
项目名称 需求价格