Showing
1 changed file
with
9 additions
and
0 deletions
1 | @import "common/common", "module/saunter", "module/tag", "module/ps", "module/template"; | 1 | @import "common/common", "module/saunter", "module/tag", "module/ps", "module/template"; |
2 | 2 | ||
3 | +//恢复样式覆盖 | ||
4 | +b { | ||
5 | + font-weight: bold; | ||
6 | +} | ||
7 | + | ||
8 | +em { | ||
9 | + font-style: italic; | ||
10 | +} | ||
11 | + | ||
3 | //登录提示 | 12 | //登录提示 |
4 | .login-tip { | 13 | .login-tip { |
5 | display: none; | 14 | display: none; |
-
Please register or login to post a comment