拓恒河湖长制全民护河平台WEB端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
236B

  1. /* components/ImageList/index.wxss */
  2. .image_container {
  3. width: 100%;
  4. display: flex;
  5. justify-content: flex-start;
  6. align-items: flex-start;
  7. }
  8. .image_item {
  9. width: 180rpx;
  10. height: 180rpx;
  11. margin-right: 20rpx;
  12. }