imagePicker.wxss 174 B

12345678910
  1. /* components/imagePicker/imagePicker.wxss */
  2. .image-list {
  3. text-align: center;
  4. }
  5. .image {
  6. border-style: solid;
  7. border-width: 1rpx;
  8. border-color: #DDDDDD;
  9. }