You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
351 B
Plaintext

.crossTag,
.failedTag {
display: inline-block;
color: #52C41A;
font-size: 24rpx;
padding: 0rpx 14rpx;
border-radius: 4px;
border: 1px solid rgba(82, 196, 26, 0.45);
margin-left: 16rpx;
line-height: 40rpx;
}
.failedTag {
color: #F5222D;
border: 1px solid rgba(245, 34, 45, 0.45);
}
.c009{
font-weight: 500;
}