feat:消息模块的修改
Showing
2 changed files
with
4 additions
and
3 deletions
| ... | @@ -232,7 +232,7 @@ div.c_five ul li a img { | ... | @@ -232,7 +232,7 @@ div.c_five ul li a img { |
| 232 | position: relative; | 232 | position: relative; |
| 233 | } | 233 | } |
| 234 | .news-title .hot-focus { | 234 | .news-title .hot-focus { |
| 235 | margin-right: 100px; | 235 | margin-right: 50px; |
| 236 | } | 236 | } |
| 237 | .news-module-box .item-list li:hover a{ | 237 | .news-module-box .item-list li:hover a{ |
| 238 | color: #0e8ded; | 238 | color: #0e8ded; |
| ... | @@ -252,7 +252,7 @@ div.c_five ul li a img { | ... | @@ -252,7 +252,7 @@ div.c_five ul li a img { |
| 252 | left: 0; | 252 | left: 0; |
| 253 | } | 253 | } |
| 254 | .news-title li:nth-child(2) { | 254 | .news-title li:nth-child(2) { |
| 255 | margin-right: 100px; | 255 | margin-right: 150px; |
| 256 | } | 256 | } |
| 257 | .news-title .hot-focus img{ | 257 | .news-title .hot-focus img{ |
| 258 | width: 19px; | 258 | width: 19px; |
| ... | @@ -651,7 +651,7 @@ div.c_five ul li a img { | ... | @@ -651,7 +651,7 @@ div.c_five ul li a img { |
| 651 | .policies-regulations ul:nth-of-type(1) li:nth-of-type(1) { | 651 | .policies-regulations ul:nth-of-type(1) li:nth-of-type(1) { |
| 652 | font-size: 22px; | 652 | font-size: 22px; |
| 653 | color: #4A4A4A; | 653 | color: #4A4A4A; |
| 654 | margin-right: 25px; | 654 | margin-right: 50px; |
| 655 | position: relative; | 655 | position: relative; |
| 656 | } | 656 | } |
| 657 | .policies-regulations ul:nth-of-type(1) li:nth-of-type(1) img { | 657 | .policies-regulations ul:nth-of-type(1) li:nth-of-type(1) img { | ... | ... |
| ... | @@ -84,6 +84,7 @@ function handleLogin(data) { | ... | @@ -84,6 +84,7 @@ function handleLogin(data) { |
| 84 | appendData(); | 84 | appendData(); |
| 85 | setItem('myCookie', result.data) | 85 | setItem('myCookie', result.data) |
| 86 | $('.loginInfo').html(result.data.username); | 86 | $('.loginInfo').html(result.data.username); |
| 87 | fetchNewsData(getItem('myCookie').userid, 5); | ||
| 87 | layer.closeAll(); | 88 | layer.closeAll(); |
| 88 | } else if (result.code == 210) { | 89 | } else if (result.code == 210) { |
| 89 | layer.msg(result.message); | 90 | layer.msg(result.message); | ... | ... |
-
Please register or sign in to post a comment