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.
55 lines
920 B
55 lines
920 B
@import "~antd/lib/style/themes/default.less";
|
|
@import "../../utils/utils.less";
|
|
|
|
.listContent {
|
|
p {
|
|
line-height: 24px;
|
|
}
|
|
& > div {
|
|
color: @text-color-secondary;
|
|
margin-top: 16px;
|
|
height: 22px;
|
|
line-height: 22px;
|
|
& > img {
|
|
margin-right: 16px;
|
|
}
|
|
& > span {
|
|
vertical-align: top;
|
|
margin-right: 16px;
|
|
width: 20px;
|
|
height: 20px;
|
|
& > img {
|
|
vertical-align: top;
|
|
}
|
|
}
|
|
& > em {
|
|
color: @disabled-color;
|
|
font-style: normal;
|
|
margin-left: 24px;
|
|
}
|
|
a {
|
|
color: @text-color-secondary;
|
|
&:hover {
|
|
color: @primary-color;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.listItemExtra {
|
|
width: 272px;
|
|
height: 1px;
|
|
}
|
|
|
|
@media screen and (max-width: @screen-xs) {
|
|
.listContent {
|
|
& > div {
|
|
height: auto;
|
|
}
|
|
}
|
|
}
|
|
@media screen and (max-width: @screen-lg) {
|
|
.listItemExtra {
|
|
width: 0;
|
|
height: 1px;
|
|
}
|
|
}
|
|
|