54 lines
789 B
Plaintext
54 lines
789 B
Plaintext
@import '../../baseStyle.less';
|
|
.lastDate {
|
|
color: @main-danger-color;
|
|
}
|
|
.tableAddress {
|
|
color: @main-color;
|
|
font-weight: 600;
|
|
}
|
|
.tableLoadMore {
|
|
margin-top: 15px;
|
|
text-align: center;
|
|
}
|
|
.blockTitle {
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
line-height: 30px;
|
|
}
|
|
.questionItem {
|
|
line-height: 40px;
|
|
.icon {
|
|
margin-right: 10px;
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
.cardContent {
|
|
color: @main-text-color-2;
|
|
}
|
|
.card {
|
|
.ant-card-head {
|
|
min-height: 40px;
|
|
padding: 0 15px;
|
|
.ant-card-head-title,
|
|
.ant-card-extra {
|
|
padding: 10px 0;
|
|
}
|
|
}
|
|
.ant-card-body {
|
|
min-height: 150px;
|
|
text-indent: 26px;
|
|
}
|
|
}
|
|
.link {
|
|
display: flex;
|
|
margin-top: 10px;
|
|
.flex {
|
|
margin-left: 10px;
|
|
display: flex;
|
|
flex: 1;
|
|
a{
|
|
margin: 0 10px;
|
|
}
|
|
}
|
|
}
|