2
13693261870
2022-09-16 653761a31dfeb50dd3d007e892d69c90bf0cdafc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:layout="http://www.w3.org/1999/xhtml"
      xmlns:th="http://www.w3.org/1999/xhtml" layout:decorator="MasterPage/Layout">
<head>
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <link th:href="@{${pubzyWebRoot} + 'ext-4.2.1.883/resources/css/ext-all-neptune.css'}" rel="stylesheet" type="text/css" />
    <link th:href="@{${pubzyWebRoot} + 'media/css/bootstrap-tree.css'}" rel="stylesheet" type="text/css" />
    <link rel="stylesheet" th:href="@{${pubzyWebRoot} + 'BootStrap4/expand/plugins/portlet/css/portlet.css'}" />
    <link th:href="@{${pubzyWebRoot} + 'media/css/select2_metro.css'}" type="text/css" rel="stylesheet" />
    <link th:href="@{${pubzyWebRoot} + 'media/css/pagination.css'}" type="text/css" rel="stylesheet" />
    <link rel="stylesheet" th:href="@{${pubzyWebRoot} + 'BootStrap4/assets/plugins/bootstrap-datepicker/old_datepaker/datepicker.css'}" />
    <link th:href="@{${pubzyWebRoot} + 'zTree/css/metroStyle/metroStyle.css'}" rel="stylesheet" type="text/css" />
    <link href="/css/bootstrap.css" rel="stylesheet" type="text/css" />
    <script th:src="@{${pubzyWebRoot} + 'media/js/jquery-1.11.1.js'}"></script>
    <script th:src="@{${pubzyWebRoot} + 'jqPaginator/jqpaginator.min.js'}"></script>
    <script th:src="@{${pubzyWebRoot} + 'ext-4.2.1.883/ext-all.js'}"></script>
    <script th:src="@{${pubzyWebRoot} + 'ext-4.2.1.883/locale/ext-lang-zh_CN.js'}"></script>
    <script th:src="@{${pubzyWebRoot} + 'ext-4.2.1.883/PagingToolbar.js'}"></script>
    <!--<script src="/js/Extjs/ZYZX/ZiYuanTongJiGD.js"></script>-->
    <script th:src="@{${pubzyWebRoot} + 'media/js/tabPages.js'}"></script>
    <script th:src="@{${pubzyWebRoot} + 'media/js/winPro.js'}"></script>
    <script th:src="@{${pubzyWebRoot} + 'echarts/echarts.min-3.0.js'}" type="text/javascript"></script>
    <script th:src="@{${pubzyWebRoot} + 'media/js/select2.min.js'}" type="text/javascript"></script>
    <script th:src="@{${pubzyWebRoot} + 'BootStrap4/assets/plugins/bootstrap-datepicker/old_datepaker/bootstrap-datepicker.js'}"></script>
    <script th:src="@{${pubzyWebRoot} + 'BootStrap4/assets/plugins/bootstrap-datepicker/old_datepaker/bootstrap-datepicker.zh-CN.min.js'}"></script>
    <script th:src="@{${pubzyWebRoot} + 'zTree/js/jquery.ztree.all.js'}"></script>
    <script th:src="@{${pubzyWebRoot} + 'zTree/js/jquery.ztree.core.js'}"></script>
    <script th:src="@{${pubzyWebRoot} + 'zTree/js/jquery.ztree.exedit.js'}"></script>
    <script th:src="@{${pubzyWebRoot} + 'zTree/js/jquery.ztree.excheck.js'}"></script>
    <script src="/js/openresource.js"></script>
    <style>
        .x-grid-view {
            overflow: hidden !important;
        }
 
        .lanren {
            overflow: hidden;
            margin: 20px 60px;
        }
 
        .YWJC_Img {
            width: 262px;
            height: 146px;
            margin: auto;
            text-align: left;
            cursor: pointer;
        }
 
        .txt {
            width: 262px;
            height: 146px;
            margin: auto;
            text-align: left;
            background-color: #73C3F8;
            cursor: pointer;
        }
 
        .lanren ul li {
            width: 262px;
            height: 146px;
            float: left;
            margin: 20px 0px;
            position: relative;
            overflow: hidden;
            cursor: pointer;
        }
 
        .list-inline > li {
            display: inline-block;
            line-height: 20px;
        }
 
        .lanren .txt {
            height: 40px;
            background: url(/image/ZiYuanZhongXin/1px.png) repeat;
            position: absolute;
            bottom: 0;
            color: #fff;
            font-family: "微软雅黑";
            margin-top: 20px;
        }
 
        .lanren .txt h3 {
            font-size: 15px;
            font-weight: 100;
            height: 35px;
            text-align: center;
            margin-top: 10px;
            line-height: 1.3;
        }
 
        .lanren .txt p {
            font-size: 13px;
            text-align: center;
            margin-top: 20px;
        }
        .noanimate{
            width: 262px;
            height: 146px;
            margin: auto;
            text-align: left;
            background-color: #73C3F8;
            cursor: pointer;
        }
 
        .lanren .noanimate p{
            font-size: 13px;
            text-align: center;
            margin-top: 20px;
        }
 
        .lanren .noanimate{
            height: 40px;
            background: url(/image/ZiYuanZhongXin/1px.png) repeat;
            position: absolute;
            bottom: 0;
            color: #fff;
            font-family: "微软雅黑";
            margin-top: 20px;
        }
 
        .lanren .noanimate h3{
            font-size: 15px;
            font-weight: 100;
            height: 35px;
            text-align: center;
            margin-top: 10px;
            line-height: 1.3;
        }
    </style>
    <script type="text/javascript">
        $(function(){
            allTuiJian();
 
        });
 
        function allTuiJian() {
            $.ajax({
                url: '/res/ZiYuan/getAllRecommend?isDiTuFuwu=true',
                type: 'get',
                success: function (data) {
                    var html = "";
                    var jsonb = eval('(' + data + ')');
                    for (var i = 0; i < jsonb.length; i++) {
                        html += "<li class=\"YWJC_Img\" style=\"margin: 0px 20px 10px 20px;\" onclick=\"OpenZiYuan('" + jsonb[i].resourceid + "')\">"
                            + "<div style=\"margin: 0px auto; text-align: center;\">";
                        html += "<img class=\"img\" style=\"width: 100%; height: 146px;\" src=\""+jsonb[i].imgurl+"\" />";
                            // + "<img class=\"img\" style=\"width: 100%; height: 146px;\" src=\"/image/ZiYuanZhongXin/ywjc.gif\" />"
                        html += "<div class=\"txt\" style=\"float:left;width: 252px; height: 40px; overflow: hidden; cursor: pointer;\">"
                            + "<h3 style=\"padding-top: 0px;\">" + jsonb[i].title + "</h3>"
                            + "<p style=\"text-align: left; padding-right: 10px; padding-left: 10px;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;" + jsonb[i].description + "</p>"
                            + "</div>"
                            + "</div>"
                            + "</li>";
                    }
                    $("#AllTuiJian").append(html);
 
                    $(".lanren ul li").hover(function () {
                        $(this).find(".txt").stop().animate({ height: "170px" }, 400);
                        $(this).find(".txt h3").stop().animate({ paddingTop: "30px" }, 400);
                    }, function () {
                        $(this).find(".txt").stop().animate({ height: "40px" }, 400);
                        $(this).find(".txt h3").stop().animate({ paddingTop: "0" }, 400);
                    });
                    $('.txt').css('width', '252px');
                    $('.noanimate').css('width', '252px');
                },
                error: function (e) {
                    alert(e.message);
                }
            });
        }
    </script>
</head>
<body>
<div id="rapp" layout:fragment="content">
    <div class="content-page" style="min-height: 978px !important; margin-top: 8px;background-color: #fff;margin-left:0px;margin-left:10px;margin-right: 10px;">
        <div class="tabgallery" style="border-left:1px solid #E1E1E1;border-right:1px solid #E1E1E1;border-bottom:1px solid #E1E1E1;overflow-x:auto;">
            <div style="height:15px;"></div>
            <div class="lanren">
                <ul class="list-inline" id="AllTuiJian" style="text-align:center;margin:auto;">
                    <!--<li class="YWJC_Img" onclick="">-->
                        <!--<div style="margin: 0px auto; text-align: center;">-->
                            <!--<img class="img" style="width: 252px; height: 146px;" src="/image/ZiYuanZhongXin/ywjc.gif" />-->
                            <!--<div class="txt" style="width: 252px; height: 40px; overflow: hidden; cursor: pointer;">-->
                                <!--<h3 style="padding-top: 0px;">功能区划指标分析</h3>-->
                                <!--<p style="text-align: left; padding-right: 10px; padding-left: 10px;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;百度</p>-->
                            <!--</div>-->
                        <!--</div>-->
                    <!--</li>-->
                    <!--<li class="YWJC_Img" onclick="">-->
                        <!--<div style="margin: 0px auto; text-align: center;">-->
                            <!--<img class="img" style="width: 252px; height: 146px;" src="/image/ZiYuanZhongXin/ywjc.gif" />-->
                            <!--<div class="txt" style="width: 252px; height: 40px; overflow: hidden; cursor: pointer;">-->
                                <!--<h3 style="padding-top: 0px;">围填海指标使用情况</h3>-->
                                <!--<p style="text-align: left; padding-right: 10px; padding-left: 10px;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;广东省台帐系统业务集成,统计各地市历年围填海指标使用情况,包括审批项目、确权项目、剩余指标的统计。</p>-->
                            <!--</div>-->
                        <!--</div>-->
                    <!--</li>-->
                    <!--<li class="YWJC_Img" onclick="">-->
                        <!--<div style="margin: 0px auto; text-align: center;">-->
                            <!--<img class="img" style="width: 252px; height: 146px;" src="/image/ZiYuanZhongXin/ywjc.gif" />-->
                            <!--<div class="txt" style="width: 252px; height: 40px; overflow: hidden; cursor: pointer;">-->
                                <!--<h3 style="padding-top: 0px;">自然岸线指标分析</h3>-->
                                <!--<p style="text-align: left; padding-right: 10px; padding-left: 10px;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>-->
                            <!--</div>-->
                        <!--</div>-->
                    <!--</li>-->
                </ul>
            </div>
            <div style="height:15px;"></div>
        </div>
    </div>
</div>
</body>
</html>