Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.portalStaticPage
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
03a7c870
authored
2020-11-25 14:16:31 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:样式修改
1 parent
279128b1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
88 additions
and
44 deletions
staticCss/yyws.css
staticJs/yyws.js
staticViews/wshs.html
staticViews/xxjy.html
staticCss/yyws.css
View file @
03a7c87
...
...
@@ -22,10 +22,7 @@
}
.next_button
{
text-align
:
center
;
margin
:
10px
0
;
}
.next_button
a
{
color
:
#ffffff
;
margin
:
30px
0
100px
0
;
}
.no_info
{
text-align
:
center
;
...
...
staticJs/yyws.js
View file @
03a7c87
...
...
@@ -8,4 +8,52 @@ $(function () {
});
addTabs
(
'#wssq'
)
// 业务
// 进度条
var
data
=
{
'progressList'
:
[
{
stepName
:
"信息效验"
,
stepState
:
2
//0:未办理 1:正在办理 2:已办理
},
{
stepName
:
"填报信息"
,
stepState
:
2
},
{
stepName
:
"完税核税"
,
stepState
:
1
},
{
stepName
:
"身份认证"
,
stepState
:
0
},
{
stepName
:
"资料审核"
,
stepState
:
0
},
{
stepName
:
"线上缴费"
,
stepState
:
0
},
{
stepName
:
"生成电子证书"
,
stepState
:
0
}
],
}
layui
.
use
(
'laytpl'
,
function
()
{
laytpl
=
layui
.
laytpl
;
var
getTpl
=
document
.
getElementById
(
'progress'
).
innerHTML
,
view
=
document
.
getElementById
(
'app_progress'
);
laytpl
(
getTpl
).
render
(
data
,
function
(
html
)
{
view
.
innerHTML
=
html
;
});
layui
.
use
([
'element'
],
function
()
{
var
element
=
layui
.
element
;
//初始化动态元素,一些动态生成的元素如果不设置初始化,将不会有默认的动态效果
element
.
init
();
});
});
})
...
...
staticViews/wshs.html
View file @
03a7c87
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<style>
</style>
...
...
@@ -27,42 +26,10 @@
<h2>
转移类
</h2>
<p>
商品房转移买卖转移登记
</p>
</div>
<ul
class=
"app_progress"
>
<li
class=
"selected"
>
<span>
1
</span>
信息效验
</li>
<div
class=
"line"
></div>
<li
class=
"selected"
>
<span>
2
</span>
填报信息
</li>
<div
class=
"line"
></div>
<li
class=
"active"
>
<span>
3
</span>
完税核税
</li>
<div
class=
"line"
></div>
<li>
<span>
4
</span>
身份认证
</li>
<div
class=
"line"
></div>
<li>
<span>
5
</span>
资料审核
</li>
<div
class=
"line"
></div>
<li>
<span>
6
</span>
线上缴费
</li>
<div
class=
"line"
></div>
<li>
<span>
7
</span>
生成电子证书
</li>
</ul>
<div
class=
"progressBar"
>
<ul
class=
"app_progress"
id=
"app_progress"
>
</ul>
</div>
<div
class=
"query_results"
>
<!-- <div class="no_info">
<h2>温馨提示:未检测到完税信息!</h2>
...
...
@@ -198,5 +165,39 @@
<script
type=
"text/javascript"
src=
"../staticJs/common.js"
></script>
<script
type=
"text/javascript"
src=
"../staticJs/down.js"
></script>
<script
type=
"text/javascript"
src=
"../staticJs/yyws.js"
></script>
<script
id=
"progress"
type=
"text/html"
>
{{
#
layui
.
each
(
d
.
progressList
,
function
(
index
,
item
){
}}
{{
#
if
(
item
.
stepState
==
2
){
}}
<
li
class
=
"item_proress"
>
<
p
class
=
"active"
><
/p
>
<
h5
>
{{
item
.
stepName
}}
<
/h5
>
<
/li
>
<
li
class
=
"layui-progress"
>
<
div
class
=
"layui-progress-bar"
lay
-
percent
=
"100%"
><
/div
>
<
/li
>
{{
#
}
}}
{{
#
if
(
item
.
stepState
==
1
){
}}
<
li
class
=
"item_proress"
>
<
p
class
=
"active"
><
/p
>
<
h5
>
{{
item
.
stepName
}}
<
/h5
>
<
/li
>
{{
#
if
(
index
!=
(
d
.
progressList
.
length
-
1
)){
}}
<
li
class
=
"layui-progress"
>
<
div
class
=
"layui-progress-bar"
lay
-
percent
=
"50%"
><
/div
>
<
/li
>
{{
#
}
}}
{{
#
}
}}
{{
#
if
(
item
.
stepState
==
0
){
}}
<
li
class
=
"item_proress"
>
<
p
><
/p
>
<
h5
>
{{
item
.
stepName
}}
<
/h5
>
<
/li
>
{{
#
if
(
index
!=
(
d
.
progressList
.
length
-
1
)){
}}
<
li
class
=
"layui-progress"
>
<
div
class
=
"layui-progress-bar"
lay
-
percent
=
"0%"
><
/div
>
<
/li
>
{{
#
}
}}
{{
#
}
}}
{{
#
});
}}
</script>
</html>
\ No newline at end of file
...
...
staticViews/xxjy.html
View file @
03a7c87
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<style>
</style>
...
...
@@ -236,5 +235,4 @@
{{
#
}
}}
{{
#
});
}}
</script>
</html>
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment