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
0c462228
authored
2021-01-27 16:26:44 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat:消息模块的修改
1 parent
1940479d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
staticCss/pageHome.css
staticJs/login.js
staticCss/pageHome.css
View file @
0c46222
...
...
@@ -232,7 +232,7 @@ div.c_five ul li a img {
position
:
relative
;
}
.news-title
.hot-focus
{
margin-right
:
10
0px
;
margin-right
:
5
0px
;
}
.news-module-box
.item-list
li
:hover
a
{
color
:
#0e8ded
;
...
...
@@ -252,7 +252,7 @@ div.c_five ul li a img {
left
:
0
;
}
.news-title
li
:nth-child
(
2
)
{
margin-right
:
1
0
0px
;
margin-right
:
1
5
0px
;
}
.news-title
.hot-focus
img
{
width
:
19px
;
...
...
@@ -651,7 +651,7 @@ div.c_five ul li a img {
.policies-regulations
ul
:nth-of-type
(
1
)
li
:nth-of-type
(
1
)
{
font-size
:
22px
;
color
:
#4A4A4A
;
margin-right
:
25
px
;
margin-right
:
50
px
;
position
:
relative
;
}
.policies-regulations
ul
:nth-of-type
(
1
)
li
:nth-of-type
(
1
)
img
{
...
...
staticJs/login.js
View file @
0c46222
...
...
@@ -84,6 +84,7 @@ function handleLogin(data) {
appendData
();
setItem
(
'myCookie'
,
result
.
data
)
$
(
'.loginInfo'
).
html
(
result
.
data
.
username
);
fetchNewsData
(
getItem
(
'myCookie'
).
userid
,
5
);
layer
.
closeAll
();
}
else
if
(
result
.
code
==
210
)
{
layer
.
msg
(
result
.
message
);
...
...
Please
register
or
sign in
to post a comment