file_manage.wxss
1.3 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
/* pages/file_manage/file_manage.wxss */
page{
background-color: #fafafa;
padding:100rpx 0 0 0;
}
.addfile{
position: fixed;
top:0;
left:0;
width:100%;
height: 100rpx;
display: flex;
justify-content: space-between;
align-items: center;
color:#333;
font-size:34rpx;
background-color: #fff;
padding:25rpx 30rpx;
box-sizing: border-box;
}
.addfile_left{
display: flex;
align-items: center;
}
.addfile_img{
margin: 0 25rpx 0 0;
width:52rpx;
height: 52rpx;
border-radius: 50%;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
}
.addfile_img image{
width:100%;
height: 100%;
display: block;
}
.addfile .iconfont{
font-size:30rpx;
color:#c7c7c7;
font-weight: bold;
}
.manage{
margin: 30rpx 0 0 0;
background: #fff;
color:#333;
font-size:34rpx;
font-weight: bold;
}
.manage_item{
padding:38rpx 30rpx;
display: flex;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
border-bottom:1rpx solid #eee;
}
.manage_item:last-child{
border:none;
}
.sub_item{
margin: 6rpx 0 0 0;
color:#666;
font-size: 26rpx;
font-weight: 400;
}
.manage_right{
width:44rpx;
height: 44rpx;
border-radius: 50%;
overflow: hidden;
}
.manage_right image{
width:100%;
height: 100%;
display: block;
}
.txt_sex{
margin: 0 30rpx;
}