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
679e5c78
authored
2021-01-11 10:19:08 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:我的业务
1 parent
86cb40d0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
staticCss/grzx.css
staticCss/wdyw.css
staticJs/wdyw.js
staticCss/grzx.css
View file @
679e5c7
...
...
@@ -42,8 +42,8 @@
.business_module
{
margin-top
:
30px
;
overflow
:
hidden
;
margin-left
:
-2
5
px
;
margin-right
:
-2
5
px
;
margin-left
:
-2
0
px
;
margin-right
:
-2
0
px
;
}
.business_module
li
{
width
:
25%
;
...
...
@@ -53,7 +53,7 @@
float
:
left
;
margin-bottom
:
30px
;
box-sizing
:
border-box
;
padding
:
0
2
5
px
;
padding
:
0
2
0
px
;
}
.business_module
li
img
{
width
:
70px
;
...
...
staticCss/wdyw.css
View file @
679e5c7
...
...
@@ -270,6 +270,7 @@
content
:
''
;
background-color
:
#FFFFFF
;
z-index
:
10
;
}
.arrow0
:before
{
border-color
:
#25BEFF
;
...
...
staticJs/wdyw.js
View file @
679e5c7
...
...
@@ -4,6 +4,8 @@ layui.use('element', function () {
element
.
on
(
'nav(demo)'
,
function
(
elem
)
{
layer
.
msg
(
elem
.
text
());
});
$
(
'.arrowList p'
).
css
(
"opacity"
,
0
);
$
(
'.arrowList p'
).
eq
(
0
).
css
(
"opacity"
,
1
);
});
$
(
function
()
{
_applyBusinessRecord
()
...
...
Please
register
or
sign in
to post a comment