_help.css
525 Bytes
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
.installment-help {
padding: 0 5px;
margin: 0;
background-color: #fff;
font-family: 'Helvetica','黑体','Arial';
.help-title {
text-align: center;
font-size: 40px;
margin-top: 10px;
}
.help-group{
text-align: left;
margin: 20px 5px;
h2 {
font-size: 34px;
}
p {
font-size: 28px;
line-height: 40px;
margin-top: 10px;
text-indent: 2em;
}
.remind {
color: #ff0000;
}
.underline {
text-decoration: underline;
}
}
}