Files
lingji-work-fe/src/views/Agent/Index/style.scss

21 lines
355 B
SCSS
Raw Normal View History

.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;
}
}