figure.wxss 262 B

1234567891011121314151617181920
  1. page {
  2. background-color: #f7f7f7;
  3. }
  4. .flgure-box,
  5. page {
  6. width: 100%;
  7. height: 100%;
  8. box-sizing: border-box;
  9. }
  10. .flgure-box {
  11. padding: 30rpx;
  12. }
  13. .figure {
  14. text-align: center;
  15. }
  16. .figureimg {
  17. width: 100rpx;
  18. height: 100rpx;
  19. }