_fraud.css
787 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
.fraud-tip {
background: #fff;
display: block;
padding: 20px 30px;
margin-bottom: 30px;
border-bottom: 1px solid #e0e0e0;
.tip-title {
display: block;
height: 26px;
line-height: 26px;
color: #444;
font-size: 24px;
background-image: resolve("home/fraud-tip.png");
background-repeat: no-repeat;
background-size: auto 97%;
padding-left: 36px;
}
.tip-content {
display: inline-block;
margin-top: 16px;
color: #b0b0b0;
font-size: 22px;
width: 94%;
}
.iconfont {
display: block;
color: #b0b0b0;
float: right;
height: 70px;
width: 30px;
line-height: 70px;
text-align: right;
}
}