Explorar el Código

增加鼠标pointer

master
sunfengxiang hace 3 años
padre
commit
42d8cf8cee
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      index.html

+ 3
- 3
index.html Ver fichero

@@ -277,7 +277,7 @@
</p>
<script id="collectiveAssetsData" type="text/html">
{{each collectiveAssetsList as value i}}
<div class="centerLeft-center-middle" onclick="goDetail({{value.id}})">
<div class="centerLeft-center-middle" onclick="goDetail({{value.id}})" style="cursor: pointer;">
<!-- 项目<br />公示-->
{{if value.projectShowStatus == '已经成交'}}
<p class="centerLeft-center-lable" style="background: #d7d7d7;color: #626262">
@@ -352,7 +352,7 @@
</p>
<script id="productionEquipmentData" type="text/html">
{{each productionEquipmentList as value i}}
<div class="centerLeft-center-middle" onclick="goDetail({{value.id}})">
<div class="centerLeft-center-middle" onclick="goDetail({{value.id}})" style="cursor: pointer;">
<!-- 项目<br />公示-->
{{if value.projectShowStatus == '已经成交'}}
<p class="centerLeft-center-lable" style="background: #d7d7d7;color: #626262">
@@ -419,7 +419,7 @@
</p>
<script id="waterConservancyFacilitiesData" type="text/html">
{{each waterConservancyFacilitiesList as value i}}
<div class="centerLeft-center-middle" onclick="goDetail({{value.id}})">
<div class="centerLeft-center-middle" onclick="goDetail({{value.id}})" style="cursor: pointer;">
<!-- 项目<br />公示-->
{{if value.projectShowStatus == '已经成交'}}
<p class="centerLeft-center-lable" style="background: #d7d7d7;color: #626262">


Cargando…
Cancelar
Guardar