|
@@ -858,9 +858,9 @@
|
|
|
display: flex;background-color:#3fd2a1;box-sizing: border-box;padding: 24rpx 36rpx;
|
|
|
margin: 24rpx 32rpx;border-radius: 10rpx;
|
|
|
.head-img-box{
|
|
|
- width: 220rpx;height: 220rpx;margin-right: 32rpx;display: flex;align-items: center;
|
|
|
+ max-width: 220rpx;max-height: 220rpx;margin-right: 32rpx;display: flex;align-items: center;
|
|
|
border-radius: 10rpx;overflow: hidden;position: relative;
|
|
|
- .head-img{width: 100%;height: auto;}
|
|
|
+ .head-img{width:auto;height: 220rpx;}
|
|
|
.head-status{
|
|
|
height: 32rpx;line-height: 32rpx;padding: 0 16rpx;
|
|
|
position: absolute;right:0;bottom:0;border-radius: 10rpx 0 10rpx 0;text-align: center;
|