| 1234567891011121314151617181920 |
- page {
- background-color: #f7f7f7;
- }
- .flgure-box,
- page {
- width: 100%;
- height: 100%;
- box-sizing: border-box;
- }
- .flgure-box {
- padding: 30rpx;
- }
- .figure {
- text-align: center;
- }
- .figureimg {
- width: 100rpx;
- height: 100rpx;
- }
|