approveInfo.wxss
1006 字节
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
55
56
57
/* pages/my/approveInfo/approveInfo.wxss */
.list_img {
width: 190rpx;
height: 190rpx;
border-radius: 50%;
overflow: hidden;
margin-top: 144rpx;
}
.list_img image {
width: 100%;
height: 100%;
}
.content_box {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.list_content {
font-size: 30rpx;
color: #999;
/* padding: 140rpx 0rpx; */
text-align: center;
box-sizing: border-box;
line-height: 70rpx;
margin-top: 50rpx;
}
.list_info {
font-size: 34rpx;
color: #333;
font-weight: bold;
text-align: center;
}
.list_btn {
width: 464rpx;
height: 88rpx;
border: 1rpx solid #e6e6e6;
border-radius: 8rpx;
font-size: 30rpx;
color: #333;
line-height: 88rpx;
text-align: center;
margin-top: 50rpx;
margin: 40rpx auto;
}
.list_active {
background: linear-gradient(333deg, rgba(22, 155, 213, 1) 0%, rgba(0, 211, 255, 1) 100%);
box-shadow: 0rpx 6rpx 20rpx rgba(29, 89, 254, 0.17);
border: 0;
color: #fff;
}