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