|
@@ -258,17 +258,19 @@
|
|
|
height: calc(70% - 5rpx);
|
|
|
font-size: $uni-title-font-size-2;
|
|
|
font-weight: bold;
|
|
|
+ padding-left: 10rpx;
|
|
|
}
|
|
|
.text {
|
|
|
height: calc(30% - 5rpx);
|
|
|
font-size: $uni-title-font-size-2;
|
|
|
color: $uni-text-color-grey;
|
|
|
@include text-overflow();
|
|
|
+ padding-left: 10rpx;
|
|
|
}
|
|
|
.tag {
|
|
|
position: absolute;
|
|
|
left: -14rpx;
|
|
|
- top: -3rpx;
|
|
|
+ top: 0rpx;
|
|
|
width: 15rpx;
|
|
|
height: 15rpx;
|
|
|
background-color: $uni-color-error;
|