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
4087a4ee
authored
2020-12-18 16:45:04 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:样式
1 parent
f1a69c21
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
5 deletions
staticCss/wssq.css
staticCss/zxjf.css
staticJs/xzqy.js
staticViews/wssq.html
staticViews/zxjf.html
staticCss/wssq.css
View file @
4087a4e
.online_application
{
min-height
:
calc
(
100vh
-
196px
);
width
:
1200px
;
margin
:
0
auto
;
padding
:
20px
0
;
...
...
staticCss/zxjf.css
View file @
4087a4e
.central_area
{
min-height
:
calc
(
100vh
-
219px
);
margin-top
:
15px
;
}
.layui-tab
{
...
...
staticJs/xzqy.js
View file @
4087a4e
...
...
@@ -9,7 +9,7 @@ $(function () {
var
province
=
undefined
var
city
=
undefined
// 办事大厅
var
jgid
=
'
不夜城
'
var
jgid
=
''
$
(
'.area_list li'
).
click
(
function
()
{
$
(
".area_list li"
).
removeClass
(
"activeRegion"
)
$
(
this
).
addClass
(
"activeRegion"
);
...
...
@@ -111,6 +111,7 @@ $(function () {
};
var
infoWindow
=
new
BMap
.
InfoWindow
(
$
(
this
).
text
(),
opts
);
map
.
openInfoWindow
(
infoWindow
,
point
);
// 开启信息窗口
jgid
=
$
(
this
).
data
(
'id'
)
})
$
(
document
).
on
(
"click"
,
".area_list li"
,
function
(
e
)
{
$
(
".area_list li"
).
removeClass
(
"active2"
)
...
...
staticViews/wssq.html
View file @
4087a4e
...
...
@@ -20,7 +20,7 @@
</span>
</div>
</div>
<div
class=
"online_application"
>
<div
class=
"online_application
middleZoneHeight
"
>
<div
class=
"selectCity"
>
<h2
class=
"region_title"
>
请先选择对应的区域
</h2>
<form
class=
"layui-form"
>
...
...
staticViews/zxjf.html
View file @
4087a4e
...
...
@@ -20,7 +20,7 @@
</div>
</div>
<!-- ----------------------------------内容模块的开始----------------------------------------------- -->
<div
class=
"central_area"
>
<div
class=
"central_area
middleZoneHeight
"
>
<div
class=
"contentBox tab_content"
>
<div
class=
"layui-tab"
>
<ul
class=
"layui-tab-title"
>
...
...
Please
register
or
sign in
to post a comment