From da664f1cb8517a8920364d7bec971b0af0a219f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Wed, 28 Apr 2021 11:03:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 19 +++++++++---------- static/css/index.css | 24 ++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 75b0344..bce253b 100644 --- a/index.html +++ b/index.html @@ -46,14 +46,13 @@ - + - - + - + @@ -70,7 +69,7 @@ - + @@ -83,7 +82,7 @@
- 请登录 + 请登录 免费注册
@@ -189,7 +188,7 @@ {{each landListList as value i}}
-

{{# value.projectShowStatus}}

+

{{# value.projectShowStatus.slice(0,2)+'
'+value.projectShowStatus.slice(2)}}

@@ -240,7 +239,7 @@ {{each collectiveAssetsList as value i}}

-

{{# value.projectShowStatus}}

+

{{# value.projectShowStatus.slice(0,2)+'
'+value.projectShowStatus.slice(2)}}

@@ -291,7 +290,7 @@ {{each productionEquipmentList as value i}}

-

{{# value.projectShowStatus}}

+

{{# value.projectShowStatus.slice(0,2)+'
'+value.projectShowStatus.slice(2)}}

@@ -342,7 +341,7 @@ {{each waterConservancyFacilitiesList as value i}}

-

{{# value.projectShowStatus}}

+

{{# value.projectShowStatus.slice(0,2)+'
'+value.projectShowStatus.slice(2)}}

diff --git a/static/css/index.css b/static/css/index.css index 6238f57..c8771dc 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -1057,6 +1057,11 @@ label input[type="radio"]:checked+span { font-size: 12px; } +.userName:hover{ + cursor: pointer; + color: #007b76; +} + .headHover{ position: absolute; top: 64px; @@ -1074,6 +1079,16 @@ label input[type="radio"]:checked+span { margin-left: 5px; } +.headHover ul li p:hover{ + cursor: pointer; + color: #007b76; +} + +.headHover ul li:first-child p:hover{ + cursor: initial; + color: #000; +} + .headHover ul li{ padding: 8px 5px; } @@ -1087,4 +1102,13 @@ label input[type="radio"]:checked+span { border-bottom: 1px solid #e3e3e3; padding-bottom: 15px; +} + +.headHover ul li:last-child p{ + font-size: 12px; + line-height: 14px; +} + +.headHover ul li:last-child{ + border-top: 1px solid #e3e3e3; } \ No newline at end of file