yapi/client/components/ErrMsg/ErrMsg.scss
2017-08-23 16:08:26 +08:00

21 lines
267 B
SCSS

.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 {
}
}