index.wxss
787 字节
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
/**index.wxss**/
.userinfo {
display: flex;
flex-direction: column;
align-items: center;
}
.userinfo-avatar {
width: 128rpx;
height: 128rpx;
margin: 20rpx;
border-radius: 50%;
}
.userinfo-nickname {
color: #aaa;
}
.usermotto {
margin-top: 200px;
}
.shouquanimg {
width: 172rpx;
height: 202rpx;
font-size: 0;
margin: 244rpx auto 0;
}
.quanname {
color: #06121e;
font-size: 32rpx;
font-weight: bold;
margin-top: 48rpx;
text-align: center;
}
.huoqu {
color: #5b5e63;
font-size: 28rpx;
margin-top: 16rpx;
text-align: center;
}
.bottomtextright {
width: 686rpx;
height: 88rpx;
background: rgba(251, 99, 36, 1);
opacity: 1;
border-radius: 44rpx;
color:#fff;
font-size: 32rpx;
position: fixed;
bottom:48rpx;
left:32rpx;
}