0c462228 by 任超

feat:消息模块的修改

1 parent 1940479d
......@@ -232,7 +232,7 @@ div.c_five ul li a img {
position: relative;
}
.news-title .hot-focus {
margin-right: 100px;
margin-right: 50px;
}
.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: 100px;
margin-right: 150px;
}
.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: 25px;
margin-right: 50px;
position: relative;
}
.policies-regulations ul:nth-of-type(1) li:nth-of-type(1) img {
......
......@@ -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);
......