Преглед изворни кода

增加鼠标pointer

master
sunfengxiang пре 3 година
родитељ
комит
42d8cf8cee
1 измењених фајлова са 3 додато и 3 уклоњено
  1. +3
    -3
      index.html

+ 3
- 3
index.html Прегледај датотеку

@@ -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">


Loading…
Откажи
Сачувај