1234567891011121314151617181920212223 |
- .errorBox {
- width: 100%;
- text-align: center;
- padding-top: 150px;
- img {
- width: 532px;
- height: 440px;
- margin: 0 auto;
- }
- .goHome {
- width: 152px;
- height: 48px;
- line-height: 48px;
- font-size: 16px;
- color: #fff;
- text-align: center;
- margin: 0 auto;
- background: #255590;
- border-radius: 8px;
- margin-top: 70px;
- cursor: pointer;
- }
- }
|