1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- body {
- min-width: auto;
- font-size: .24rem;
- }
- @media only screen and (min-width: 1200px) {
- body {
- min-width: 1200px;
- }
- .verify_logo {
- width: 350px;
- display: block;
- }
- .verify-body {
- width: 350px;
- margin: 0 auto;
- text-align: center;
- padding: 134px 0;
- }
- }
- @media only screen and (max-width: 1200px) {
- .verify_logo {
- width: 7rem;
- display: block;
- }
- .verify-body {
- width: 7rem;
- margin: 0 auto;
- text-align: center;
- padding: 2.38rem 0 0 0;
- }
- #antiimg {
- width: 100%;
- }
- }
- .logo img {
- width: 74px;
- }
- .j-wx-code > .code-wxm > img {
- width: 200px;
- height: 200px;
- margin-top: -5px;
- }
- .j-wx-code > .code-bottom > img {
- position: absolute;
- left: 280px;
- top: 88px;
- -webkit-animation: codeWxMove 10s linear both;
- -moz-animation: codeWxMove 10s linear both;
- -o-animation: codeWxMove 10s linear both;
- animation: codeWxMove 10s linear both;
- -webkit-animation-fill-mode: forwards;
- -moz-animation-fill-mode: forwards;
- -o-animation-fill-mode: forwards;
- animation-fill-mode: forwards
- }
- #antiVerify > div:first-child {
- display: none;
- }
- #antiVerify > div:nth-child(2) {
- max-width: 360px !important;
- margin: 0 auto !important;
- position: unset !important;
- top: unset !important;
- left: unset !important;
- z-index: unset !important;
- transform:unset !important;
- }
- #antiVerify > div:nth-child(2) > div:nth-child(1),
- #antiVerify > div:nth-child(2) > div:nth-child(2),
- #antiVerify > div:nth-child(2) > div:nth-child(1) > img {
- max-width: 360px !important;
- }
|