policyList.wxss
878 字节
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
/* pages/PolicyList/PolicyList.wxss */
PAGE{
background: #F5F5FA;
}
.content_box{
background: #fff;
margin-top: 16rpx;
}
.list_title_box{
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1rpx solid #EBEBEB;
padding: 25rpx 30rpx;
}
.user_name{
font-size: 30rpx;
font-weight: bold;
color: #000000;
}
.phone_num{
font-size: 26rpx;
color: #000;
margin-left: 30rpx;
}
.list_icon_box {
width: 50rpx;
height: 50rpx;
background: linear-gradient(-30deg, rgba(2, 134, 255, 1), rgba(71, 167, 255, 1));
opacity: 0.8;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.icon-dianhua2 {
font-size: 35rpx;
color: #fff;
}
.list_content_box{
padding: 30rpx;
font-size: 28rpx;
color: #000000;
line-height: 60rpx;
}
.list_title{
display: inline-block;
width: 300rpx;
}