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