| liangjiabao | 5e1dbd3 | 2025-06-07 16:28:19 +0800 | [diff] [blame^] | 1 | .container { |
| 2 | display: flex; |
| 3 | flex-direction: column; |
| 4 | height: 100vh; |
| 5 | overflow: auto; |
| 6 | background: #f0f2f5; |
| 7 | background-image: url('https://gw.alipayobjects.com/zos/rmsportal/TVYTbAXWheQpRcWDaDMu.svg'); |
| 8 | background-repeat: no-repeat; |
| 9 | background-position: center 110px; |
| 10 | background-size: 100%; |
| 11 | } |
| 12 | |
| 13 | .content { |
| 14 | flex: 1; |
| 15 | padding: 32px 0; |
| 16 | } |
| 17 | |
| 18 | .top { |
| 19 | text-align: center; |
| 20 | } |
| 21 | |
| 22 | .header { |
| 23 | height: 44px; |
| 24 | line-height: 44px; |
| 25 | |
| 26 | .title { |
| 27 | position: relative; |
| 28 | top: 2px; |
| 29 | color: rgba(0, 0, 0, 0.85); |
| 30 | font-weight: 600; |
| 31 | font-size: 33px; |
| 32 | font-family: Avenir, 'Helvetica Neue', Arial, Helvetica, sans-serif; |
| 33 | } |
| 34 | } |
| 35 | |
| 36 | .main { |
| 37 | width: 368px; |
| 38 | margin: 0 auto; |
| 39 | |
| 40 | @media screen and (max-width: 576px) { |
| 41 | width: 95%; |
| 42 | } |
| 43 | |
| 44 | .prefixIcon { |
| 45 | color: rgba(0, 0, 0, 0.25); |
| 46 | } |
| 47 | |
| 48 | .submit { |
| 49 | width: 100%; |
| 50 | margin-top: 24px; |
| 51 | } |
| 52 | } |