default.css 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. body {
  2. min-width: auto;
  3. font-size: .24rem;
  4. }
  5. @media only screen and (min-width: 1200px) {
  6. body {
  7. min-width: 1200px;
  8. }
  9. .verify_logo {
  10. width: 350px;
  11. display: block;
  12. }
  13. .verify-body {
  14. width: 350px;
  15. margin: 0 auto;
  16. text-align: center;
  17. padding: 134px 0;
  18. }
  19. }
  20. @media only screen and (max-width: 1200px) {
  21. .verify_logo {
  22. width: 7rem;
  23. display: block;
  24. }
  25. .verify-body {
  26. width: 7rem;
  27. margin: 0 auto;
  28. text-align: center;
  29. padding: 2.38rem 0 0 0;
  30. }
  31. #antiimg {
  32. width: 100%;
  33. }
  34. }
  35. .logo img {
  36. width: 74px;
  37. }
  38. .j-wx-code > .code-wxm > img {
  39. width: 200px;
  40. height: 200px;
  41. margin-top: -5px;
  42. }
  43. .j-wx-code > .code-bottom > img {
  44. position: absolute;
  45. left: 280px;
  46. top: 88px;
  47. -webkit-animation: codeWxMove 10s linear both;
  48. -moz-animation: codeWxMove 10s linear both;
  49. -o-animation: codeWxMove 10s linear both;
  50. animation: codeWxMove 10s linear both;
  51. -webkit-animation-fill-mode: forwards;
  52. -moz-animation-fill-mode: forwards;
  53. -o-animation-fill-mode: forwards;
  54. animation-fill-mode: forwards
  55. }
  56. #antiVerify > div:first-child {
  57. display: none;
  58. }
  59. #antiVerify > div:nth-child(2) {
  60. max-width: 360px !important;
  61. margin: 0 auto !important;
  62. position: unset !important;
  63. top: unset !important;
  64. left: unset !important;
  65. z-index: unset !important;
  66. transform:unset !important;
  67. }
  68. #antiVerify > div:nth-child(2) > div:nth-child(1),
  69. #antiVerify > div:nth-child(2) > div:nth-child(2),
  70. #antiVerify > div:nth-child(2) > div:nth-child(1) > img {
  71. max-width: 360px !important;
  72. }