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
09694f59
authored
2021-01-07 19:34:56 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:网上申请
1 parent
07f427b0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
3 deletions
staticCss/wssq.css
staticViews/wssq.html
staticCss/wssq.css
View file @
09694f5
...
...
@@ -105,7 +105,13 @@
}
.item_list
.button
{
float
:
right
;
margin-top
:
10px
;
padding-top
:
10px
;
}
.item_list
.button
button
{
float
:
left
;
}
.item_list
.button
a
{
float
:
left
;
}
.button
a
{
color
:
#fff
;
...
...
@@ -132,4 +138,9 @@
border-radius
:
1px
;
top
:
5px
;
background-color
:
#0091FF
;
}
.guide_details
{
display
:
inline-block
;
text-align
:
center
;
margin-left
:
10px
;
}
\ No newline at end of file
...
...
staticViews/wssq.html
View file @
09694f5
...
...
@@ -78,7 +78,9 @@
<
div
class
=
"button"
>
<
button
type
=
"button"
ywid
=
"{{item.classifyList[i].ywid}}"
businessno
=
"{{item.classifyList[i].businessNo}}"
class
=
"layui-btn handleBus layui-btn-normal layui-btn-sm"
>
立即办理
<
/button
>
{{
#
if
(
item
.
classifyList
[
i
].
bsmBszn
){
}}
<
button
type
=
"button"
class
=
"layui-btn layui-btn-primary layui-btn-sm"
>
办事指南
<
/button
>
<
a
href
=
'./businessGuideDeatil.html?id={{item.classifyList[i].bsmBszn}}'
class
=
"guide_details"
target
=
"_blank"
>
<
button
type
=
"button"
class
=
"layui-btn layui-btn-primary layui-btn-sm"
>
办事指南
<
/button
>
<
/a
>
{{
#
}
}}
<
/div
>
<
/li
>
...
...
@@ -104,7 +106,9 @@
<
div
class
=
"button"
>
<
button
type
=
"button"
ywid
=
"{{item.classifyList[i].ywid}}"
businessno
=
"{{item.classifyList[i].businessNo}}"
class
=
"layui-btn handleBus layui-btn-normal layui-btn-sm"
>
立即办理
<
/button
>
{{
#
if
(
item
.
classifyList
[
i
].
bsmBszn
){
}}
<
button
type
=
"button"
class
=
"layui-btn layui-btn-primary layui-btn-sm"
>
办事指南
<
/button
>
<
a
href
=
'./businessGuideDeatil.html?id={{item.classifyList[i].bsmBszn}}'
class
=
"guide_details"
target
=
"_blank"
>
<
button
type
=
"button"
class
=
"layui-btn layui-btn-primary layui-btn-sm"
>
办事指南
<
/button
>
<
/a
>
{{
#
}
}}
<
/div
>
<
/li
>
...
...
Please
register
or
sign in
to post a comment