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
1dac2b91
authored
2021-02-01 15:38:51 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:办事指南
1 parent
46da844e
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
49 additions
and
6 deletions
staticCss/bszn.css
staticCss/common.css
staticViews/bszn.html
staticCss/bszn.css
View file @
1dac2b9
...
...
@@ -93,6 +93,7 @@
.online_list
li
a
button
{
float
:
right
;
margin-top
:
15px
;
border-radius
:
15px
;
}
.busTabs
{
background
:
#FAFAFA
;
...
...
@@ -152,7 +153,7 @@
}
.area_list_content
{
overflow
:
hidden
;
margin-top
:
2
0
px
;
margin-top
:
2
5
px
;
width
:
100%
;
}
.area_list_content
h2
{
...
...
@@ -210,3 +211,39 @@
white-space
:
nowrap
;
width
:
350px
;
}
.select-city
{
margin-left
:
50px
;
}
.region_title
{
font-size
:
20px
;
color
:
#4A4A4A
;
font-weight
:
700
;
border-bottom
:
2px
solid
#EAEAEA
;
padding-bottom
:
15px
;
position
:
relative
;
margin-bottom
:
25px
;
}
.region_title
img
{
width
:
20px
;
height
:
20px
;
position
:
relative
;
top
:
2px
;
}
.region_title
::after
{
content
:
''
;
position
:
absolute
;
left
:
0
;
bottom
:
-1px
;
width
:
20px
;
height
:
2px
;
background-color
:
#006CFF
;
}
.online-processing
{
background-color
:
#fff
;
border
:
1px
solid
#0F93F6
;
color
:
#0F93F6
;
}
.business-guide
{
color
:
#9B9B9B
;
border
:
1px
solid
#DDDDDD
;
}
\ No newline at end of file
...
...
staticCss/common.css
View file @
1dac2b9
...
...
@@ -33,6 +33,8 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq
/* -----------------底部start----------------------------- */
div
.footer
{
background-color
:
#233042
;
width
:
100%
;
float
:
left
;
}
div
.footer
.system_service
{
width
:
100%
;
...
...
staticViews/bszn.html
View file @
1dac2b9
...
...
@@ -23,6 +23,10 @@
</div>
<!-- 行政区 -->
<div
class=
"selectCity"
>
<div
class=
"region_title"
>
<img
src=
"/staticImages/address.png"
/>
请先选择对应的区域
</div>
<form
class=
"layui-form"
>
<h2
class=
"title"
>
省
</h2>
<div
class=
"layui-inline layui-select-default"
style=
"margin-right: 10px;"
>
...
...
@@ -30,7 +34,7 @@
<option
value=
""
>
选择省
</option>
</select>
</div>
<h2>
市
</h2>
<h2
class=
"select-city"
>
市
</h2>
<div
class=
"layui-inline selected layui-select-default"
>
<select
name=
"city"
class=
"Cselected"
disabled
data-area=
"西安市"
lay-filter=
"selectCity"
>
<option
value=
""
>
选择市
</option>
...
...
@@ -92,11 +96,11 @@
<
span
class
=
"business_name"
>
{{
item
.
bsznListVOS
[
i
].
headline
}}
<
/span
>
<
div
class
=
"itemButton"
>
<
a
class
=
"onlineProcessing"
data
-
id
=
{{
item
.
bsznListVOS
[
i
].
bsmBszn
}}
>
<
button
type
=
"button"
class
=
"layui-btn layui-btn-sm layui-btn-normal"
>
在线办理
<
/button
>
<
button
type
=
"button"
class
=
"layui-btn layui-btn-sm
online-processing
layui-btn-normal"
>
在线办理
<
/button
>
<
/a
>
<
a
href
=
'./businessGuide/{{item.bsznListVOS[i].bsmBszn}}.html'
target
=
"_blank"
>
<
button
type
=
"button"
class
=
"layui-btn layui-btn-primary layui-btn-sm"
>
办事指南
<
/button
>
class
=
"layui-btn layui-btn-primary
business-guide
layui-btn-sm"
>
办事指南
<
/button
>
<
/a
>
<
/div
>
<
/li
>
...
...
@@ -124,10 +128,10 @@
<
span
class
=
"business_name"
>
{{
item
.
bsznListVOS
[
i
].
headline
}}
<
/span
>
<
div
class
=
"itemButton"
>
<
a
href
=
"./yyxz.html"
data
-
id
=
{{
item
.
bsznListVOS
[
i
].
bsmBszn
}}
>
<
button
type
=
"button"
class
=
"layui-btn layui-btn-sm layui-btn-normal"
>
在线办理
<
/button
>
<
button
type
=
"button"
class
=
"layui-btn
online-processing
layui-btn-sm layui-btn-normal"
>
在线办理
<
/button
>
<
/a
>
<
a
href
=
'./businessGuide/{{item.bsznListVOS[i].bsmBszn}}.html'
target
=
"_blank"
>
<
button
type
=
"button"
class
=
"layui-btn layui-btn-primary layui-btn-sm"
>
办事指南
<
/button
>
<
button
type
=
"button"
class
=
"layui-btn
business-guide
layui-btn-primary layui-btn-sm"
>
办事指南
<
/button
>
<
/a
>
<
/div
>
<
/li
>
...
...
Please
register
or
sign in
to post a comment