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
7987f032
authored
2020-11-30 17:17:33 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:网上申请
1 parent
dc67c4e7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
7 deletions
staticCss/wssq.css
staticJs/wssq.js
staticCss/wssq.css
View file @
7987f03
...
...
@@ -29,21 +29,26 @@
.selectCity
.area_list
li
{
display
:
inline-block
;
width
:
100px
;
height
:
32px
;
border-radius
:
3px
;
background-color
:
#01AAED
;
height
:
36px
;
border-radius
:
4px
;
margin-right
:
10px
;
color
:
#fff
;
text-align
:
center
;
line-height
:
3
2
px
;
line-height
:
3
6
px
;
margin-bottom
:
10px
;
cursor
:
pointer
;
background
:
#FFFFFF
;
border-radius
:
4px
;
border
:
1px
solid
#E6E6E6
;
color
:
#6D7278
;
}
.selectCity
.area_list
li
:hover
{
background-color
:
#5FB878
;
color
:
#006CFF
;
border-color
:
#006CFF
;
}
.active1
{
background-color
:
#5FB878
!important
;
.active2
{
color
:
#006CFF
!important
;
border-color
:
#006CFF
!important
;
}
.business
{
padding
:
15px
;
...
...
staticJs/wssq.js
View file @
7987f03
...
...
@@ -13,7 +13,11 @@ $(function () {
}).
extend
({
//设定模块别名
common
:
'cityCommon'
});
$
(
'.area_list li'
).
click
(
function
()
{
$
(
".area_list li"
).
removeClass
(
"active2"
)
$
(
this
).
addClass
(
"active2"
);
})
layui
.
use
([
'form'
,
'common'
],
function
()
{
var
common
=
layui
.
common
,
form
=
layui
.
form
;
...
...
Please
register
or
sign in
to post a comment