123456789101112131415161718192021222324 |
- .page-section {
- margin-top: 100px;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- width: 100%;
- padding: 0 25px;
- box-sizing: border-box;
- }
- .page-body-title {
- font-size: 30px;
- line-height: 100px;
- }
- .page-body-text {
- color: var(--weui-FG-1);
- font-size: 14px;
- line-height: 20px;
- margin: 0 0 50px 0;
- text-align: center;
- }
- .page-body-button {
- width: 100%;
- }
|