antifraud.wxss
921 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
/* pages/antifraud/antifraud.wxss */
.pager{
display: flex;
flex-direction: column;
}
.fraudtitle{
font-size: 28rpx;
margin-left: 20rpx;
margin-top: 30rpx;
color: #444444;
line-height: 1.07;
}
.fraud-tip-container{
height: auto;
display: flex;
flex-direction: column;
margin-left: 20rpx;
border-bottom: 1rpx solid #b0b0b0;
margin-top: 30rpx;
}
.fraud-tip-title{
display: flex;
flex-direction: row;
}
.fraud-tip-title-img{
width: 44rpx;
height: 44rpx;
margin-right: 10rpx;
}
.fraud-tip-title-desc{
flex: 1;
font-size: 28rpx;
}
.fraud-tip-desc{
font-size: 28rpx;
color: #b0b0b0;
line-height: 1.5;
margin-bottom: 20rpx;
margin-right: 10rpx;
align-items: flex-start;
margin-top: 20rpx;
}
.bottom{
flex: 1;
background-color: #f0f0f0;
z-index: 1;
height: 400rpx;
margin-top: 20rpx;
}
::-webkit-scrollbar{
width: 0rpx;
height: 0rpx;
color: transparent;
}