This commit is contained in:
aihe 2024-07-31 23:43:27 +08:00
parent 9ac26c8576
commit 216d096408

View File

@ -57,6 +57,22 @@
display: none;
}
}
.lbRequiredDot{
position: relative;
&::after{
height: 26rpx;
line-height: 26rpx;
display: block;
content: '*';
position: absolute;
color: red;
top: 50%;
margin-top: -10rpx;
left: -16rpx;
font-size: 30rpx;
font-weight: bold;
}
}
.smp-tag{
margin: 0 20rpx 20rpx 0; display: inline-block;
}