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
b1c666f5
authored
2021-02-03 11:40:51 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:首页
1 parent
7b17b25e
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
1 deletions
staticCss/pageHome.css
staticImages/code1.png
staticImages/code2.png
staticJs/pageHome.js
staticCss/pageHome.css
View file @
b1c666f
...
...
@@ -573,6 +573,7 @@ div.c_five ul li a img {
width
:
440px
;
float
:
left
;
margin-right
:
55px
;
margin-top
:
-2px
;
}
.public-announcement
ul
:nth-of-type
(
1
)
{
padding-bottom
:
10px
;
...
...
staticImages/code1.png
View file @
b1c666f
49.5 KB
|
W:
|
H:
10.6 KB
|
W:
|
H:
2-up
Swipe
Onion skin
staticImages/code2.png
View file @
b1c666f
68.5 KB
|
W:
|
H:
10.8 KB
|
W:
|
H:
2-up
Swipe
Onion skin
staticJs/pageHome.js
View file @
b1c666f
...
...
@@ -49,7 +49,7 @@ function initData() {
}
else
{
$
(
'.news-img'
).
attr
(
'src'
,
'/staticImages/default-news.png'
);
}
$
(
document
).
on
(
"mouseover"
,
".news-module-box .
.
hotspot-list li"
,
function
(
e
)
{
$
(
document
).
on
(
"mouseover"
,
".news-module-box .hotspot-list li"
,
function
(
e
)
{
if
(
$
(
this
).
attr
(
'url'
))
{
$
(
'.news-img'
).
attr
(
'src'
,
$
(
this
).
attr
(
'url'
));
}
else
{
...
...
Please
register
or
sign in
to post a comment