404.css 962 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. *{
  2. -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
  3. -moz-tap-highlight-color:rgba(0, 0, 0, 0);
  4. -ms-tap-highlight-color:rgba(0, 0, 0, 0);
  5. -o-tap-highlight-color:rgba(0, 0, 0, 0);
  6. tap-highlight-color:rgba(0, 0, 0, 0);
  7. }
  8. body {
  9. background: #fff;
  10. }
  11. .content{
  12. margin: 0 auto;
  13. margin-top: 12%;
  14. }
  15. .feiji{
  16. text-align: center;
  17. }
  18. .feiji img{
  19. width: 25%;
  20. margin-bottom: 10px;
  21. }
  22. .info{
  23. margin: 0 auto;
  24. margin-top: 40px;
  25. position: relative;
  26. }
  27. .error{
  28. font-size: 24px;
  29. font-weight: bold;
  30. color:#323232;
  31. text-align:center
  32. }
  33. .sorry{
  34. font-size: 14px;
  35. height: 40px;
  36. line-height: 40px;
  37. color:#333333;
  38. text-align:center
  39. }
  40. .countdown{
  41. font-size: 12px;
  42. text-align:center
  43. }
  44. .button{
  45. width: 50%;
  46. height: 40px;
  47. display: block;
  48. font-size: 16px;
  49. line-height: 40px;
  50. text-align: center;
  51. border-radius: 6px;
  52. margin-top: 20px;
  53. color:#969696;
  54. float: left;
  55. text-decoration:none;
  56. }
  57. .cuo{
  58. position: absolute;
  59. top: -24px;
  60. width: 30%;
  61. right: 0;
  62. }