1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
| @import 'node_modules/@delon/theme/styles/default';
| :host {
| margin-bottom: -24px;
| ::ng-deep {
| .ant-card {
| width: 100%;
| }
| .ant-card-meta-content {
| margin-top: 0;
| } // disabled white space
| .ant-card-meta-avatar {
| font-size: 0;
| }
| .ant-card-actions {
| background: #f7f9fa;
| }
| .ant-list .ant-list-item-content-single {
| max-width: 100%;
| }
| .card-info {
| .clearfix();
| margin-top: 16px;
| margin-left: 40px;
| & > div {
| position: relative;
| text-align: left;
| float: left;
| width: 50%;
| p {
| line-height: 32px;
| font-size: 24px;
| margin: 0;
| }
| p:first-child {
| color: @text-color-secondary;
| font-size: 12px;
| line-height: 20px;
| margin-bottom: 4px;
| }
| }
| }
| .wan {
| position: relative;
| top: -2px;
| font-size: @font-size-base;
| font-style: normal;
| line-height: 20px;
| margin-left: 2px;
| }
| }
| }
|
|