index.wxss 328 B

123456789101112131415161718192021
  1. /* pages/gallery/index.wxss */
  2. .uploader__files {
  3. padding: 16px;
  4. position: relative;
  5. display: flex;
  6. align-items: center;
  7. background-color: #fff;
  8. }
  9. .uploader__file {
  10. float: left;
  11. margin-right: 9px;
  12. margin-bottom: 9px;
  13. }
  14. .uploader__img {
  15. display: block;
  16. width: 79px;
  17. height: 79px;
  18. }