Style:分享图片css调整

This commit is contained in:
modendeveloper
2024-12-02 18:39:45 +08:00
parent f65c033bd7
commit de6cca5bac
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -12,7 +12,7 @@
.box-img {
position: relative;
width: 600rpx;
height: 832rpx;
height: 800rpx;
border-radius: 40rpx;
overflow: hidden;
}
@@ -26,8 +26,8 @@
}
.main-img {
width: 600rpx;
height: 832rpx;
width: 100%;
height: 800rpx;
border-radius: 40rpx;
}