Parcourir la source

前端修改

master
庞东旭 il y a 4 ans
Parent
révision
da664f1cb8
2 fichiers modifiés avec 33 ajouts et 10 suppressions
  1. +9
    -10
      index.html
  2. +24
    -0
      static/css/index.css

+ 9
- 10
index.html Voir le fichier

@@ -46,14 +46,13 @@
<!-- <div class="fr">-->
<!-- <img src="static/images/user_tips.png" class="block fl m-r-10" style="margin-top: 21px" alt=""/>-->
<!-- <img src="static/images/member.png" class="block fl m-r-10" style="margin-top: 21px" alt=""/>-->
<!-- <p class="fl userName">文登村权志龙</p>-->
<!-- <p class="fl userName" id="userName">Sherry</p>-->
<!-- <div class="clear"></div>-->

<!-- </div>-->
<!-- <div class="headHover">-->
<!-- <div class="headHover" id="headHover" style="display: none;">-->
<!-- <ul>-->
<!-- <li>-->
<!-- <p>文登村权志龙</p>-->
<!-- <p>Sherry</p>-->
<!-- </li>-->
<!-- <li class="m-t-5">-->
<!-- <img src="static/images/user_icon1.png" class="fl" alt=""/>-->
@@ -70,7 +69,7 @@
<!-- <p class="fl">我的咨询</p>-->
<!-- <div class="clear"></div>-->
<!-- </li>-->
<!-- <li>-->
<!-- <li class="m-b-5">-->
<!-- <img src="static/images/user_icon4.png" class="fl" alt=""/>-->
<!-- <p class="fl">我的竞价</p>-->
<!-- <div class="clear"></div>-->
@@ -83,7 +82,7 @@
<!-- </ul>-->
<!-- </div>-->
<div class="fr">
<a href="javascript:void(0)">请登录</a>
<a href="view/user/user.html">请登录</a>
<a href="javascript:void(0)">免费注册</a>
</div>
<div class="clear"></div>
@@ -189,7 +188,7 @@
{{each landListList as value i}}
<div class="centerLeft-center-middle">
<!-- 项目<br />公示-->
<p class="centerLeft-center-lable">{{# value.projectShowStatus}}</p>
<p class="centerLeft-center-lable">{{# value.projectShowStatus.slice(0,2)+'<br/>'+value.projectShowStatus.slice(2)}}</p>
<img src="http://192.168.31.107/{{# value.fileUrl}}" alt="" />
<div>
<p class="centerLeft-center-middle-tit01">
@@ -240,7 +239,7 @@
{{each collectiveAssetsList as value i}}
<div class="centerLeft-center-middle">
<!-- 项目<br />公示-->
<p class="centerLeft-center-lable">{{# value.projectShowStatus}}</p>
<p class="centerLeft-center-lable">{{# value.projectShowStatus.slice(0,2)+'<br/>'+value.projectShowStatus.slice(2)}}</p>
<img src="http://192.168.31.107/{{# value.fileUrl}}" alt="" />
<div>
<p class="centerLeft-center-middle-tit01">
@@ -291,7 +290,7 @@
{{each productionEquipmentList as value i}}
<div class="centerLeft-center-middle">
<!-- 项目<br />公示-->
<p class="centerLeft-center-lable">{{# value.projectShowStatus}}</p>
<p class="centerLeft-center-lable">{{# value.projectShowStatus.slice(0,2)+'<br/>'+value.projectShowStatus.slice(2)}}</p>
<img src="http://192.168.31.107/{{# value.fileUrl}}" alt="" />
<div>
<p class="centerLeft-center-middle-tit01">
@@ -342,7 +341,7 @@
{{each waterConservancyFacilitiesList as value i}}
<div class="centerLeft-center-middle">
<!-- 项目<br />公示-->
<p class="centerLeft-center-lable">{{# value.projectShowStatus}}</p>
<p class="centerLeft-center-lable">{{# value.projectShowStatus.slice(0,2)+'<br/>'+value.projectShowStatus.slice(2)}}</p>
<img src="http://192.168.31.107/{{# value.fileUrl}}" alt="" />
<div>
<p class="centerLeft-center-middle-tit01">


+ 24
- 0
static/css/index.css Voir le fichier

@@ -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;
}

Chargement…
Annuler
Enregistrer