diff --git a/components/UpImg/UpImg.wxss b/components/UpImg/UpImg.wxss new file mode 100644 index 0000000..1100819 --- /dev/null +++ b/components/UpImg/UpImg.wxss @@ -0,0 +1,15 @@ +.up_img_wrap{ + width: 90rpx; + height: 90rpx; + position: relative; +} +.up_img_wrap image{ + width: 100%; + height: 100%; + border-radius: 15rpx; +} +.up_img_wrap icon{ + position: absolute; + top:-22rpx; + right: -22rpx; +} \ No newline at end of file