This commit is contained in:
kbing1981 2024-07-26 15:00:04 +08:00
parent a4f6f5f8b7
commit cacdfd4e89
1 changed files with 7 additions and 7 deletions

View File

@ -355,7 +355,7 @@
white-space: nowrap; white-space: nowrap;
} }
.item-view{ .item-view{
width:60%; width:59%;
height: 100%; height: 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -364,8 +364,8 @@
padding:5rpx 0; padding:5rpx 0;
} }
.item-img{ .item-img{
width: 240rpx; width: 246rpx;
height: 200rpx; height: 206rpx;
border-radius: 14rpx; border-radius: 14rpx;
position: relative; position: relative;
} }
@ -390,8 +390,8 @@
height: 100%; height: 100%;
} }
.item { .item {
width: 96%; width: 100%;
margin: 0 2% ; margin:0 auto;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
@ -400,7 +400,7 @@
border-radius: 21rpx; border-radius: 21rpx;
margin-top:10px; margin-top:10px;
align-items: center; align-items: center;
padding:20rpx; padding:16rpx;
} }
.item-detail { .item-detail {
@ -477,7 +477,7 @@
font-weight: bold; font-weight: bold;
position: absolute; position: absolute;
right:40rpx; right:40rpx;
top: 20rpx; top: 19rpx;
font-size: 30rpx; font-size: 30rpx;
display: flex; display: flex;
align-items: center; align-items: center;