Authored by xuqi

解决某些需要的样式被重置的问题

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;