Newer
Older
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
/* ==========================================================================
Main page styles
========================================================================== */
/* wait autoprefixer update to allow simple generation of high pixel density media query */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {
}
p {
margin: 0;
}
.flex-center {
display: flex;
justify-content: center;
align-items: center
}
.flex-item > p{
margin: 10px 0;
}
.leftDiv {
padding-right: 10px
}
.leftDiv-container {
border: 1px solid #ddd;
}
.rightDiv {
border: 1px solid #ddd;
padding: 10px !important;
}
.rightDiv > p {
padding: 10px;
}
.rightDiv > p > span {
float: right;
}
.main-color-font {
color: #6097b7;
font-size: 20px;
}
/*我的关注*/
.follow {
padding: 5px;
position: relative;
}
.follow-container {
border: 1px solid #ddd;
}
.follow-title {
border-bottom: 1px solid #ddd;
padding: 10px 5px;
background-color: #eee;
}
.height-150 {
height: 150px;
}
.container-top {
height: 75px;
padding: 10px;
border-bottom: 1px solid #dddddd;
border-right: 1px solid #dddddd;
}
.container-bottom {
height: 75px;
padding: 10px;
display: flex;
align-items: center;
border-bottom: 1px solid #dddddd;
border-right: 1px solid #dddddd;
}
.margin-0-10{
margin: 0 10px;
}
.calcle-follow{
position: absolute;
top: 15px;
right: 15px;
}
.chart-font{
font-size: 12px;
position: absolute;
top: 50%;
right: 5%;
transform: translate(10%,-50%);
}
:host ::ng-deep .ant-tag{
height: 16px;
vertical-align: middle;
}