index.wxss 183 B

1234567891011121314
  1. /* canvas{
  2. background: grey;
  3. } */
  4. .tool {
  5. display: flex;
  6. justify-content: center;
  7. align-items: center;
  8. }
  9. .tool>image {
  10. width: 100rpx;
  11. height: 100rpx;
  12. margin: 0 10rpx;
  13. }