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