profile.wxss
691 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
.prefix-elem {
height: 25.36rpx;
}
.profile-item {
background: #FFFFFF;
position: relative;
}
.texts {
display: block;
height: 90.57rpx;
line-height: 90.57rpx;
margin-left: 23.55rpx;
font-size: 28.98rpx;
color: #333;
border-bottom: 1.81rpx solid rgba(151, 151, 151, .2);
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.profile-item:last-of-type .texts {
border-bottom: none;
}
.arrows {
width: 14.49rpx;
height: 25.36rpx;
position: absolute;
right: 23.55rpx;
top: 32.6rpx;
}
.logout {
margin-top: 255.43rpx;
padding: 0 41.66rpx;
}
.logout-btn {
background-color: transparent;
border: 1px solid #0069FF;
color: #0069FF;
border-radius: 41.66rpx;
}