|
@@ -379,9 +379,9 @@
|
|
|
flex: unset;
|
|
|
border-radius: 20rpx;
|
|
|
background-color: #ffffff;
|
|
|
- padding: 12rpx 12rpx 0;
|
|
|
+ padding: 12rpx 12rpx 0!important;
|
|
|
box-sizing: border-box;
|
|
|
- margin-bottom: 20rpx;
|
|
|
+ margin-bottom: 20rpx!important;
|
|
|
|
|
|
.lli-card-image {
|
|
|
max-width: 100%;
|
|
@@ -401,11 +401,11 @@
|
|
|
position: absolute;
|
|
|
bottom: 0;
|
|
|
left: 0;
|
|
|
- padding: 4rpx 12rpx;
|
|
|
+ padding: 0 12rpx;
|
|
|
background: rgba(0, 0, 0, 0.29);
|
|
|
color: #fff;
|
|
|
font-size: 22rpx;
|
|
|
- border-radius: 0 10rpx 0 10rpx;
|
|
|
+ border-radius: 0 12rpx 0 12rpx;
|
|
|
}
|
|
|
|
|
|
.lli-card-name {
|