This commit is contained in:
kbing1981 2024-07-26 14:13:59 +08:00
parent 433037dee6
commit 4213dca1a6
1 changed files with 6 additions and 6 deletions

View File

@ -353,11 +353,11 @@
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
justify-content: space-between; justify-content: space-between;
padding: 22rpx 0; padding:5rpx 0;
} }
.item-img{ .item-img{
width: 230rpx; width: 240rpx;
height: 200rpx; height: 210rpx;
border-radius: 14rpx; border-radius: 14rpx;
position: relative; position: relative;
} }
@ -387,12 +387,12 @@
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
height: 130px; /*height: 140px;*/
background: #FFFFFF; background: #FFFFFF;
border-radius: 21rpx; border-radius: 21rpx;
margin-top:10px; margin-top:10px;
align-items: center; align-items: center;
padding: 0px 10px; padding:20rpx;
} }
.item-detail { .item-detail {
@ -469,7 +469,7 @@
font-weight: bold; font-weight: bold;
position: absolute; position: absolute;
right:40rpx; right:40rpx;
top: 27rpx; top: 26rpx;
font-size: 30rpx; font-size: 30rpx;
display: flex; display: flex;
align-items: center; align-items: center;