nicecode-v2/packages/biz/src/WarningRecordCard/index.less
2024-04-23 16:06:50 +08:00

37 lines
515 B
Plaintext

.zhst-biz-warning-record-card {
cursor: pointer;
.ant-card-body {
padding: 0;
font-family: MicrosoftYaHei;
line-height: 19px;
display: flex;
margin-top: 10px;
}
.ant-card-bordered {
border: 2px solid #f0f0f0;
}
&-cover-img img {
width: 336px;
height: 203px;
border-radius: 0,
}
&-left-context {
flex: 1;
>div {
margin-top: 6px;
}
>div:nth-child(1) {
margin-top: 0;
}
&-warning-type {
font-weight: bold;
}
}
}