21 lines
355 B
SCSS
21 lines
355 B
SCSS
|
|
.agent-wrap {
|
||
|
|
padding: 24px;
|
||
|
|
background: #fff;
|
||
|
|
border-radius: 4px;
|
||
|
|
|
||
|
|
.ant-card-cover img {
|
||
|
|
height: 150px;
|
||
|
|
object-fit: cover;
|
||
|
|
}
|
||
|
|
|
||
|
|
.span-title {
|
||
|
|
color: var(--Text-2, #3C4043);
|
||
|
|
font-size: 16px;
|
||
|
|
font-family: Alibaba PuHuiTi;
|
||
|
|
font-weight: 400;
|
||
|
|
line-height: 44px;
|
||
|
|
word-wrap: break-word;
|
||
|
|
padding-bottom: 20px;
|
||
|
|
}
|
||
|
|
}
|