fork from bc4552c5a8
This commit is contained in:
20
client/components/ErrMsg/ErrMsg.scss
Normal file
20
client/components/ErrMsg/ErrMsg.scss
Normal file
@@ -0,0 +1,20 @@
|
||||
.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 {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user