1234567891011121314151617181920212223242526 |
- /* @import '../../common.wxss'; */
- .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: #bbb;
- font-size: 14px;
- line-height: 20px;
- margin: 0 0 50px 0;
- text-align: center;
- }
- .page-body-button {
- width: 100%;
- }
|