yapi/client/components/ErrMsg/ErrMsg.scss
System Administrator 362172ef52 fix: bug修复
2017-09-14 18:19:13 +08:00

21 lines
267 B
SCSS
Executable File

.err-msg {
text-align: center;
font-size: .14rem;
line-height: 2;
margin-bottom: .24rem;
color: rgba(13, 27, 62, 0.43);
.icon {
font-size: .6rem;
margin-bottom: .08rem;
}
.title {
font-size: .18rem;
}
.desc {
}
.opration {
}
}