You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73 lines
1.1 KiB
73 lines
1.1 KiB
@import '../../../../components/style/themes/default.less';
|
|
|
|
.more-card {
|
|
&:hover {
|
|
box-shadow: @shadow-2;
|
|
}
|
|
|
|
.ant-card-cover {
|
|
padding: 24px 24px 0 24px;
|
|
}
|
|
|
|
.ant-card-body {
|
|
color: #314659;
|
|
}
|
|
|
|
.ant-card-meta-detail {
|
|
display: flex;
|
|
flex-direction: column;
|
|
min-height: 170px;
|
|
|
|
.ant-card-meta-title {
|
|
min-height: 50px;
|
|
margin-bottom: 16px;
|
|
color: #0d1a26;
|
|
font-weight: 400;
|
|
white-space: normal;
|
|
text-overflow: initial;
|
|
word-break: break-word;
|
|
}
|
|
|
|
.ant-card-meta-description {
|
|
flex: auto;
|
|
color: #697b8c;
|
|
}
|
|
}
|
|
|
|
.more-card-source {
|
|
float: right;
|
|
|
|
.ant-row-rtl & {
|
|
float: left;
|
|
}
|
|
|
|
> img {
|
|
vertical-align: baseline;
|
|
}
|
|
}
|
|
}
|
|
|
|
@media (max-width: @screen-sm-min) {
|
|
.more-card {
|
|
.ant-card-cover {
|
|
margin-bottom: 12px;
|
|
padding: 16px 16px 0 16px;
|
|
|
|
img {
|
|
height: 184px;
|
|
}
|
|
}
|
|
|
|
.ant-card-meta-title {
|
|
font-size: 18px;
|
|
}
|
|
|
|
.ant-card-body {
|
|
padding: 16px;
|
|
|
|
.ant-card-meta-detail {
|
|
min-height: 150px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|