chartjs.css
1.2 KB
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
/* 表单输入框 */
.feed {
display: flex;
justify-content: flex-start;
align-items: center;
}
.feedStar,
.feedEnd {
display: flex;
justify-content: flex-start;
align-items: center;
margin-right: 15px;
}
.feed h5 {
width: 75px;
height: 14px;
font-family: FZLTHJW--GB1-0;
font-size: 14px;
font-weight: normal;
font-stretch: normal;
line-height: 0;
letter-spacing: 0px;
color: #404040;
}
.feedEnd h5 {
padding-left: 30px;
}
.feed img {
position: absolute;
top: 0;
}
.x_panel {
padding: 0;
/* height: 54px; */
}
.formInpurt {
margin: 18px 0 0 0;
}
/* 下划线 */
.borSaff {
border-bottom: 1px solid rgb(215, 215, 215);
height: 55px;
}
/* 页面标题 */
.borSaff h3 {
width: 58px;
height: 14px;
font-family: FZLTHJW--GB1-0;
font-size: 14px;
font-weight: normal;
font-stretch: normal;
line-height: 24px;
letter-spacing: 0px;
color: #000000;
margin: 22px 0 20px 17px;
/* border-bottom: 1px solid #000;
padding-bottom: 25px; */
}
/* 点击按钮 */
.clcikBtn {
text-align: right;
}
.clcikBtn button {
margin: 11px 3px 9px 0;
}
/* 表格 */
.xTable {
padding: 28px 23px 0 17px;
}