| | |
| | | display: none; |
| | | } |
| | | |
| | | .listview { |
| | | /*.listview { |
| | | overflow-x: hidden; |
| | | overflow-y: auto; |
| | | margin: 0; |
| | |
| | | height: 390px; |
| | | width: 92%; |
| | | position: absolute; |
| | | } |
| | | }*/ |
| | | |
| | | |
| | | .search_box { |
| | |
| | | } |
| | | |
| | | .list li { |
| | | padding: 10px 0; |
| | | border-bottom: 1px dotted #eee; |
| | | line-height: 40px; |
| | | height: 40px; |
| | | font-size: 20px; |
| | | line-height: 25px; |
| | | height: 25px; |
| | | font-size: 12px; |
| | | /*cursor: pointer;*/ |
| | | } |
| | | |
| | |
| | | border-radius: 4px; |
| | | width: 40px; |
| | | text-align: center; |
| | | height: 24px; |
| | | line-height: 24px; |
| | | font-size: 14px; |
| | | height: 20px; |
| | | line-height: 20px; |
| | | font-size: 12px; |
| | | font-weight: bolder; |
| | | color: white; |
| | | margin: 10px 0; |
| | | padding: 2px 0; |
| | | color: lightgrey; |
| | | margin-right: 8px; |
| | | margin-top: 2.5px; |
| | | } |
| | | |
| | | .list .state00 { |
| | |
| | | |
| | | .list .state01 { |
| | | background-color: #FF9; |
| | | color: #ff7f00; |
| | | } |
| | | |
| | | .list .state02 { |
| | | |
| | | background-color: #F93; |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | .list .state04 { |
| | | /*background-color: #eee;*/ |
| | | /*color: #777 ;*/ |
| | | background-color: #738d99; |
| | | } |
| | | |
| | |
| | | <div class="charts_btn"> |
| | | </div> |
| | | </div> |
| | | <!-- <div class="search_box"> |
| | | <button id="searchBtn" type="button">搜索</button> |
| | | <textarea style="width: 200px;height:200px;" id="searchParam"></textarea> |
| | | </div>--> |
| | | <%-- <div class="search_box"> |
| | | <button id="searchBtn" type="button">搜索</button> |
| | | <textarea style="width: 200px;height:200px;" id="searchParam"></textarea> |
| | | </div>--%> |
| | | <!-- <div id="popup_box"> |
| | | <div id="equ_list" class="listview"> |
| | | </div> |
| | |
| | | var moralMap = window.moralMap; |
| | | var params = $.parseJSON($("#mapParams").html()); |
| | | moralMap['params'] = params; |
| | | var regionCode = params["regionCode"]; |
| | | var provinceCode = regionCode.toString().substring(0, 2) + "0000"; |
| | | var mapType = getUrlParam("mapType"); |
| | | var mapOption = {}; |
| | | if (!!mapType && !!eval(mapType)) { |
| | |
| | | function callJS(jsonData) { |
| | | var jsonData = JSON.parse(jsonData); |
| | | var methodName = jsonData.methodName; |
| | | // $("#searchParam").val(JSON.stringify(jsonData)); |
| | | if ("JumpBaiduMap" == methodName) { |
| | | moralMap.callJS(jsonData); |
| | | } else if ("RefreshState" == methodName) { |