_fraud.css
767 Bytes
.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;
}
.iconfont {
display: block;
color: #b0b0b0;
float: right;
height: 70px;
width: 30px;
line-height: 70px;
text-align: right;
}
}