3508e58d by 田浩浩
2 parents f555efe6 48fc1e41
...@@ -74,3 +74,6 @@ ...@@ -74,3 +74,6 @@
74 text-align: center; 74 text-align: center;
75 margin-bottom: 20px; 75 margin-bottom: 20px;
76 } 76 }
77 .next_button a {
78 color: #fff;
79 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -10,6 +10,9 @@ ...@@ -10,6 +10,9 @@
10 background-color: #1E9FFF; 10 background-color: #1E9FFF;
11 color: #fff; 11 color: #fff;
12 } 12 }
13 .layui-icon-search {
14 color: #6D7278;
15 }
13 /* ----------------------公共样式-------------------------- */ 16 /* ----------------------公共样式-------------------------- */
14 .contentBox { 17 .contentBox {
15 width: 1200px; 18 width: 1200px;
...@@ -78,15 +81,18 @@ div.top-logo { ...@@ -78,15 +81,18 @@ div.top-logo {
78 } 81 }
79 82
80 div.top-logo ::-webkit-input-placeholder { /* WebKit browsers */ 83 div.top-logo ::-webkit-input-placeholder { /* WebKit browsers */
81 font-size: 13px; 84 font-size: 14px;
85 color: #9B9B9B;
82 } 86 }
83 87
84 div.top-logo ::-moz-placeholder { /* Mozilla Firefox 19+ */ 88 div.top-logo ::-moz-placeholder { /* Mozilla Firefox 19+ */
85 font-size: 13px; 89 font-size: 14px;
90 color: #9B9B9B;
86 } 91 }
87 92
88 div.top-logo :-ms-input-placeholder { /* Internet Explorer 10+ */ 93 div.top-logo :-ms-input-placeholder { /* Internet Explorer 10+ */
89 font-size: 13px; 94 font-size: 14px;
95 color: #9B9B9B;
90 } 96 }
91 .top_logo_content { 97 .top_logo_content {
92 height: 40px; 98 height: 40px;
...@@ -101,11 +107,19 @@ div.top-logo .top_logo_search { ...@@ -101,11 +107,19 @@ div.top-logo .top_logo_search {
101 } 107 }
102 div.top-logo .top_logo_search input { 108 div.top-logo .top_logo_search input {
103 border-radius: 50px; 109 border-radius: 50px;
110 border: 2px solid #CBCBCB;
104 } 111 }
105 div.top-logo .login { 112 div.top-logo .login {
106 float: right; 113 float: right;
107 margin-top: 8px; 114 margin-top: 8px;
108 } 115 }
116 .login li {
117 color: #6D7278;
118 font-size: 16px;
119 }
120 .login li a {
121 color: #6D7278;
122 }
109 div.top-logo .login a:hover { 123 div.top-logo .login a:hover {
110 color: #0091FF; 124 color: #0091FF;
111 } 125 }
...@@ -121,11 +135,13 @@ div.top-logo .top_logo_search i { ...@@ -121,11 +135,13 @@ div.top-logo .top_logo_search i {
121 } 135 }
122 .top-logo ul li { 136 .top-logo ul li {
123 display: inline-block; 137 display: inline-block;
124 padding: 0 8px; 138 padding: 0 12px;
125 } 139 }
126 140
127 .top-logo ul li:first-child { 141 .top-logo ul li:first-child {
128 border-right: 1px solid grey; 142 border-right: 2px solid #9B9B9B;
143 height: 13px;
144 line-height: 12px;
129 } 145 }
130 146
131 div.navigation { 147 div.navigation {
......
...@@ -145,7 +145,7 @@ div.banner ul li a { ...@@ -145,7 +145,7 @@ div.banner ul li a {
145 color: #0091FF; 145 color: #0091FF;
146 } 146 }
147 .laws_regulations .laws_list li:not(:last-child) { 147 .laws_regulations .laws_list li:not(:last-child) {
148 border-bottom: 1px dotted #DEDEDE; 148 border-bottom: 2px dotted #DEDEDE;
149 } 149 }
150 /* ---------------end----------------------- */ 150 /* ---------------end----------------------- */
151 151
...@@ -376,7 +376,7 @@ div.c_one ul li { ...@@ -376,7 +376,7 @@ div.c_one ul li {
376 line-height: 276%; 376 line-height: 276%;
377 } 377 }
378 div.c_one ul li:not(:last-child) { 378 div.c_one ul li:not(:last-child) {
379 border-bottom: 2px dashed #f3f3f3; 379 border-bottom: 2px dashed #DEDEDE;
380 } 380 }
381 381
382 div.c_one ul li a { 382 div.c_one ul li a {
......
...@@ -34,14 +34,14 @@ ...@@ -34,14 +34,14 @@
34 border-left-color: #1E9FFF; 34 border-left-color: #1E9FFF;
35 } 35 }
36 .selected { 36 .selected {
37 background-color: #5FB878!important; 37 background-color: #009688!important;
38 color: #fff!important; 38 color: #fff!important;
39 } 39 }
40 .selected:hover { 40 .selected:hover {
41 background-color: #5FB878!important; 41 background-color: #009688!important;
42 } 42 }
43 .app_progress li.selected:after { 43 .app_progress li.selected:after {
44 border-left-color: #5FB878; 44 border-left-color: #009688;
45 } 45 }
46 .line { 46 .line {
47 width: 62px; 47 width: 62px;
......
...@@ -135,6 +135,11 @@ div.subject { ...@@ -135,6 +135,11 @@ div.subject {
135 .leftContainer{ 135 .leftContainer{
136 border-right: 1px solid #DEDEDE; 136 border-right: 1px solid #DEDEDE;
137 margin-top: 41px; 137 margin-top: 41px;
138 padding-bottom: 20px;
139 }
140 .leftContainer li {
141 border-bottom: 1px solid #EAEAEA;
142 margin-bottom: 25px;
138 } 143 }
139 .leftContainer li:last-child{ 144 .leftContainer li:last-child{
140 border-bottom: 1px solid #DEDEDE; 145 border-bottom: 1px solid #DEDEDE;
...@@ -144,12 +149,12 @@ div.subject { ...@@ -144,12 +149,12 @@ div.subject {
144 height: 18px; 149 height: 18px;
145 font-size: 18px; 150 font-size: 18px;
146 font-weight: bold; 151 font-weight: bold;
147 color: #4A4A4A; 152 color: #686666;
148 line-height: 18px; 153 line-height: 18px;
149 cursor: pointer; 154 cursor: pointer;
150 } 155 }
151 .left-top:hover { 156 .left-top:hover {
152 color: #4A4A4A; 157 color: #686666;
153 } 158 }
154 159
155 .left-body { 160 .left-body {
...@@ -159,7 +164,7 @@ div.subject { ...@@ -159,7 +164,7 @@ div.subject {
159 font-family: PingFangSC-Regular, PingFang SC; 164 font-family: PingFangSC-Regular, PingFang SC;
160 font-weight: 400; 165 font-weight: 400;
161 color: #6D7278; 166 color: #6D7278;
162 line-height: 21px; 167 line-height: 25px;
163 } 168 }
164 169
165 .left-buttom { 170 .left-buttom {
...@@ -207,7 +212,7 @@ div.subject { ...@@ -207,7 +212,7 @@ div.subject {
207 } 212 }
208 .right-top h2 { 213 .right-top h2 {
209 font-weight: 600; 214 font-weight: 600;
210 cursor: pointer; 215 color: #686666;
211 } 216 }
212 217
213 .right-body { 218 .right-body {
...@@ -253,13 +258,14 @@ div.subject { ...@@ -253,13 +258,14 @@ div.subject {
253 font-size: 18px; 258 font-size: 18px;
254 margin-top: 20px; 259 margin-top: 20px;
255 font-weight: bold; 260 font-weight: bold;
256 color: #4A4A4A; 261 color: #686666;
257 line-height: 18px; 262 line-height: 18px;
258 } 263 }
259 264
260 .zcfg { 265 .zcfg {
261 margin-top: 20px; 266 margin-top: 20px;
262 display: inline-block; 267 display: inline-block;
268 cursor: pointer;
263 } 269 }
264 270
265 .zcfg div { 271 .zcfg div {
...@@ -271,7 +277,7 @@ div.subject { ...@@ -271,7 +277,7 @@ div.subject {
271 height: 14px; 277 height: 14px;
272 font-size: 14px; 278 font-size: 14px;
273 font-weight: bold; 279 font-weight: bold;
274 color: #4A4A4A; 280 color: #686666;
275 line-height: 14px; 281 line-height: 14px;
276 } 282 }
277 283
...@@ -281,7 +287,8 @@ div.subject { ...@@ -281,7 +287,8 @@ div.subject {
281 display: inline-block; 287 display: inline-block;
282 font-weight: 400; 288 font-weight: 400;
283 color: #6D7278; 289 color: #6D7278;
284 line-height: 21px; 290 line-height: 23px;
291 margin: 10px 0;
285 } 292 }
286 293
287 .zcfg-bottom { 294 .zcfg-bottom {
......
1 * { 1 .middle_active {
2 padding: 0; 2 position: fixed;
3 margin: 0; 3 top: 0;
4 z-index: 99;
4 } 5 }
5
6 .main { 6 .main {
7 overflow: hidden 7 overflow: hidden
8 } 8 }
9 9 .body {
10 color: #4A4A4A;
11 line-height: 25px;
12 }
10 .mainbody { 13 .mainbody {
11 width: 1200px; 14 width: 1200px;
12 margin: 0 auto; 15 margin: 0 auto;
16 padding-top: 41px;
13 } 17 }
14 .navigation_crumbs { 18 .navigation_crumbs {
15 width: 100%; 19 width: 100%;
...@@ -340,6 +344,7 @@ div.navigation { ...@@ -340,6 +344,7 @@ div.navigation {
340 344
341 .commentInput { 345 .commentInput {
342 height: 80px; 346 height: 80px;
347 padding-left: 15px;
343 } 348 }
344 349
345 .comment-bottom div { 350 .comment-bottom div {
...@@ -385,17 +390,18 @@ div.navigation { ...@@ -385,17 +390,18 @@ div.navigation {
385 390
386 .commentInputImg { 391 .commentInputImg {
387 height: 100px; 392 height: 100px;
393 margin-right: 15px;
388 } 394 }
389 395
390 .commentInputImg, commentInputInput { 396 .commentInputImg{
391 float: left; 397 float: left;
392 } 398 }
393 399 .commentInputInput {
400 padding-right: 15px;
401 }
394 .commentInput textarea { 402 .commentInput textarea {
395 height: 130px;
396 background: #FFFFFF; 403 background: #FFFFFF;
397 border: 1px solid #DEDEDE; 404 border: 1px solid #DEDEDE;
398 margin-left: 20px;
399 } 405 }
400 406
401 .layui-textarea { 407 .layui-textarea {
...@@ -413,6 +419,7 @@ div.navigation { ...@@ -413,6 +419,7 @@ div.navigation {
413 419
414 .Commentdetails { 420 .Commentdetails {
415 margin-bottom: 20px; 421 margin-bottom: 20px;
422 padding-left: 15px;
416 } 423 }
417 424
418 .CommentdetailsTitle { 425 .CommentdetailsTitle {
...@@ -500,11 +507,11 @@ div.navigation { ...@@ -500,11 +507,11 @@ div.navigation {
500 } 507 }
501 508
502 .pl-right-bottom { 509 .pl-right-bottom {
503 height: 12px; 510 height: 14px;
504 font-size: 12px; 511 font-size: 14px;
505 font-weight: 400; 512 font-weight: 400;
506 color: #9B9B9B; 513 color: #9B9B9B;
507 line-height: 12px; 514 line-height: 14px;
508 display: inline-block; 515 display: inline-block;
509 margin-top: 10px; 516 margin-top: 10px;
510 } 517 }
...@@ -515,8 +522,8 @@ div.navigation { ...@@ -515,8 +522,8 @@ div.navigation {
515 522
516 .plhf-main { 523 .plhf-main {
517 background-color: #F7F7F7; 524 background-color: #F7F7F7;
518 margin-top: 20px; 525 margin-top: 30px;
519 width: 690px; 526 width: 710px;
520 margin-left: 15px; 527 margin-left: 15px;
521 } 528 }
522 529
...@@ -526,6 +533,9 @@ div.navigation { ...@@ -526,6 +533,9 @@ div.navigation {
526 width: 650px; 533 width: 650px;
527 margin-left: 15px; 534 margin-left: 15px;
528 } 535 }
536 .plhf-top {
537 margin-bottom: 5px;
538 }
529 539
530 .plhf-top div:first-child, .plhf-top div:last-child { 540 .plhf-top div:first-child, .plhf-top div:last-child {
531 float: left; 541 float: left;
...@@ -610,7 +620,7 @@ div.navigation { ...@@ -610,7 +620,7 @@ div.navigation {
610 } 620 }
611 621
612 .right-top h2 { 622 .right-top h2 {
613 font-size: 27px; 623 font-size: 20px;
614 } 624 }
615 625
616 626
...@@ -627,10 +637,12 @@ div.navigation { ...@@ -627,10 +637,12 @@ div.navigation {
627 width: 200px; 637 width: 200px;
628 height: 125px; 638 height: 125px;
629 margin-top: 20px; 639 margin-top: 20px;
640 margin-bottom: 5px;
630 } 641 }
631 642
632 .tj img, .tj span { 643 .tj img, .tj span {
633 float: left; 644 float: left;
645 color: #4A4A4A;
634 } 646 }
635 647
636 .tj-title { 648 .tj-title {
...@@ -643,11 +655,11 @@ div.navigation { ...@@ -643,11 +655,11 @@ div.navigation {
643 655
644 .tj-date { 656 .tj-date {
645 width: 90px; 657 width: 90px;
646 height: 12px; 658 height: 14px;
647 font-size: 12px; 659 font-size: 14px;
648 font-weight: 400; 660 font-weight: 400;
649 color: #9B9B9B; 661 color: #9B9B9B;
650 line-height: 12px; 662 line-height: 16px;
651 } 663 }
652 664
653 .right-bottom { 665 .right-bottom {
......
1 .content_box {
2 width: 1200px;
3 margin: 0 auto;
4 min-height:calc(100vh - 227px);
5 padding: 20px 0;
6 }
7 .title {
8 height: 16px;
9 padding: 10px 0;
10 margin: 15px 0;
11 padding-left: 10px;
12 }
13 .title h2 {
14 font-weight: 600;
15 height: 16px;
16 line-height: 16px;
17 padding-left: 5px;
18 border-left: 3px solid #ffffff;
19 float: left;
20 }
21 .title i {
22 font-size: 24px;
23 position: relative;
24 top: -5px;
25 color: #ffffff;
26 left: 198px;
27 }
28 .layui-icon {
29 cursor: pointer;
30 }
31 .tabs_title i{
32 font-size: 24px;
33 position: relative;
34 top: -10px;
35 color: #0091FF;
36 }
37 .layui-tab {
38 width: 23%;
39 display: inline-block;
40 }
41 .layui-tab-bar {
42 display: none;
43 }
44 .img_update {
45 border: 1px solid #eeeeee;
46 overflow: hidden;
47 }
48
49 .fileBox{ margin:10px;width: 330px;float: left; }
50 #fileSpan{display:inline-block;width:300px;height:150px;border:2px dashed #ccc;text-align:center;line-height:150px;position: relative;}
51 #fileInput {
52 position: absolute;
53 width: 100%;
54 height: 100%;
55 left: 0;
56 top: 0;
57 opacity: 0;
58 }
59 .fileList_parent{margin:20px;display:none;}
60 .fileList_parent {
61 float: left;
62 }
63 .operation {
64 color: #0091FF;
65 cursor: pointer;
66 }
67 .fileList tr {
68 line-height: 28px;
69 }
70 .next_button {
71 text-align: center;
72 margin: 15px 0;
73 }
74 .next_button a {
75 color: #ffffff;
76 }
...\ No newline at end of file ...\ No newline at end of file
1 .content_box {
2 width: 1200px;
3 margin: 0 auto;
4 }
5 .name_title {
6 padding: 10px;
7 margin:15px 0;
8 }
9 .name_title h2 {
10 display: inline-block;
11 font-weight: 600;
12 margin-right: 10px;
13 border-left: 3px solid #0091FF;
14 height: 16px;
15 line-height: 16px;
16 padding-left: 5px;
17 }
18 .name_title p {
19 display: inline-block;
20 color: #0091FF;
21 }
22 .next_button {
23 text-align: center;
24 margin: 10px 0;
25 }
26 .next_button a {
27 color: #ffffff;
28 }
29 .form_title h2 {
30 font-weight: 600;
31 border-left: 3px solid #0091FF;
32 height: 16px;
33 line-height: 16px;
34 padding-left: 5px;
35 margin: 15px 0;
36 }
37 .layui-form-item .layui-inline {
38 width: 48%;
39 }
40 .layui-layer-dialog .layui-layer-content {
41 line-height: 24px;
42 }
...\ No newline at end of file ...\ No newline at end of file
...@@ -118,7 +118,7 @@ div.subject { ...@@ -118,7 +118,7 @@ div.subject {
118 .xw { 118 .xw {
119 display: block; 119 display: block;
120 padding-top: 10px; 120 padding-top: 10px;
121 height: 150px; 121 height: 112px;
122 cursor: pointer; 122 cursor: pointer;
123 } 123 }
124 124
...@@ -142,6 +142,11 @@ div.subject { ...@@ -142,6 +142,11 @@ div.subject {
142 .leftContainer{ 142 .leftContainer{
143 border-right: 1px solid #DEDEDE; 143 border-right: 1px solid #DEDEDE;
144 margin-top: 28px; 144 margin-top: 28px;
145 padding-bottom: 20px;
146 }
147 .leftContainer li{
148 border-bottom: 1px solid #EAEAEA;
149 margin-bottom: 25px;
145 } 150 }
146 .leftContainer li:last-child{ 151 .leftContainer li:last-child{
147 border-bottom: 1px solid #DEDEDE; 152 border-bottom: 1px solid #DEDEDE;
...@@ -151,16 +156,15 @@ div.subject { ...@@ -151,16 +156,15 @@ div.subject {
151 height: 18px; 156 height: 18px;
152 font-size: 18px; 157 font-size: 18px;
153 font-weight: bold; 158 font-weight: bold;
154 color: #4A4A4A; 159 color: #686666;
155 line-height: 18px; 160 line-height: 18px;
156 cursor: pointer; 161 cursor: pointer;
157 } 162 }
158 .left-top:hover { 163 .left-top:hover {
159 color: #4A4A4A; 164 color: #686666;
160 } 165 }
161 166
162 .left-body { 167 .left-body {
163 height: 60px;
164 font-size: 14px; 168 font-size: 14px;
165 font-weight: 400; 169 font-weight: 400;
166 color: #6D7278; 170 color: #6D7278;
...@@ -206,7 +210,7 @@ div.subject { ...@@ -206,7 +210,7 @@ div.subject {
206 height: 18px; 210 height: 18px;
207 font-size: 18px; 211 font-size: 18px;
208 font-weight: 500; 212 font-weight: 500;
209 color: #4A4A4A; 213 color: #686666;
210 line-height: 0; 214 line-height: 0;
211 } 215 }
212 .right-top h2 { 216 .right-top h2 {
...@@ -275,8 +279,9 @@ div.subject { ...@@ -275,8 +279,9 @@ div.subject {
275 height: 14px; 279 height: 14px;
276 font-size: 14px; 280 font-size: 14px;
277 font-weight: bold; 281 font-weight: bold;
278 color: #4A4A4A; 282 color: #686666;
279 line-height: 14px; 283 line-height: 14px;
284 margin-bottom: 5px;
280 } 285 }
281 286
282 .zcfg-body { 287 .zcfg-body {
......
1 $(function () {
2 let Mydate = new Date()
3 let year = Mydate.getFullYear();
4 let minutes = Mydate.getMinutes()
5 let hour = Mydate.getHours();
6 let date = Mydate.getDate()
7 let month = Mydate.getMonth();
8 $('.date div:first-child').text(year)
9 $('.date div:nth-child(2)').text(month + 1 + "/" + date)
10 $('.date div:last-child').text(hour + ":" + minutes)
11 })
12 $(window).scroll(function () {
13 let juli = $(document).scrollTop();
14 if (juli > 360) {
15 $('.left-left').addClass('middle_active');
16 } else {
17 $('.left-left').removeClass('middle_active');
18 }
19 })
20 layui.use('element', function () {
21 var element = layui.element; //导航的hover效果、二级菜单等功能,需要依赖element模块
22 //监听导航点击
23 element.on('nav(demo)', function (elem) {
24 //console.log(elem)
25 layer.msg(elem.text());
26 });
27 });
...\ No newline at end of file ...\ No newline at end of file
1 $(function () {
2
3 var tabledata = [
4 {
5 name: 'renchao',
6 idcard: '61012419930879879',
7 phone: '18740677380'
8 }
9 ];
10 var sellData = [
11 {
12 name: 'renchao',
13 idcard: '61012419930879879',
14 phone: '18740677380'
15 }
16 ];
17
18 layui.use('element', function () {
19 let element = layui.element; //导航的hover效果、二级菜单等功能,需要依赖element模块
20 //监听导航点击
21 element.on('nav(demo)', function (elem) {
22 layer.msg(elem.text());
23 });
24 });
25 addTabs('#wssq')
26
27 // 业务
28 layui.use('element', function () {
29 var element = layui.element;
30 //监听Tab切换,以改变地址hash值
31 element.on('tab(status)', function () {
32 console.log(this.getAttribute('lay-id'))
33 });
34 });
35 // 买方信息
36 layui.use('table', function () {
37 var table = layui.table;
38 table.render({
39 elem: '#buyInfo'
40 // , url: '../staticLib/wdyy/index.json'
41 , cols: [[
42 { field: 'name', title: '权利人', align: 'center', edit: 'text' }
43 , { field: 'idcard', title: '身份证号', align: 'center', edit: 'text' }
44 , { field: 'phone', title: '联系电话', align: 'center', edit: 'text' }
45 , { title: '操作', toolbar: '#barDemo', align: 'center' }
46 ]]
47 , parseData: function (res) { //将原始数据解析成 table 组件所规定的数据
48 return {
49 "code": res.code, //解析接口状态
50 "data": res.data //解析数据列表
51 };
52 },
53 data: tabledata
54 });
55 table.on('row(buyInfo)', function (obj) {
56 var rowIndex = $(obj.tr).attr("data-index");
57 layer.confirm('此操作将删除一列是否继续', {
58 btn: ['是', '否'] //按钮
59 }, function () {
60 tabledata.splice(rowIndex, 1);
61 table.reload('buyInfo', {
62 data: tabledata
63 })
64 layer.closeAll();
65 }, function () {
66 });
67 });
68
69 $('.tableAdd').click(function () {
70 tabledata.push({
71 "name": ""
72 , "idcard": ""
73 , "phone": ""
74 })
75 table.reload('buyInfo', {
76 data: tabledata
77 })
78 })
79 })
80
81 // 卖方信息
82 layui.use('table', function () {
83 var table = layui.table;
84 table.render({
85 elem: '#sellInfo'
86 , cols: [[
87 { field: 'name', title: '义务人', align: 'center', edit: 'text' }
88 , { field: 'idcard', title: '证件号', align: 'center', edit: 'text' }
89 , { field: 'phone', title: '联系电话', align: 'center', edit: 'text' }
90 , { title: '操作', toolbar: '#barDemo', align: 'center' }
91 ]]
92 , parseData: function (res) { //将原始数据解析成 table 组件所规定的数据
93 return {
94 "code": res.code, //解析接口状态
95 "data": res.data //解析数据列表
96 };
97 },
98 data: sellData
99 });
100 //监听行工具事件
101 table.on('row(sellInfo)', function (obj) {
102 var rowIndex = $(obj.tr).attr("data-index");
103 layer.confirm('此操作将删除一列是否继续', {
104 btn: ['是', '否'] //按钮
105 }, function () {
106 sellData.splice(rowIndex, 1);
107 table.reload('sellInfo', {
108 data: sellData
109 })
110 layer.closeAll();
111 }, function () {
112 });
113 });
114
115 $('.tableAdd1').click(function () {
116 sellData.push({
117 "name": ""
118 , "idcard": ""
119 , "phone": ""
120 })
121 console.log(999, sellData)
122 table.reload('sellInfo', {
123 data: sellData
124 })
125 })
126 })
127 // 图片上传
128 //元素
129 var oFileBox = $(".fileBox"); //选择文件父级盒子
130 var oFileInput = $("#fileInput"); //选择文件按钮
131 var oFileSpan = $("#fileSpan"); //选择文件框
132 var oFileList_parent = $(".fileList_parent"); //表格
133 var oFileList = $(".fileList"); //表格tbody
134 var oFileBtn = $("#fileBtn"); //上传按钮
135 var flieList = []; //数据,为一个复合数组
136 var sizeObj = []; //存放每个文件大小的数组,用来比较去重
137 //拖拽外部文件,进入目标元素触发
138 oFileSpan.on("dragenter", function () {
139 $(this).find('.file_name').text("可以释放鼠标了!").css("background", "#ccc");
140 });
141 //拖拽外部文件,进入目标、离开目标之间,连续触发
142 oFileSpan.on("dragover", function () {
143 return false;
144 });
145 //拖拽外部文件,离开目标元素触发
146 oFileSpan.on("dragleave", function () {
147 $(this).find('.file_name').text("点击或拖拽文件上传").css("background", "none");
148 });
149 //拖拽外部文件,在目标元素上释放鼠标触发
150 oFileSpan.on("drop", function (ev) {
151 var fs = ev.originalEvent.dataTransfer.files;
152 analysisList(fs); //解析列表函数
153 $(this).find('.file_name').text("点击或拖拽文件上传").css("background", "none");
154 return false;
155 });
156 //点击选择文件按钮选文件
157 oFileInput.on("change", function () {
158 analysisList(this.files);
159 })
160
161 //解析列表函数
162 function analysisList(obj) {
163
164 //如果没有文件
165 if (obj.length < 1) {
166 return false;
167 }
168 for (var i = 0; i < obj.length; i++) {
169
170 var fileObj = obj[i]; //单个文件
171 var name = fileObj.name; //文件名
172 var size = fileObj.size; //文件大小
173 var type = fileType(name); //文件类型,获取的是文件的后缀
174
175 //文件大于30M,就不上传
176 if (size > 1024 * 1024 * 1024 || size == 0) {
177 layer.msg( '超过了30M,不能上传', {icon: 5});
178 continue;
179 }
180 //把文件大小放到一个数组中,然后再去比较,如果有比较上的,就认为重复了,不能上传
181 if (sizeObj.indexOf(size) != -1) {
182 layer.msg( '已经选择,不能重复上传', {icon: 5});
183 continue;
184 }
185 //给json对象添加内容,得到选择的文件的数据
186 var itemArr = [fileObj, name, size, type]; //文件,文件名,文件大小,文件类型
187 flieList.push(itemArr);
188 //把这个文件的大小放进数组中
189 sizeObj.push(size);
190 }
191 createList() //生成列表
192 oFileList_parent.show(); //表格显示
193 document.querySelector('#fileInput').value = null
194 };
195
196
197 //生成列表
198 function createList() {
199 oFileList.empty(); //先清空元素内容
200 for (var i = 0; i < flieList.length; i++) {
201 var fileData = flieList[i]; //flieList数组中的某一个
202 var name = fileData[1]; //文件名
203 var oTr = $("<tr></tr>");
204 var str = '<td><cite title="' + name + '">' + name + '</cite></td>';
205 str += '<td><a class="operation">删除</a></td>';
206 oTr.html(str);
207 oTr.appendTo(oFileList);
208 }
209 }
210 //删除表格行
211 oFileList.on("click", "a.operation", function () {
212 var oTr = $(this).parents("tr");
213 var index = oTr.index();
214 oTr.remove(); //删除这一行
215 flieList.splice(index, 1); //删除数据
216 sizeObj.splice(index, 1); //删除文件大小数组中的项
217 });
218 //上传
219 oFileBtn.on("click", function () {
220 oFileBtn.off();
221 var tr = oFileList.find("tr"); //获取所有tr列表
222 var successNum = 0; //已上传成功的数目
223 oFileList.off(); //取消删除事件
224 oFileBox.slideUp(); //隐藏输入框
225 oFileList.find("a.operation").text("等待上传");
226 for (var i = 0; i < tr.length; i++) {
227 uploadFn(tr.eq(i), i); //参数为当前项,下标
228 }
229 function uploadFn(obj, i) {
230 var formData = new FormData();
231 var arrNow = flieList[i]; //获取数据数组的当前项
232 // 从当前项中获取上传文件,放到 formData对象里面,formData参数以key name的方式
233 var result = arrNow[0]; //数据
234 formData.append("imageFile", result);
235 var name = arrNow[1]; //文件名
236 formData.append("email", name);
237 var oOperation = obj.find("a.operation"); //按钮
238 oOperation.text("正在上传"); //改变操作按钮
239 oOperation.off();
240 var request = $.ajax({
241 type: "POST",
242 url: "../more/cModifyImageAction.go",
243 data: formData, //这里上传的数据使用了formData 对象
244 processData: false, //必须false才会自动加上正确的Content-Type
245 contentType: false,
246
247 //这里我们先拿到jQuery产生的XMLHttpRequest对象,为其增加 progress 事件绑定,然后再返回交给ajax使用
248 xhr: function () {
249 var xhr = $.ajaxSettings.xhr();
250 if (onprogress && xhr.upload) {
251 xhr.upload.addEventListener("progress", onprogress, false);
252 return xhr;
253 }
254 },
255 //上传成功后回调
256 success: function () {
257 oOperation.text("成功");
258 successNum++;
259 console.log(successNum);
260 if (successNum == tr.length) {
261 open("http://www.baidu.com", "_self"); //如果全部传成功了,跳转
262 }
263 },
264 //上传失败后回调
265 error: function () {
266 oOperation.text("重传");
267 oOperation.on("click", function () {
268 request.abort(); //终止本次
269 uploadFn(obj, i);
270 });
271 }
272 });
273 }
274 });
275 })
276 //通过文件名,返回文件的后缀名
277 function fileType(name) {
278 var nameArr = name.split(".");
279 return nameArr[nameArr.length - 1].toLowerCase();
280 }
1 $(function () {
2 layui.use('element', function () {
3 let element = layui.element; //导航的hover效果、二级菜单等功能,需要依赖element模块
4 //监听导航点击
5 element.on('nav(demo)', function (elem) {
6 layer.msg(elem.text());
7 });
8 });
9 addTabs('#wssq')
10 // 业务
11 layui.use(['form'], function () {
12 var form = layui.form
13 //监听提交
14 form.on('submit(demo1)', function (data) {
15 layer.alert(JSON.stringify(data.field), {
16 title: '最终的提交信息'
17 })
18 return false;
19 });
20 });
21 })
...@@ -14,30 +14,6 @@ ...@@ -14,30 +14,6 @@
14 "classify": "作家", 14 "classify": "作家",
15 "score": 57, 15 "score": 57,
16 "state": 1 16 "state": 1
17 },
18 {
19 "username": "user-1",
20 "sex": "男",
21 "city": "城市-1",
22 "sign": "签名-1",
23 "experience": 884,
24 "logins": 58,
25 "wealth": 64928690,
26 "classify": "词人",
27 "score": 27,
28 "state": 1
29 },
30 {
31 "username": "user-2",
32 "sex": "女",
33 "city": "城市-2",
34 "sign": "签名-2",
35 "experience": 650,
36 "logins": 77,
37 "wealth": 6298078,
38 "classify": "酱油",
39 "score": 31,
40 "state": 0
41 } 17 }
42 ] 18 ]
43 } 19 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
17 <div class="contentBox"> 17 <div class="contentBox">
18 <span class="layui-breadcrumb"> 18 <span class="layui-breadcrumb">
19 <a href="../../index.html">首页</a> 19 <a href="../../index.html">首页</a>
20 <a href="../wssq/index.html">网上申请</a> 20 <a href="./wssq.html">网上申请</a>
21 <a><cite>在线申请</cite></a> 21 <a><cite>在线申请</cite></a>
22 </span> 22 </span>
23 </div> 23 </div>
...@@ -219,7 +219,9 @@ ...@@ -219,7 +219,9 @@
219 </li> 219 </li>
220 </ul> 220 </ul>
221 <div class="next_button"> 221 <div class="next_button">
222 <button type="button" class="layui-btn layui-btn-normal">下一步</button> 222 <button type="button" class="layui-btn layui-btn-normal">
223 <a href="./yysq.html">下一步</a>
224 </button>
223 </div> 225 </div>
224 </div> 226 </div>
225 </div> 227 </div>
......
...@@ -22,10 +22,10 @@ ...@@ -22,10 +22,10 @@
22 <div class="left"> 22 <div class="left">
23 <ul class="leftContainer"> 23 <ul class="leftContainer">
24 <li> 24 <li>
25 <a class="left-top" title="前三季度主要指标由负转正 中国经济持续稳定恢复" href="./../xwxq/index.html" target="_blank"> 25 <a class="left-top" title="前三季度主要指标由负转正 中国经济持续稳定恢复" href="./xwxq.html" target="_blank">
26 前三季度主要指标由负转正 中国经济持续稳定恢复 26 前三季度主要指标由负转正 中国经济持续稳定恢复
27 </a> 27 </a>
28 <a class="xw" href="./../xwxq/index.html" target="_blank"> 28 <a class="xw" href="./xwxq.html" target="_blank">
29 <div class="xw-left"> 29 <div class="xw-left">
30 <img 30 <img
31 src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg"> 31 src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg">
...@@ -56,10 +56,10 @@ ...@@ -56,10 +56,10 @@
56 </a> 56 </a>
57 </li> 57 </li>
58 <li> 58 <li>
59 <a class="left-top" title="前三季度主要指标由负转正 中国经济持续稳定恢复" href="./../xwxq/index.html" target="_blank"> 59 <a class="left-top" title="前三季度主要指标由负转正 中国经济持续稳定恢复" href="./xwxq.html" target="_blank">
60 前三季度主要指标由负转正 中国经济持续稳定恢复 60 前三季度主要指标由负转正 中国经济持续稳定恢复
61 </a> 61 </a>
62 <a class="xw" href="./../xwxq/index.html" target="_blank"> 62 <a class="xw" href="./xwxq.html" target="_blank">
63 <div class="xw-left"> 63 <div class="xw-left">
64 <img 64 <img
65 src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg"> 65 src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg">
...@@ -90,10 +90,10 @@ ...@@ -90,10 +90,10 @@
90 </a> 90 </a>
91 </li> 91 </li>
92 <li> 92 <li>
93 <a class="left-top" title="前三季度主要指标由负转正 中国经济持续稳定恢复" href="./../xwxq/index.html" target="_blank"> 93 <a class="left-top" title="前三季度主要指标由负转正 中国经济持续稳定恢复" href="./xwxq.html" target="_blank">
94 前三季度主要指标由负转正 中国经济持续稳定恢复 94 前三季度主要指标由负转正 中国经济持续稳定恢复
95 </a> 95 </a>
96 <a class="xw" href="./../xwxq/index.html" target="_blank"> 96 <a class="xw" href="./xwxq.html" target="_blank">
97 <div class="xw-left"> 97 <div class="xw-left">
98 <img 98 <img
99 src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg"> 99 src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg">
...@@ -124,10 +124,10 @@ ...@@ -124,10 +124,10 @@
124 </a> 124 </a>
125 </li> 125 </li>
126 <li> 126 <li>
127 <a class="left-top" title="前三季度主要指标由负转正 中国经济持续稳定恢复" href="./../xwxq/index.html" target="_blank"> 127 <a class="left-top" title="前三季度主要指标由负转正 中国经济持续稳定恢复" href="./xwxq.html" target="_blank">
128 前三季度主要指标由负转正 中国经济持续稳定恢复 128 前三季度主要指标由负转正 中国经济持续稳定恢复
129 </a> 129 </a>
130 <a class="xw" href="./xwxq/index.html" target="_blank"> 130 <a class="xw" href="./xwxq.html" target="_blank">
131 <div class="xw-left"> 131 <div class="xw-left">
132 <img 132 <img
133 src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg"> 133 src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg">
......
1 <!DOCTYPE html> 1 <!DOCTYPE html
2 <html lang="en"> 2 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4
3 <head> 5 <head>
4 <meta charset="UTF-8"> 6 <style>
7 </style>
8 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5 <title>新闻详情</title> 9 <title>新闻详情</title>
6 <meta http-equiv="X-UA-Compatible" content="IE=edge"/> 10 <script type="text/javascript" src="../staticJs/head.js"></script>
7 <meta name="format-detection" content="telephone=no"> 11 <link rel="stylesheet" type="text/css" href="../staticCss/xwxq.css">
8 <meta name="renderer" content="webkit">
9 <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
10 <meta http-equiv="Cache-Control" content="no-siteapp"/>
11 <link rel="alternate icon" type="image/png" href="../../staticImages/logo-realestate.png">
12 <link rel='icon' href='favicon.ico' type='image/x-ico'/>
13 <meta name="description" content=""/>
14 <meta name="keywords" content=""/>
15 <link rel="stylesheet" type="text/css" href="../../staticLib/layui/css/layui.css"/>
16 <link rel="stylesheet" type="text/css" href="./css/index.css">
17 <link rel="stylesheet" type="text/css" href="../../staticCss/common.css" />
18 </head> 12 </head>
13
19 <body> 14 <body>
20 <div> 15 <div>
21 <div class="main"> 16 <div class="main">
22 <div class="subject top-logo">
23 <div class="top_logo_content">
24 <h1><a href="index.html"><img src="./../../staticImages/logo.jpg" alt="西安市不动产登记平台"/></a></h1>
25
26 <div class="top_logo_search">
27 <input type="text" name="title" required lay-verify="required" placeholder="请输入关键字搜索"
28 autocomplete="off"
29 class="layui-input">
30 <i class="layui-icon layui-icon-search" style="font-size: 14px;"></i>
31 </div>
32
33 <ul class="login">
34 <li>登录</li>
35 <li>注册</li>
36 </ul>
37 </div>
38 </div>
39 <div class="navigation">
40 <ul class="layui-nav layui-bg-blue" lay-filter="">
41 <li class="layui-nav-item "><a href="./../../staticIndex.html">首页</a></li>
42 <li class="layui-nav-item layui-this"><a href="./../../staticViews/xwdt/index.html">新闻动态</a></li>
43 <li class="layui-nav-item"><a href="">业务办理</a></li>
44 <li class="layui-nav-item"><a href="">政策法规</a></li>
45 <li class="layui-nav-item"><a href="./../../staticViews/bszn/index.html">办事指南</a></li>
46 <li class="layui-nav-item">
47 <a href="javascript:;">查验中心</a>
48 <dl class="layui-nav-child">
49 <!-- 二级菜单 -->
50 <dd><a href="">移动模块</a></dd>
51 <dd><a href="">后台模版</a></dd>
52 <dd><a href="">电商平台</a></dd>
53 </dl>
54 </li>
55 <li class="layui-nav-item"><a href="">在线缴费</a></li>
56 <li class="layui-nav-item" class="item_last_child"><a href="">好差评</a></li>
57 </ul>
58 </div>
59 <div class="navigation_crumbs"> 17 <div class="navigation_crumbs">
60 <div class="contentBox"> 18 <div class="contentBox">
61 <span class="layui-breadcrumb"> 19 <span class="layui-breadcrumb">
62 <a href="../../staticIndex.html">首页</a> 20 <a href="../index.html">首页</a>
63 <a href="../xwdt/index.html">新闻动态</a> 21 <a href="./xwdt.html">新闻动态</a>
64 <a><cite>新闻详情</cite></a> 22 <a><cite>新闻详情</cite></a>
65 </span> 23 </span>
66 </div> 24 </div>
...@@ -125,23 +83,22 @@ ...@@ -125,23 +83,22 @@
125 </div> 83 </div>
126 </div> 84 </div>
127 </div> 85 </div>
128 <div class="comment">
129 <div>
130 <span>--评论--</span>
131 </div>
132 <div class="pl">
133 <div class="num">36</div>
134 <div class="icon"></div>
135 </div>
136 </div>
137 </div> 86 </div>
138 </div> 87 </div>
139 <div class="left-right"> 88 <div class="left-right">
140 <div class="body"> 89 <div class="body">
141 <span> 90 近日,自然资源部印发《自然资源统计工作管理办法》,旨在规范自然资源统计管理工作,建立健全统计数据质量控制体系,提高自然资源统计数据的真实性,发挥统计在自然资源管理中的重要基础性作用,该办法将于2020年8月1日起施行。
142 近日,自然资源部印发《自然资源统计工作管理办法》,旨在规范自然资源统计管理工作,建立健全统计数据质量控制体系,提高自然资源统计数据的真实性,发挥统计在自然资源管理中的重要基础性作用,该办法将于2020年8月1日起施行。 《自然资源统计工作管理办法》 一、明确自然资源统计主要任务 对7大类自然资源对象(土地、矿产、森林、草原、湿地、水、海域海岛),以及其他统计对象(海洋经济、地质勘查、地质灾害、测绘地理信息、自然资源督察、行政管理)开展统计调查和统计分析,提供统计数据,实施统计监督。 二、明晰自然资源统计数据获取方式 自然资源统计数据获取方式主要有:资源调查、行政记录、联网直报、逐级上报。并定期公布统计数据,在政策制定、规划编制、监督考核时,需要使用数据的,以公布的统计数据为准。 三、健全自然资源统计数据的质控体系 加强源头控制,填报人对其填报、录入的原始数据的真实性、准确性负责。严格审核,各单位对其负责加工整理、汇总生成的数据进行严格审核,对数据质量负责;发现数据异常的,应当返回填报人核实修改。审核结果和修改情况记录留痕。  完善统计流程,建立健全数据审核、签署、交接、归档等管理制度,建立违规干预统计工作记录制度和统计信用制度。加强技术校核,充分利用各种技术手段对数据进行校核,开展逻辑检验、数据抽查、实地核查,综合评估、控制和提升数据质量。 91 《自然资源统计工作管理办法》 一、明确自然资源统计主要任务
143 四、加强自然资源统计信息化建设 加强自然资源统计信息化建设,实现统计数据全流程信息化生产和管理。建立健全统一的自然资源统计数据平台,推进统计数据平台与业务信息系统的互联互通、数据交互共享。完善统计网络直报系统。 五、更新制度和办法保证统计工作推进 在2019年07月,自然资源部办公厅已经颁发了《关于印发自然资源统计调查制度的通知》,制定“1+8”的“综合+专业”统计调查制度体系。《自然资源统计工作管理办法》出台将会进一步支持各项自然资源统计调查执行工作。办法自2020年8月1日起施行,原国土资源部公布的《国土资源统计工作管理办法》、原国家海洋局公布的《国家海洋局综合统计暂行规定》、原国家测绘地理信息局公布的《测绘统计管理办法》同时废止。 《办法》中明确指出,自然资源部统计归口管理机构组织开展全国自然资源综合统计工作,推进信息化建设,信息化的建设离不开对数据的运筹帷幄。北京数慧结合自身多年对数据处理的“精湛工艺”,对自然资源业务的深度理解和丰富经验,开发自然资源统计业务信息系统,设计建立部自然资源统计数据库,实现历史统计数据的迁移、分析、转换,完成历史统计数据融合与应用,为自然资源部本级统计工作提供适应当前统计业务管理的统一工作平台,有效支撑统计数据报送审核、整合汇总、数据管理、报表生成、统计报告编制、数据综合分析、数据展示和空间分析、信息服务等全流程运转模式,实现统计信息审核机制,提升自然资源统计的数据业务管理能力、综合分析能力和决策支撑能力。 92 对7大类自然资源对象(土地、矿产、森林、草原、湿地、水、海域海岛),以及其他统计对象(海洋经济、地质勘查、地质灾害、测绘地理信息、自然资源督察、行政管理)开展统计调查和统计分析,提供统计数据,实施统计监督。
144 </span> 93 二、明晰自然资源统计数据获取方式
94 自然资源统计数据获取方式主要有:资源调查、行政记录、联网直报、逐级上报。并定期公布统计数据,在政策制定、规划编制、监督考核时,需要使用数据的,以公布的统计数据为准。
95 三、健全自然资源统计数据的质控体系
96 加强源头控制,填报人对其填报、录入的原始数据的真实性、准确性负责。严格审核,各单位对其负责加工整理、汇总生成的数据进行严格审核,对数据质量负责;发现数据异常的,应当返回填报人核实修改。审核结果和修改情况记录留痕。  完善统计流程,建立健全数据审核、签署、交接、归档等管理制度,建立违规干预统计工作记录制度和统计信用制度。加强技术校核,充分利用各种技术手段对数据进行校核,开展逻辑检验、数据抽查、实地核查,综合评估、控制和提升数据质量。
97 四、加强自然资源统计信息化建设
98 加强自然资源统计信息化建设,实现统计数据全流程信息化生产和管理。建立健全统一的自然资源统计数据平台,推进统计数据平台与业务信息系统的互联互通、数据交互共享。完善统计网络直报系统。
99 五、更新制度和办法保证统计工作推进
100 在2019年07月,自然资源部办公厅已经颁发了《关于印发自然资源统计调查制度的通知》,制定“1+8”的“综合+专业”统计调查制度体系。《自然资源统计工作管理办法》出台将会进一步支持各项自然资源统计调查执行工作。办法自2020年8月1日起施行,原国土资源部公布的《国土资源统计工作管理办法》、原国家海洋局公布的《国家海洋局综合统计暂行规定》、原国家测绘地理信息局公布的《测绘统计管理办法》同时废止。
101 《办法》中明确指出,自然资源部统计归口管理机构组织开展全国自然资源综合统计工作,推进信息化建设,信息化的建设离不开对数据的运筹帷幄。北京数慧结合自身多年对数据处理的“精湛工艺”,对自然资源业务的深度理解和丰富经验,开发自然资源统计业务信息系统,设计建立部自然资源统计数据库,实现历史统计数据的迁移、分析、转换,完成历史统计数据融合与应用,为自然资源部本级统计工作提供适应当前统计业务管理的统一工作平台,有效支撑统计数据报送审核、整合汇总、数据管理、报表生成、统计报告编制、数据综合分析、数据展示和空间分析、信息服务等全流程运转模式,实现统计信息审核机制,提升自然资源统计的数据业务管理能力、综合分析能力和决策支撑能力。
145 </div> 102 </div>
146 <div class="Mycomment"> 103 <div class="Mycomment">
147 <div class="commentTitle"><span>评论</span></div> 104 <div class="commentTitle"><span>评论</span></div>
...@@ -152,7 +109,8 @@ ...@@ -152,7 +109,8 @@
152 </div> 109 </div>
153 <div class="commentInput"> 110 <div class="commentInput">
154 <div class="commentInputImg"> 111 <div class="commentInputImg">
155 <img src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg"> 112 <img
113 src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg">
156 </div> 114 </div>
157 <div class="commentInputInput"> 115 <div class="commentInputInput">
158 <!-- <input type="text">--> 116 <!-- <input type="text">-->
...@@ -174,7 +132,8 @@ ...@@ -174,7 +132,8 @@
174 </span></div> 132 </span></div>
175 <div class="pl"> 133 <div class="pl">
176 <div class="pl-left"> 134 <div class="pl-left">
177 <img src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg"> 135 <img
136 src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg">
178 </div> 137 </div>
179 <div class="pl-right"> 138 <div class="pl-right">
180 <div class="pl-right-top layui-row"> 139 <div class="pl-right-top layui-row">
...@@ -233,7 +192,8 @@ ...@@ -233,7 +192,8 @@
233 192
234 <div class="pl"> 193 <div class="pl">
235 <div class="pl-left"> 194 <div class="pl-left">
236 <img src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg"> 195 <img
196 src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg">
237 </div> 197 </div>
238 <div class="pl-right"> 198 <div class="pl-right">
239 <div class="pl-right-top"> 199 <div class="pl-right-top">
...@@ -313,120 +273,10 @@ ...@@ -313,120 +273,10 @@
313 </div> 273 </div>
314 274
315 </div> 275 </div>
316 <div class="footer">
317 <div class="system_service">
318 <ul class="">
319 <li>
320 <a href="">
321 <span>公示公告</span>
322 </a>
323 </li>
324 <li>
325 <a href="">
326 <span>法律法规</span>
327 </a>
328 </li>
329 <li>
330 <a href="">
331 <span>相应政策</span>
332 </a>
333 </li>
334 <li>
335 <a href="">
336 <span>下载服务</span>
337 </a>
338 </li>
339 <li>
340 <a href="">
341 <span>关于我们</span>
342 </a>
343 </li>
344 </ul>
345 </div>
346 <div class="subject">
347 <div class="footer_logo">
348 <a href="">
349 <img src="./../../staticImages/jiguan.png">
350 </a>
351 </div>
352 <ul>
353 <li>
354 西安市自然资源和规划局
355 </li>
356 <li>
357 电话:028-456465
358 </li>
359 <li>
360 地址:西安市丰城8路
361 </li>
362 <li>
363 网站标识吗:87987987
364 </li>
365 <li>
366 备案:陕IPC456465465
367 </li>
368 <li>
369 陕公网备案:456465465
370 </li>
371 </ul>
372 <ol>
373 <li>
374 <img src="./../../staticImages/code.png">
375 <p>扫描关注公众号</p>
376 </li>
377 <li>
378 <img src="./../../staticImages/code.png">
379 <p>扫描关注公众号</p>
380 </li>
381
382 </ol>
383 </div>
384 </div> 276 </div>
385 </div>
386 </body> 277 </body>
278 <script type="text/javascript" src="../staticJs/common.js"></script>
279 <script type="text/javascript" src="../staticJs/down.js"></script>
280 <script type="text/javascript" src="../staticJs/xwxq.js"></script>
281
387 </html> 282 </html>
...\ No newline at end of file ...\ No newline at end of file
388 <style type="text/css">
389 .middle_active {
390 position: fixed;
391 top: 0;
392 z-index: 99;
393 }
394 </style>
395 <!--[if (gte IE 9)|!(IE)]><!-->
396 <script type="text/javascript" src="../../staticLib/jquery/jquery.min.js"></script>
397 <!--<![endif]-->
398 <script type="text/javascript" src="../../staticLib/handlebars/handlebars.min.js"></script>
399 <script type="text/javascript" src="../../staticLib/iscroll/iscroll-probe.js"></script>
400 <script type="text/javascript" src="../../staticLib/amazeui/amazeui.min.js"></script>
401 <script type="text/javascript" src="../../staticLib/raty/jquery.raty.js"></script>
402 <script type="text/javascript" src="../../staticJs/main.min.js?t=1"></script>
403 <script type="text/javascript" src="../../staticLib/layui/layui.js"></script>
404 <script type="text/javascript">
405 $(function () {
406 let Mydate = new Date()
407 let year = Mydate.getFullYear();
408 let minutes = Mydate.getMinutes()
409 let hour = Mydate.getHours();
410 let date = Mydate.getDate()
411 let month = Mydate.getMonth();
412 $('.date div:first-child').text(year)
413 $('.date div:nth-child(2)').text(month + 1 + "/" + date)
414 $('.date div:last-child').text(hour + ":" + minutes)
415 })
416 $(window).scroll(function () {
417 let juli = $(document).scrollTop();
418 if (juli > 500) {
419 $('.left-left').addClass('middle_active');
420 } else {
421 $('.left-left').removeClass('middle_active');
422 }
423 })
424 layui.use('element', function () {
425 var element = layui.element; //导航的hover效果、二级菜单等功能,需要依赖element模块
426 //监听导航点击
427 element.on('nav(demo)', function (elem) {
428 //console.log(elem)
429 layer.msg(elem.text());
430 });
431 });
432 </script>
......
1 <!DOCTYPE html
2 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4
5 <head>
6 <style>
7 </style>
8 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9 <title>立即办理-申请</title>
10 <script type="text/javascript" src="../staticJs/head.js"></script>
11 <link rel="stylesheet" type="text/css" href="../staticCss/yysq.css">
12 <link rel="stylesheet" type="text/css" href="../staticCss/progress.css">
13 </head>
14
15 <body>
16 <div class="navigation_crumbs">
17 <div class="contentBox">
18 <span class="layui-breadcrumb">
19 <a href="../../index.html">首页</a>
20 <a href="./wssq.html">网上申请</a>
21 <a><cite>在线申请</cite></a>
22 </span>
23 </div>
24 </div>
25 <div class="content_box">
26 <div class="name_title layui-bg-gray">
27 <h2></h2>
28 <p></p>
29 </div>
30 <ul class="app_progress">
31 <li class="selected">
32 <span>1</span>
33 效验
34 </li>
35 <div class="line"></div>
36 <li class="active">
37 <span>2</span>
38 申请
39 </li>
40 <div class="line"></div>
41 <li>
42 <span>3</span>
43 完税
44 </li>
45 <div class="line"></div>
46 <li>
47 <span>4</span>
48 认证
49 </li>
50 <div class="line"></div>
51 <li>
52 <span>5</span>
53 领证方式
54 </li>
55 <div class="line"></div>
56 <li>
57 <span>6</span>
58 缴费
59 </li>
60 <div class="line"></div>
61 <li>
62 <span>7</span>
63 公示
64 </li>
65 </ul>
66 <div class="title layui-bg-green">
67 <h2>买方信息/共有情况</h2>
68 </div>
69 <div class="tabs_title">
70 <div class="layui-tab layui-tab-brief" lay-filter="status">
71 <ul class="layui-tab-title">
72 <li class="layui-this" lay-id="1">单独所有</li>
73 <li lay-id="2">共同共有</li>
74 <li lay-id="3">按份共有</li>
75 </ul>
76 <div class="layui-tab-content"></div>
77 </div>
78 <i class="layui-icon layui-icon-add-circle tableAdd"></i>
79 </div>
80 <table id="buyInfo" lay-filter="buyInfo"></table>
81
82 <div class="title layui-bg-green">
83 <h2>卖方信息</h2>
84 <i class="layui-icon layui-icon-add-circle tableAdd1"></i>
85 </div>
86 <table id="sellInfo" lay-filter="sellInfo"></table>
87
88 <div class="title layui-bg-green">
89 <h2>申报材料</h2>
90 </div>
91 <div class="img_update">
92 <div class="fileBox">
93 <div id="fileSpan" class="vm">
94 <input type="file" multiple id="fileInput" />
95 <p class="file_name">
96 点击或拖拽文件上传
97 </p>
98 </div>
99 </div>
100 <table width="36%" border="1" class="fileList_parent">
101 <tbody class="fileList">
102 </table>
103 </div>
104
105 <div class="next_button">
106 <button type="button" class="layui-btn layui-btn-normal">
107 <a href="./yyws.html">
108 下一步
109 </a>
110 </button>
111 </div>
112 </div>
113 </body>
114 <script type="text/javascript" src="../staticJs/common.js"></script>
115 <script type="text/javascript" src="../staticJs/down.js"></script>
116 <script type="text/javascript" src="../staticJs/yysq.js"></script>
117 <script type="text/html" id="barDemo">
118 <i class="layui-icon layui-icon-reduce-circle" lay-event="edit"></i>
119 </script>
120
121 </html>
...\ No newline at end of file ...\ No newline at end of file
1 <!DOCTYPE html
2 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4
5 <head>
6 <style>
7 </style>
8 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9 <title>立即办理-完税</title>
10 <script type="text/javascript" src="../staticJs/head.js"></script>
11 <link rel="stylesheet" type="text/css" href="../staticCss/progress.css">
12 <link rel="stylesheet" type="text/css" href="../staticCss/yyws.css">
13 </head>
14
15 <body>
16 <div class="navigation_crumbs">
17 <div class="contentBox">
18 <span class="layui-breadcrumb">
19 <a href="../../index.html">首页</a>
20 <a href="./wssq.html">网上申请</a>
21 <a><cite>在线申请</cite></a>
22 </span>
23 </div>
24 </div>
25 <div class="content_box">
26 <div class="name_title layui-bg-gray">
27 <h2>转移类</h2>
28 <p>商品房转移买卖转移登记</p>
29 </div>
30 <ul class="app_progress">
31 <li class="selected">
32 <span>1</span>
33 效验
34 </li>
35 <div class="line"></div>
36 <li class="selected">
37 <span>2</span>
38 申请
39 </li>
40 <div class="line"></div>
41 <li class="active">
42 <span>3</span>
43 完税
44 </li>
45 <div class="line"></div>
46 <li>
47 <span>4</span>
48 认证
49 </li>
50 <div class="line"></div>
51 <li>
52 <span>5</span>
53 领证方式
54 </li>
55 <div class="line"></div>
56 <li>
57 <span>6</span>
58 缴费
59 </li>
60 <div class="line"></div>
61 <li>
62 <span>7</span>
63 公示
64 </li>
65 </ul>
66 <div class="input_search">
67 <div class="form_title">
68 <h2>信息校验</h2>
69 </div>
70 <form class="layui-form" action="">
71 <div class="layui-form-item">
72 <div class="layui-inline">
73 <label class="layui-form-label">完税证明号</label>
74 <div class="layui-input-block">
75 <input type="text" name="title" required lay-verify="required" placeholder="请输完税证明号"
76 class="layui-input">
77 </div>
78 </div>
79 <div class="layui-inline">
80 <label class="layui-form-label">发票代码</label>
81 <div class="layui-input-block">
82 <input type="text" name="idcard" required lay-verify="required" placeholder="请输发票代码"
83 class="layui-input">
84 </div>
85 </div>
86 </div>
87
88 <div class="layui-form-item">
89 <div class="layui-inline">
90 <label class="layui-form-label">发票号码</label>
91 <div class="layui-input-block">
92 <input type="tel" name="code" required lay-verify="required" maxlength="18" placeholder="请输发票号码"
93 class="layui-input">
94 </div>
95 </div>
96 <div class="layui-inline" style="padding-left: 30px;box-sizing: border-box;">
97 <button type="reset" class="layui-btn layui-btn-primary">重 置</button>
98 <button type="submit" class="layui-btn layui-btn-normal" lay-submit="" lay-filter="demo1">
99 查 询
100 </button>
101 </div>
102 </div>
103 </form>
104
105 <div class="query_results">
106
107 </div>
108 </div>
109 <div class="next_button">
110 <button type="button" class="layui-btn layui-btn-normal">下一步</button>
111 </div>
112 </div>
113 </body>
114 <script type="text/javascript" src="../staticJs/common.js"></script>
115 <script type="text/javascript" src="../staticJs/down.js"></script>
116 <script type="text/javascript" src="../staticJs/yyws.js"></script>
117
118 </html>
...\ No newline at end of file ...\ No newline at end of file