fail.css 587 B

1234567891011121314151617181920212223242526272829303132333435
  1. #faile {
  2. }
  3. #faile .alert {
  4. width: .78rem;
  5. height: .75rem;
  6. margin-top: 1.55rem;
  7. margin-left: 1.47rem;
  8. }
  9. #faile .center {
  10. text-align: center;
  11. margin-top: .1rem;
  12. }
  13. #faile .center .alert_txt {
  14. font-size: .14rem;
  15. color: #000;
  16. opacity:0.8;
  17. font-weight:400;
  18. line-height: .23rem;
  19. }
  20. #faile .btn {
  21. width: 1.73rem;
  22. height: .36rem;
  23. line-height: .36rem;
  24. text-align: center;
  25. margin: .34rem auto;
  26. background: #FFB671;
  27. color: #fff;
  28. font-size: .14rem;
  29. border-radius: .22rem;
  30. }
  31. body {
  32. -webkit-text-size-adjust: 100% ;
  33. }