mock平台

ErrMsg.scss 267B

123456789101112131415161718192021
  1. .err-msg {
  2. text-align: center;
  3. font-size: .14rem;
  4. line-height: 2;
  5. margin-bottom: .24rem;
  6. color: rgba(13, 27, 62, 0.43);
  7. .icon {
  8. font-size: .6rem;
  9. margin-bottom: .08rem;
  10. }
  11. .title {
  12. font-size: .18rem;
  13. }
  14. .desc {
  15. }
  16. .opration {
  17. }
  18. }