index.scss
439 Bytes
@import "common/common", "module/saunter", "module/tag", "module/ps", "module/template";
//恢复样式覆盖
b {
font-weight: bold;
}
em {
font-style: italic;
}
//登录提示
.login-tip {
display: none;
position: fixed;
z-index: 1000;
height: 60px;
line-height: 60px;
text-align: center;
width: 140px;
font-weight: bold;
background-color: #ccc;
opacity: 0.7;
filter: Alpha(opacity=70);
@include border-radius(10px);
}