修复签到展示bug,修改图片比例为16:9

This commit is contained in:
田岩
2025-11-24 15:36:50 +08:00
parent 1aee63f2d6
commit e32c6289ae
20 changed files with 171 additions and 523 deletions
@@ -122,20 +122,19 @@
margin: 17rpx 20rpx;
background-color: #fff;
border-radius: 16rpx;
padding: 32rpx 22rpx;
padding: 22rpx 22rpx;
.details_div {
display: flex;
.img_div {
position: relative;
width: 224rpx;
height: 168rpx;
width: 256rpx;
height: 144rpx;
overflow: hidden;
border-radius: 22rpx;
border-radius: 16rpx;
.img {
width: 224rpx;
height: 168rpx;
width: 256rpx;
height: 144rpx;
}
.subscript {
@@ -183,7 +182,7 @@
display: flex;
align-items: center;
overflow: hidden;
height: 116rpx;
height: 92rpx;
background-color: #f9fbff;
border-radius: 8rpx;
justify-content: space-around;
@@ -121,20 +121,19 @@
margin: 17rpx 20rpx;
background-color: #fff;
border-radius: 16rpx;
padding: 32rpx 22rpx;
padding: 22rpx 22rpx;
.details_div {
display: flex;
.img_div {
position: relative;
width: 224rpx;
height: 168rpx;
width: 256rpx;
height: 144rpx;
overflow: hidden;
border-radius: 22rpx;
border-radius: 16rpx;
.img {
width: 224rpx;
height: 168rpx;
width: 256rpx;
height: 144rpx;
}
.subscript {
@@ -182,7 +181,7 @@
display: flex;
align-items: center;
overflow: hidden;
height: 116rpx;
height: 92rpx;
background-color: #f9fbff;
border-radius: 8rpx;
justify-content: space-around;
@@ -122,20 +122,18 @@
margin: 17rpx 20rpx;
background-color: #fff;
border-radius: 16rpx;
padding: 32rpx 22rpx;
padding: 22rpx 22rpx;
.details_div {
display: flex;
.img_div {
position: relative;
width: 224rpx;
height: 168rpx;
width: 256rpx;
height: 144rpx;
overflow: hidden;
border-radius: 22rpx;
border-radius: 16rpx;
.img {
width: 224rpx;
height: 168rpx;
width: 256rpx;
height: 144rpx;
}
.subscript {
@@ -183,7 +181,7 @@
display: flex;
align-items: center;
overflow: hidden;
height: 116rpx;
height: 92rpx;
background-color: #f9fbff;
border-radius: 8rpx;
justify-content: space-around;