chartjs2.css
685 字节
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
.comple {
color: rgb(134, 187, 225)
}
.copay {
color: rgb(133, 195, 120)
}
.nopass {
color: rgb(255, 53, 70)
}
.lookTopBor {
border-top: 1px solid rgb(218, 218, 218);
}
.looksTop {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
}
.looksTop h5 {
width: 33%;
font-size: 13px;
}
/* 文本框 */
textarea {
width: 400px;
height: 120px;
}
.looksTop h3 {
font-size: 13px;
}
/* 按钮 */
.modalBtn {
text-align: center;
margin-top: 15px;
}
.modalBtn button {
width: 89px;
height: 36px;
background-color: #15276d;
color: #fff;
border: none;
border-radius: 5px
}