Merge branch 'dev' into lzwdev

master
blak-kong 2 years ago
commit 8ebb6bb667

@ -109,6 +109,8 @@ page {
.img { .img {
position: relative; position: relative;
margin-right: 35rpx; margin-right: 35rpx;
width: 180rpx;
height: 180rpx;
.closeImg { .closeImg {
position: absolute; position: absolute;
top: 10rpx; top: 10rpx;
@ -133,8 +135,8 @@ page {
} }
} }
.showImg { .showImg {
width: 180rpx; width: 100% !important;
height: 180rpx; height: 100% !important;
border-radius: 20rpx; border-radius: 20rpx;
} }
} }

Loading…
Cancel
Save