| 12345678910111213141516171819202122232425262728293031323334 |
- page {
- width: 100%;
- height: 100%;
- }
- view {
- box-sizing: border-box
- }
- .df {
- display: flex;
- }
- .mt100 {
- margin-top: 100rpx
- }
- .mb30 {
- margin-bottom: 30rpx;
- }
- .line {
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .tac {
- text-align: center;
- }
- .aic {
- align-items: center;
- }
|