style:进度条
Showing
22 changed files
with
104 additions
and
172 deletions
... | @@ -3,33 +3,7 @@ | ... | @@ -3,33 +3,7 @@ |
3 | margin: 0 auto; | 3 | margin: 0 auto; |
4 | min-height:calc(100vh - 207px); | 4 | min-height:calc(100vh - 207px); |
5 | } | 5 | } |
6 | .name_title { | 6 | |
7 | padding: 10px; | ||
8 | margin-top: 15px; | ||
9 | } | ||
10 | .name_title h2 { | ||
11 | display: inline-block; | ||
12 | margin-right: 10px; | ||
13 | height: 16px; | ||
14 | line-height: 16px; | ||
15 | color: #4A4A4A; | ||
16 | line-height: 16px; | ||
17 | position: relative; | ||
18 | width: 50px; | ||
19 | } | ||
20 | .name_title h2::after { | ||
21 | position: absolute; | ||
22 | content: ""; | ||
23 | width: 1px; | ||
24 | height: 12px; | ||
25 | background-color: #9B9B9B; | ||
26 | right: -7px; | ||
27 | top: 2px; | ||
28 | } | ||
29 | .name_title p { | ||
30 | display: inline-block; | ||
31 | color: #4A4A4A | ||
32 | } | ||
33 | .form_title h2 { | 7 | .form_title h2 { |
34 | font-weight: 600; | 8 | font-weight: 600; |
35 | border-left: 3px solid #0091FF; | 9 | border-left: 3px solid #0091FF; | ... | ... |
... | @@ -166,21 +166,21 @@ div.navigation { | ... | @@ -166,21 +166,21 @@ div.navigation { |
166 | .navigation .layui-nav-item { | 166 | .navigation .layui-nav-item { |
167 | width: 147px; | 167 | width: 147px; |
168 | position: relative; | 168 | position: relative; |
169 | border-right: 1px solid rgba(255,255,255, 0.2); | 169 | border-right: 1px solid rgba(255,255,255, 0.1); |
170 | border-left: 1px solid rgba(255,255,255, 0.2); | 170 | border-left: 1px solid rgba(255,255,255, 0.1); |
171 | margin-right: -1px; | 171 | margin-right: -1px; |
172 | } | 172 | } |
173 | .navigation .layui-nav-item:first-child { | 173 | .navigation .layui-nav-item:first-child { |
174 | border-left: 1px solid rgba(255,255,255, 0.4); | 174 | border-left: 1px solid rgba(255,255,255, 0.2); |
175 | } | 175 | } |
176 | .navigation .layui-nav-item:nth-child(8) { | 176 | .navigation .layui-nav-item:nth-child(8) { |
177 | border-right: 1px solid rgba(255,255,255, 0.4); | 177 | border-right: 1px solid rgba(255,255,255, 0.2); |
178 | } | 178 | } |
179 | .layui-bg-blue { | 179 | .layui-bg-blue { |
180 | background-color: #006CFF!important; | 180 | background-color: #006CFF!important; |
181 | } | 181 | } |
182 | .layui-nav-item a{ | 182 | .layui-nav-item a{ |
183 | font-size: 19px; | 183 | font-size: 18px; |
184 | } | 184 | } |
185 | .layui-nav .layui-nav-more { | 185 | .layui-nav .layui-nav-more { |
186 | right: 16px; | 186 | right: 16px; | ... | ... |
... | @@ -5,23 +5,6 @@ | ... | @@ -5,23 +5,6 @@ |
5 | color: #4a4a4a; | 5 | color: #4a4a4a; |
6 | padding-bottom: 100px; | 6 | padding-bottom: 100px; |
7 | } | 7 | } |
8 | .name_title { | ||
9 | padding: 10px; | ||
10 | margin:15px 0; | ||
11 | } | ||
12 | .name_title h2 { | ||
13 | display: inline-block; | ||
14 | font-weight: 600; | ||
15 | margin-right: 10px; | ||
16 | border-left: 3px solid #0091FF; | ||
17 | height: 16px; | ||
18 | line-height: 16px; | ||
19 | padding-left: 5px; | ||
20 | } | ||
21 | .name_title p { | ||
22 | display: inline-block; | ||
23 | color: #0091FF; | ||
24 | } | ||
25 | .certificate_list { | 8 | .certificate_list { |
26 | border-radius: 4px; | 9 | border-radius: 4px; |
27 | text-align: center; | 10 | text-align: center; |
... | @@ -98,7 +81,7 @@ | ... | @@ -98,7 +81,7 @@ |
98 | display: inline-block; | 81 | display: inline-block; |
99 | } | 82 | } |
100 | .acceptance_process ul li:not(:last-child) { | 83 | .acceptance_process ul li:not(:last-child) { |
101 | margin-right: 250px; | 84 | margin-right: 236px; |
102 | } | 85 | } |
103 | .acceptance_process ul li .date { | 86 | .acceptance_process ul li .date { |
104 | text-align: center; | 87 | text-align: center; |
... | @@ -110,6 +93,8 @@ | ... | @@ -110,6 +93,8 @@ |
110 | border: 2px solid #2FA5FF; | 93 | border: 2px solid #2FA5FF; |
111 | border-radius: 18px; | 94 | border-radius: 18px; |
112 | margin: 10px auto; | 95 | margin: 10px auto; |
96 | background-color: #ffffff; | ||
97 | overflow: hidden; | ||
113 | } | 98 | } |
114 | .acceptance_process ul li h5 { | 99 | .acceptance_process ul li h5 { |
115 | text-align: center; | 100 | text-align: center; | ... | ... |
... | @@ -47,6 +47,7 @@ | ... | @@ -47,6 +47,7 @@ |
47 | .app_progress li h5 { | 47 | .app_progress li h5 { |
48 | white-space: nowrap; | 48 | white-space: nowrap; |
49 | margin-top: 5px; | 49 | margin-top: 5px; |
50 | font-size: 14px; | ||
50 | } | 51 | } |
51 | .active { | 52 | .active { |
52 | background-color: #47E1BF!important; | 53 | background-color: #47E1BF!important; |
... | @@ -55,12 +56,15 @@ | ... | @@ -55,12 +56,15 @@ |
55 | .activeing { | 56 | .activeing { |
56 | background-color: #47E1BF!important; | 57 | background-color: #47E1BF!important; |
57 | } | 58 | } |
59 | .activeingtext { | ||
60 | color: #47E1BF!important; | ||
61 | } | ||
58 | .active::after { | 62 | .active::after { |
59 | content: " "; | 63 | content: " "; |
60 | display: block; | 64 | display: block; |
61 | position: absolute; | 65 | position: absolute; |
62 | left: 10px; | 66 | left: 9px; |
63 | top: 6px; | 67 | top: 5px; |
64 | width: 8px; | 68 | width: 8px; |
65 | height: 12px; | 69 | height: 12px; |
66 | border-color: #fff; | 70 | border-color: #fff; |
... | @@ -102,7 +106,36 @@ | ... | @@ -102,7 +106,36 @@ |
102 | box-sizing: border-box; | 106 | box-sizing: border-box; |
103 | padding: 20px; | 107 | padding: 20px; |
104 | margin-top: 10px; | 108 | margin-top: 10px; |
109 | margin-bottom: 50px; | ||
105 | } | 110 | } |
106 | .progressBar_con { | 111 | .progressBar_con { |
107 | text-align: center; | 112 | text-align: center; |
108 | } | 113 | } |
114 | /* ---------------业务名称title----------------------- */ | ||
115 | .name_title { | ||
116 | padding: 10px; | ||
117 | margin-top: 15px; | ||
118 | } | ||
119 | .name_title h2 { | ||
120 | display: inline-block; | ||
121 | margin-right: 10px; | ||
122 | height: 16px; | ||
123 | line-height: 16px; | ||
124 | color: #4A4A4A; | ||
125 | line-height: 16px; | ||
126 | position: relative; | ||
127 | width: 50px; | ||
128 | } | ||
129 | .name_title h2::after { | ||
130 | position: absolute; | ||
131 | content: ""; | ||
132 | width: 1px; | ||
133 | height: 12px; | ||
134 | background-color: #9B9B9B; | ||
135 | right: -7px; | ||
136 | top: 2px; | ||
137 | } | ||
138 | .name_title p { | ||
139 | display: inline-block; | ||
140 | color: #4A4A4A | ||
141 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
... | @@ -37,6 +37,9 @@ | ... | @@ -37,6 +37,9 @@ |
37 | .activeing { | 37 | .activeing { |
38 | background-color: #47E1BF!important; | 38 | background-color: #47E1BF!important; |
39 | } | 39 | } |
40 | .activeingtext { | ||
41 | color: #47E1BF!important; | ||
42 | } | ||
40 | .active { | 43 | .active { |
41 | background-color: #47E1BF!important; | 44 | background-color: #47E1BF!important; |
42 | position: relative; | 45 | position: relative; | ... | ... |
... | @@ -4,26 +4,9 @@ | ... | @@ -4,26 +4,9 @@ |
4 | min-height:calc(100vh - 207px); | 4 | min-height:calc(100vh - 207px); |
5 | color: #4a4a4a; | 5 | color: #4a4a4a; |
6 | } | 6 | } |
7 | .name_title { | ||
8 | padding: 10px; | ||
9 | margin:15px 0; | ||
10 | } | ||
11 | .name_title h2 { | ||
12 | display: inline-block; | ||
13 | font-weight: 600; | ||
14 | margin-right: 10px; | ||
15 | border-left: 3px solid #0091FF; | ||
16 | height: 16px; | ||
17 | line-height: 16px; | ||
18 | padding-left: 5px; | ||
19 | } | ||
20 | .name_title p { | ||
21 | display: inline-block; | ||
22 | color: #0091FF; | ||
23 | } | ||
24 | .next_button { | 7 | .next_button { |
25 | text-align: center; | 8 | text-align: center; |
26 | margin: 10px 0; | 9 | margin: 50px 0; |
27 | } | 10 | } |
28 | .nav_title { | 11 | .nav_title { |
29 | padding: 10px 0 10px 10px; | 12 | padding: 10px 0 10px 10px; | ... | ... |
... | @@ -4,29 +4,11 @@ | ... | @@ -4,29 +4,11 @@ |
4 | min-height:calc(100vh - 207px); | 4 | min-height:calc(100vh - 207px); |
5 | color: #4a4a4a; | 5 | color: #4a4a4a; |
6 | } | 6 | } |
7 | .name_title { | ||
8 | padding: 10px; | ||
9 | margin:15px 0; | ||
10 | } | ||
11 | .name_title h2 { | ||
12 | display: inline-block; | ||
13 | font-weight: 600; | ||
14 | margin-right: 10px; | ||
15 | border-left: 3px solid #0091FF; | ||
16 | height: 16px; | ||
17 | line-height: 16px; | ||
18 | padding-left: 5px; | ||
19 | } | ||
20 | .name_title p { | ||
21 | display: inline-block; | ||
22 | color: #0091FF; | ||
23 | } | ||
24 | .audit_progress { | 7 | .audit_progress { |
25 | margin: 20px 0; | 8 | margin: 36px 0; |
26 | } | 9 | } |
27 | .audit_progress h2 { | 10 | .audit_progress h2 { |
28 | font-size: 16px; | 11 | font-size: 16px; |
29 | font-weight: 600; | ||
30 | line-height: 16px; | 12 | line-height: 16px; |
31 | text-align: center; | 13 | text-align: center; |
32 | color: #6D7278; | 14 | color: #6D7278; | ... | ... |
... | @@ -178,24 +178,7 @@ | ... | @@ -178,24 +178,7 @@ |
178 | } | 178 | } |
179 | .next_button { | 179 | .next_button { |
180 | text-align: center; | 180 | text-align: center; |
181 | margin: 30px 0 100px 0; | 181 | margin: 50px 0; |
182 | } | ||
183 | .name_title { | ||
184 | padding: 10px; | ||
185 | margin:15px 0; | ||
186 | } | ||
187 | .name_title h2 { | ||
188 | display: inline-block; | ||
189 | font-weight: 600; | ||
190 | margin-right: 10px; | ||
191 | border-left: 3px solid #0091FF; | ||
192 | height: 16px; | ||
193 | line-height: 16px; | ||
194 | padding-left: 5px; | ||
195 | } | ||
196 | .name_title p { | ||
197 | display: inline-block; | ||
198 | color: #0091FF; | ||
199 | } | 182 | } |
200 | /* 房屋信息 */ | 183 | /* 房屋信息 */ |
201 | .acceptance_information { | 184 | .acceptance_information { | ... | ... |
... | @@ -3,26 +3,10 @@ | ... | @@ -3,26 +3,10 @@ |
3 | margin: 0 auto; | 3 | margin: 0 auto; |
4 | color: #4a4a4a; | 4 | color: #4a4a4a; |
5 | } | 5 | } |
6 | .name_title { | 6 | |
7 | padding: 10px; | ||
8 | margin:15px 0; | ||
9 | } | ||
10 | .name_title h2 { | ||
11 | display: inline-block; | ||
12 | font-weight: 600; | ||
13 | margin-right: 10px; | ||
14 | border-left: 3px solid #0091FF; | ||
15 | height: 16px; | ||
16 | line-height: 16px; | ||
17 | padding-left: 5px; | ||
18 | } | ||
19 | .name_title p { | ||
20 | display: inline-block; | ||
21 | color: #0091FF; | ||
22 | } | ||
23 | .next_button { | 7 | .next_button { |
24 | text-align: center; | 8 | text-align: center; |
25 | margin: 30px 0 100px 0; | 9 | margin: 50px 0; |
26 | } | 10 | } |
27 | .no_info { | 11 | .no_info { |
28 | text-align: center; | 12 | text-align: center; | ... | ... |
... | @@ -4,30 +4,14 @@ | ... | @@ -4,30 +4,14 @@ |
4 | min-height:calc(100vh - 207px); | 4 | min-height:calc(100vh - 207px); |
5 | color: #4a4a4a; | 5 | color: #4a4a4a; |
6 | } | 6 | } |
7 | .name_title { | ||
8 | padding: 10px; | ||
9 | margin:15px 0; | ||
10 | } | ||
11 | .name_title h2 { | ||
12 | display: inline-block; | ||
13 | font-weight: 600; | ||
14 | margin-right: 10px; | ||
15 | border-left: 3px solid #0091FF; | ||
16 | height: 16px; | ||
17 | line-height: 16px; | ||
18 | padding-left: 5px; | ||
19 | } | ||
20 | .name_title p { | ||
21 | display: inline-block; | ||
22 | color: #0091FF; | ||
23 | } | ||
24 | .next_button { | 7 | .next_button { |
25 | text-align: center; | 8 | text-align: center; |
26 | margin: 50px 0 100px 0; | 9 | margin: 50px 0; |
27 | } | 10 | } |
28 | 11 | ||
29 | .audit_progress { | 12 | .audit_progress { |
30 | text-align: center; | 13 | text-align: center; |
14 | margin: 50px 0; | ||
31 | } | 15 | } |
32 | .audit_progress h2 { | 16 | .audit_progress h2 { |
33 | font-size: 16px; | 17 | font-size: 16px; |
... | @@ -95,7 +79,7 @@ | ... | @@ -95,7 +79,7 @@ |
95 | display: inline-block; | 79 | display: inline-block; |
96 | } | 80 | } |
97 | .acceptance_process ul li:not(:last-child) { | 81 | .acceptance_process ul li:not(:last-child) { |
98 | margin-right: 250px; | 82 | margin-right: 236px; |
99 | } | 83 | } |
100 | .acceptance_process ul li .date { | 84 | .acceptance_process ul li .date { |
101 | text-align: center; | 85 | text-align: center; |
... | @@ -107,6 +91,8 @@ | ... | @@ -107,6 +91,8 @@ |
107 | border: 2px solid #2FA5FF; | 91 | border: 2px solid #2FA5FF; |
108 | border-radius: 18px; | 92 | border-radius: 18px; |
109 | margin: 10px auto; | 93 | margin: 10px auto; |
94 | background-color: #ffffff; | ||
95 | overflow: hidden; | ||
110 | } | 96 | } |
111 | .acceptance_process ul li h5 { | 97 | .acceptance_process ul li h5 { |
112 | text-align: center; | 98 | text-align: center; | ... | ... |
... | @@ -87,6 +87,10 @@ function successResult() { | ... | @@ -87,6 +87,10 @@ function successResult() { |
87 | title: '<p class="system_prompt successInfo">房屋状态:正常</p>', | 87 | title: '<p class="system_prompt successInfo">房屋状态:正常</p>', |
88 | area: ['370px', '335px'], | 88 | area: ['370px', '335px'], |
89 | scrollbar: false, | 89 | scrollbar: false, |
90 | btn:['下一步'], | ||
91 | yes : function() { | ||
92 | window.location.href="./tbxx.html"; | ||
93 | }, | ||
90 | content:'<ul class="dialog_con">' | 94 | content:'<ul class="dialog_con">' |
91 | + '<li><span>姓名:</span>任超</li>' | 95 | + '<li><span>姓名:</span>任超</li>' |
92 | + '<li><span>身份证号:</span>610124193335522</li>' | 96 | + '<li><span>身份证号:</span>610124193335522</li>' |
... | @@ -107,6 +111,7 @@ function seizureResult() { | ... | @@ -107,6 +111,7 @@ function seizureResult() { |
107 | title: '<p class="system_prompt seizureInfo">房屋状态:正常</p>', | 111 | title: '<p class="system_prompt seizureInfo">房屋状态:正常</p>', |
108 | area: ['370px', '335px'], | 112 | area: ['370px', '335px'], |
109 | scrollbar: false, | 113 | scrollbar: false, |
114 | btn:['下一步'], | ||
110 | content:'<ul class="dialog_con">' | 115 | content:'<ul class="dialog_con">' |
111 | + '<li><span>姓名:</span>任超</li>' | 116 | + '<li><span>姓名:</span>任超</li>' |
112 | + '<li><span>身份证号:</span>610124193335522</li>' | 117 | + '<li><span>身份证号:</span>610124193335522</li>' | ... | ... |
... | @@ -23,10 +23,12 @@ | ... | @@ -23,10 +23,12 @@ |
23 | </div> | 23 | </div> |
24 | </div> | 24 | </div> |
25 | <div class="content_box"> | 25 | <div class="content_box"> |
26 | <div class="name_title layui-bg-gray"> | 26 | <div class="name_title"> |
27 | <h2>转移类</h2> | 27 | <h2>转移类</h2> |
28 | <p>商品房转移买卖转移登记</p> | 28 | <p>商品房转移买卖转移登记</p> |
29 | </div> | 29 | </div> |
30 | |||
31 | <div class="content_area"> | ||
30 | <div class="progressBar"> | 32 | <div class="progressBar"> |
31 | <ul class="app_progress" id="app_progress"> | 33 | <ul class="app_progress" id="app_progress"> |
32 | </ul> | 34 | </ul> |
... | @@ -136,7 +138,7 @@ | ... | @@ -136,7 +138,7 @@ |
136 | <h5>申请</h5> | 138 | <h5>申请</h5> |
137 | <p class="result"> | 139 | <p class="result"> |
138 | <span>已提交</span> | 140 | <span>已提交</span> |
139 | <a>询问笔录</a> | 141 | <a>详细信息</a> |
140 | </p> | 142 | </p> |
141 | <div class="line"></div> | 143 | <div class="line"></div> |
142 | </li> | 144 | </li> |
... | @@ -171,6 +173,7 @@ | ... | @@ -171,6 +173,7 @@ |
171 | </ul> | 173 | </ul> |
172 | </div> | 174 | </div> |
173 | </div> | 175 | </div> |
176 | </div> | ||
174 | </body> | 177 | </body> |
175 | <script type="text/javascript" src="../staticJs/common.js"></script> | 178 | <script type="text/javascript" src="../staticJs/common.js"></script> |
176 | <script type="text/javascript" src="../staticJs/down.js"></script> | 179 | <script type="text/javascript" src="../staticJs/down.js"></script> |
... | @@ -188,8 +191,8 @@ | ... | @@ -188,8 +191,8 @@ |
188 | {{# } }} | 191 | {{# } }} |
189 | {{# if(item.stepState==1){ }} | 192 | {{# if(item.stepState==1){ }} |
190 | <li class="item_proress"> | 193 | <li class="item_proress"> |
191 | <p class="active"></p> | 194 | <p class="activeing"></p> |
192 | <h5>{{item.stepName}}</h5> | 195 | <h5 class="activeingtext">{{item.stepName}}</h5> |
193 | </li> | 196 | </li> |
194 | {{# if(index!=(d.progressList.length-1)){ }} | 197 | {{# if(index!=(d.progressList.length-1)){ }} |
195 | <li class="layui-progress"> | 198 | <li class="layui-progress"> | ... | ... |
... | @@ -18,15 +18,16 @@ | ... | @@ -18,15 +18,16 @@ |
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.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> |
24 | </div> | 24 | </div> |
25 | <div class="content_box"> | 25 | <div class="content_box"> |
26 | <div class="name_title layui-bg-gray"> | 26 | <div class="name_title"> |
27 | <h2>转移类</h2> | 27 | <h2>转移类</h2> |
28 | <p>商品房转移买卖转移登记</p> | 28 | <p>商品房转移买卖转移登记</p> |
29 | </div> | 29 | </div> |
30 | <div class="content_area"> | ||
30 | <div class="progressBar"> | 31 | <div class="progressBar"> |
31 | <ul class="app_progress" id="app_progress"> | 32 | <ul class="app_progress" id="app_progress"> |
32 | </ul> | 33 | </ul> |
... | @@ -49,6 +50,7 @@ | ... | @@ -49,6 +50,7 @@ |
49 | </button> | 50 | </button> |
50 | </div> | 51 | </div> |
51 | </div> | 52 | </div> |
53 | </div> | ||
52 | </body> | 54 | </body> |
53 | <script type="text/javascript" src="../staticJs/common.js"></script> | 55 | <script type="text/javascript" src="../staticJs/common.js"></script> |
54 | <script type="text/javascript" src="../staticJs/down.js"></script> | 56 | <script type="text/javascript" src="../staticJs/down.js"></script> |
... | @@ -68,7 +70,7 @@ | ... | @@ -68,7 +70,7 @@ |
68 | {{# if(item.stepState==1){ }} | 70 | {{# if(item.stepState==1){ }} |
69 | <li class="item_proress"> | 71 | <li class="item_proress"> |
70 | <p class="activeing"></p> | 72 | <p class="activeing"></p> |
71 | <h5>{{item.stepName}}</h5> | 73 | <h5 class="activeingtext">{{item.stepName}}</h5> |
72 | </li> | 74 | </li> |
73 | {{# if(index!=(d.progressList.length-1)){ }} | 75 | {{# if(index!=(d.progressList.length-1)){ }} |
74 | <li class="layui-progress"> | 76 | <li class="layui-progress"> | ... | ... |
... | @@ -23,10 +23,11 @@ | ... | @@ -23,10 +23,11 @@ |
23 | </div> | 23 | </div> |
24 | </div> | 24 | </div> |
25 | <div class="content_box"> | 25 | <div class="content_box"> |
26 | <div class="name_title layui-bg-gray"> | 26 | <div class="name_title"> |
27 | <h2>转移类</h2> | 27 | <h2>转移类</h2> |
28 | <p> 商品房移买卖登记(个人)</p> | 28 | <p> 商品房移买卖登记(个人)</p> |
29 | </div> | 29 | </div> |
30 | <div class="content_area"> | ||
30 | <div class="progressBar"> | 31 | <div class="progressBar"> |
31 | <ul class="app_progress" id="app_progress"> | 32 | <ul class="app_progress" id="app_progress"> |
32 | </ul> | 33 | </ul> |
... | @@ -249,6 +250,7 @@ | ... | @@ -249,6 +250,7 @@ |
249 | </form> | 250 | </form> |
250 | </div> | 251 | </div> |
251 | </div> | 252 | </div> |
253 | </div> | ||
252 | </body> | 254 | </body> |
253 | <script type="text/javascript" src="../staticJs/common.js"></script> | 255 | <script type="text/javascript" src="../staticJs/common.js"></script> |
254 | <script type="text/javascript" src="../staticJs/down.js"></script> | 256 | <script type="text/javascript" src="../staticJs/down.js"></script> |
... | @@ -274,7 +276,7 @@ | ... | @@ -274,7 +276,7 @@ |
274 | {{# if(item.stepState==1){ }} | 276 | {{# if(item.stepState==1){ }} |
275 | <li class="item_proress"> | 277 | <li class="item_proress"> |
276 | <p class="activeing"></p> | 278 | <p class="activeing"></p> |
277 | <h5>{{item.stepName}}</h5> | 279 | <h5 class="activeingtext">{{item.stepName}}</h5> |
278 | </li> | 280 | </li> |
279 | {{# if(index!=(d.progressList.length-1)){ }} | 281 | {{# if(index!=(d.progressList.length-1)){ }} |
280 | <li class="layui-progress"> | 282 | <li class="layui-progress"> | ... | ... |
... | @@ -18,15 +18,17 @@ | ... | @@ -18,15 +18,17 @@ |
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.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> |
24 | </div> | 24 | </div> |
25 | <div class="content_box"> | 25 | <div class="content_box"> |
26 | <div class="name_title layui-bg-gray"> | 26 | <div class="name_title"> |
27 | <h2>转移类</h2> | 27 | <h2>转移类</h2> |
28 | <p>商品房转移买卖转移登记</p> | 28 | <p>商品房转移买卖转移登记</p> |
29 | </div> | 29 | </div> |
30 | |||
31 | <div class="content_area"> | ||
30 | <div class="progressBar"> | 32 | <div class="progressBar"> |
31 | <ul class="app_progress" id="app_progress"> | 33 | <ul class="app_progress" id="app_progress"> |
32 | </ul> | 34 | </ul> |
... | @@ -134,6 +136,7 @@ | ... | @@ -134,6 +136,7 @@ |
134 | </button> | 136 | </button> |
135 | </div> | 137 | </div> |
136 | </div> | 138 | </div> |
139 | </div> | ||
137 | </body> | 140 | </body> |
138 | <script type="text/javascript" src="../staticJs/common.js"></script> | 141 | <script type="text/javascript" src="../staticJs/common.js"></script> |
139 | <script type="text/javascript" src="../staticJs/down.js"></script> | 142 | <script type="text/javascript" src="../staticJs/down.js"></script> |
... | @@ -152,7 +155,7 @@ | ... | @@ -152,7 +155,7 @@ |
152 | {{# if(item.stepState==1){ }} | 155 | {{# if(item.stepState==1){ }} |
153 | <li class="item_proress"> | 156 | <li class="item_proress"> |
154 | <p class="activeing"></p> | 157 | <p class="activeing"></p> |
155 | <h5>{{item.stepName}}</h5> | 158 | <h5 class="activeingtext">{{item.stepName}}</h5> |
156 | </li> | 159 | </li> |
157 | {{# if(index!=(d.progressList.length-1)){ }} | 160 | {{# if(index!=(d.progressList.length-1)){ }} |
158 | <li class="layui-progress"> | 161 | <li class="layui-progress"> | ... | ... |
... | @@ -18,15 +18,17 @@ | ... | @@ -18,15 +18,17 @@ |
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.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> |
24 | </div> | 24 | </div> |
25 | <div class="content_box"> | 25 | <div class="content_box"> |
26 | <div class="name_title layui-bg-gray"> | 26 | <div class="name_title"> |
27 | <h2>转移类</h2> | 27 | <h2>转移类</h2> |
28 | <p>商品房转移买卖转移登记</p> | 28 | <p>商品房转移买卖转移登记</p> |
29 | </div> | 29 | </div> |
30 | |||
31 | <div class="content_area"> | ||
30 | <div class="progressBar"> | 32 | <div class="progressBar"> |
31 | <ul class="app_progress" id="app_progress"> | 33 | <ul class="app_progress" id="app_progress"> |
32 | </ul> | 34 | </ul> |
... | @@ -95,7 +97,7 @@ | ... | @@ -95,7 +97,7 @@ |
95 | </div> | 97 | </div> |
96 | </div> | 98 | </div> |
97 | </div> | 99 | </div> |
98 | 100 | </div> | |
99 | <!-- ------------------支付成功----------------- --> | 101 | <!-- ------------------支付成功----------------- --> |
100 | </div> | 102 | </div> |
101 | </body> | 103 | </body> |
... | @@ -116,7 +118,7 @@ | ... | @@ -116,7 +118,7 @@ |
116 | {{# if(item.stepState==1){ }} | 118 | {{# if(item.stepState==1){ }} |
117 | <li class="item_proress"> | 119 | <li class="item_proress"> |
118 | <p class="activeing"></p> | 120 | <p class="activeing"></p> |
119 | <h5>{{item.stepName}}</h5> | 121 | <h5 class="activeingtext">{{item.stepName}}</h5> |
120 | </li> | 122 | </li> |
121 | {{# if(index!=(d.progressList.length-1)){ }} | 123 | {{# if(index!=(d.progressList.length-1)){ }} |
122 | <li class="layui-progress"> | 124 | <li class="layui-progress"> | ... | ... |
... | @@ -90,7 +90,7 @@ | ... | @@ -90,7 +90,7 @@ |
90 | {{# if(item.stepState==1){ }} | 90 | {{# if(item.stepState==1){ }} |
91 | <li class="item_proress"> | 91 | <li class="item_proress"> |
92 | <p class="activeing"></p> | 92 | <p class="activeing"></p> |
93 | <h5>{{item.stepName}}</h5> | 93 | <h5 class="activeingtext">{{item.stepName}}</h5> |
94 | </li> | 94 | </li> |
95 | {{# if(index!=(d.progressList.length-1)){ }} | 95 | {{# if(index!=(d.progressList.length-1)){ }} |
96 | <li class="layui-progress"> | 96 | <li class="layui-progress"> | ... | ... |
... | @@ -18,7 +18,7 @@ | ... | @@ -18,7 +18,7 @@ |
18 | <span class="layui-breadcrumb"> | 18 | <span class="layui-breadcrumb"> |
19 | <a href="../index.html" title="首页">首页</a> | 19 | <a href="../index.html" title="首页">首页</a> |
20 | <a href="./grzx.html" title="个人中心">个人中心</a> | 20 | <a href="./grzx.html" title="个人中心">个人中心</a> |
21 | <a title="我的预约"><cite>我的预约</cite></a> | 21 | <a title="选择区域"><cite>选择区域</cite></a> |
22 | </span> | 22 | </span> |
23 | </div> | 23 | </div> |
24 | </div> | 24 | </div> |
... | @@ -36,7 +36,7 @@ | ... | @@ -36,7 +36,7 @@ |
36 | </div> | 36 | </div> |
37 | <li> | 37 | <li> |
38 | <p class="activeing"></p> | 38 | <p class="activeing"></p> |
39 | <h5> | 39 | <h5 class="activeingtext"> |
40 | 选择区域 | 40 | 选择区域 |
41 | </h5> | 41 | </h5> |
42 | </li> | 42 | </li> | ... | ... |
... | @@ -18,7 +18,7 @@ | ... | @@ -18,7 +18,7 @@ |
18 | <span class="layui-breadcrumb"> | 18 | <span class="layui-breadcrumb"> |
19 | <a href="../index.html" title="首页">首页</a> | 19 | <a href="../index.html" title="首页">首页</a> |
20 | <a href="./grzx.html" title="个人中心">个人中心</a> | 20 | <a href="./grzx.html" title="个人中心">个人中心</a> |
21 | <a title="我的预约"><cite>我的预约</cite></a> | 21 | <a title="预约结果"><cite>预约结果</cite></a> |
22 | </span> | 22 | </span> |
23 | </div> | 23 | </div> |
24 | </div> | 24 | </div> |
... | @@ -55,7 +55,7 @@ | ... | @@ -55,7 +55,7 @@ |
55 | </div> | 55 | </div> |
56 | <li> | 56 | <li> |
57 | <p class="activeing"></p> | 57 | <p class="activeing"></p> |
58 | <h5> | 58 | <h5 class="activeingtext"> |
59 | 预约结果 | 59 | 预约结果 |
60 | </h5> | 60 | </h5> |
61 | </li> | 61 | </li> | ... | ... |
... | @@ -21,7 +21,7 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD | ... | @@ -21,7 +21,7 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD |
21 | <span class="layui-breadcrumb"> | 21 | <span class="layui-breadcrumb"> |
22 | <a href="../index.html" title="首页">首页</a> | 22 | <a href="../index.html" title="首页">首页</a> |
23 | <a href="./grzx.html" title="个人中心">个人中心</a> | 23 | <a href="./grzx.html" title="个人中心">个人中心</a> |
24 | <a title="我的预约"><cite>我的预约</cite></a> | 24 | <a title="预约时间"><cite>预约时间</cite></a> |
25 | </span> | 25 | </span> |
26 | </div> | 26 | </div> |
27 | </div> | 27 | </div> |
... | @@ -49,7 +49,7 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD | ... | @@ -49,7 +49,7 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD |
49 | </div> | 49 | </div> |
50 | <li> | 50 | <li> |
51 | <p class="activeing"></p> | 51 | <p class="activeing"></p> |
52 | <h5> | 52 | <h5 class="activeingtext"> |
53 | 预约时间 | 53 | 预约时间 |
54 | </h5> | 54 | </h5> |
55 | </li> | 55 | </li> | ... | ... |
... | @@ -21,7 +21,7 @@ | ... | @@ -21,7 +21,7 @@ |
21 | <span class="layui-breadcrumb"> | 21 | <span class="layui-breadcrumb"> |
22 | <a href="../index.html" title="首页">首页</a> | 22 | <a href="../index.html" title="首页">首页</a> |
23 | <a href="./grzx.html" title="个人中心">个人中心</a> | 23 | <a href="./grzx.html" title="个人中心">个人中心</a> |
24 | <a title="我的预约"><cite>我的预约</cite></a> | 24 | <a title="我的预约"><cite>预约须知</cite></a> |
25 | </span> | 25 | </span> |
26 | </div> | 26 | </div> |
27 | </div> | 27 | </div> |
... | @@ -30,7 +30,7 @@ | ... | @@ -30,7 +30,7 @@ |
30 | <ul class="app_progress"> | 30 | <ul class="app_progress"> |
31 | <li> | 31 | <li> |
32 | <p class="activeing"></p> | 32 | <p class="activeing"></p> |
33 | <h5> | 33 | <h5 class="activeingtext"> |
34 | 预约须知 | 34 | 预约须知 |
35 | </h5> | 35 | </h5> |
36 | </li> | 36 | </li> | ... | ... |
... | @@ -18,15 +18,16 @@ | ... | @@ -18,15 +18,16 @@ |
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.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> |
24 | </div> | 24 | </div> |
25 | <div class="content_box"> | 25 | <div class="content_box"> |
26 | <div class="name_title layui-bg-gray"> | 26 | <div class="name_title"> |
27 | <h2>转移类</h2> | 27 | <h2>转移类</h2> |
28 | <p>商品房转移买卖转移登记</p> | 28 | <p>商品房转移买卖转移登记</p> |
29 | </div> | 29 | </div> |
30 | <div class="content_area"> | ||
30 | <div class="progressBar"> | 31 | <div class="progressBar"> |
31 | <ul class="app_progress" id="app_progress"> | 32 | <ul class="app_progress" id="app_progress"> |
32 | </ul> | 33 | </ul> |
... | @@ -162,6 +163,7 @@ | ... | @@ -162,6 +163,7 @@ |
162 | </button> | 163 | </button> |
163 | </div> | 164 | </div> |
164 | </div> | 165 | </div> |
166 | </div> | ||
165 | </body> | 167 | </body> |
166 | <script type="text/javascript" src="../staticJs/common.js"></script> | 168 | <script type="text/javascript" src="../staticJs/common.js"></script> |
167 | <script type="text/javascript" src="../staticJs/down.js"></script> | 169 | <script type="text/javascript" src="../staticJs/down.js"></script> |
... | @@ -180,7 +182,7 @@ | ... | @@ -180,7 +182,7 @@ |
180 | {{# if(item.stepState==1){ }} | 182 | {{# if(item.stepState==1){ }} |
181 | <li class="item_proress"> | 183 | <li class="item_proress"> |
182 | <p class="activeing"></p> | 184 | <p class="activeing"></p> |
183 | <h5>{{item.stepName}}</h5> | 185 | <h5 class="activeingtext">{{item.stepName}}</h5> |
184 | </li> | 186 | </li> |
185 | {{# if(index!=(d.progressList.length-1)){ }} | 187 | {{# if(index!=(d.progressList.length-1)){ }} |
186 | <li class="layui-progress"> | 188 | <li class="layui-progress"> | ... | ... |
-
Please register or sign in to post a comment