| 12345678910111213141516171819202122 |
- .f404 {
- min-height: 100vh;
- text-align: center;
- p {
- font-size: 16px;
- color: #999;
- }
- :global {
- .van-image {
- margin-top: 100px;
- width: 70%;
- }
- .van-button {
- margin-top: 20px;
- background-color: transparent;
- width: 50%;
- // height: 30px;
- // line-height: 28px;
- }
- }
- }
|