This commit is contained in:
曹辉 2023-02-22 15:17:08 +08:00
parent c8d82b242c
commit cee60b0756

View File

@ -341,7 +341,7 @@
.item { .item {
width: 100%; width: 100%;
height: 200rpx; height: 250rpx;
position: relative; position: relative;
border-bottom: 2rpx solid #CDC9C9; border-bottom: 2rpx solid #CDC9C9;
@ -350,8 +350,8 @@
right: 0; right: 0;
top: 50%; top: 50%;
transform: translateY(-50%); transform: translateY(-50%);
width: 253rpx; width: 200rpx;
height: 164rpx; height: 200rpx;
border-radius: 10rpx; border-radius: 10rpx;
} }