修复签到展示bug,修改图片比例为16:9
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user