imagePicker.wxss 148 B

1234567
  1. /* components/imagePicker/imagePicker.wxss */
  2. .image {
  3. margin: 5rpx;
  4. border-style: solid;
  5. border-width: 1rpx;
  6. border-color: #D0D0D0;
  7. }