userCenter.wxss
2.04 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
.container {
position: relative;
}
.not-login-view {
width: 100%;
height: 100%;
background-color: #fff;
display: flex;
justify-content: center;
}
.not-login-view .login-icon {
position: absolute;
width: 369rpx;
height: 277rpx;
margin-top: 45%;
}
.not-login-view .login-icon .login-btn {
position: absolute;
bottom: 0;
left: 0;
width: 369rpx;
height: 80rpx;
opacity: 0.01;
}
.header-bg {
width: 750rpx;
height: 360rpx;
}
.header-bg .user-info {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 360rpx;
display: flex;
flex-direction: column;
align-items: center;
}
.user-info .black-cover {
opacity: 0.8;
background-color: #000;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 360rpx;
}
.user-info .portrait {
width: 120rpx;
height: 120rpx;
border-radius: 120rpx;
margin-top: 60rpx;
}
.user-info .nick-name {
font-family: PingFang-SC-Medium;
font-weight: bold;
font-size: 32rpx;
color: #FFFFFF;
letter-spacing: 0;
margin-top: 30rpx;
}
.user-info .qrcode-view {
display: flex;
justify-content: center;
align-items: center;
margin-top: 20rpx;
}
.user-info .qrcode-view .qrcode-icon {
width: 40rpx;
height: 40rpx;
}
.user-info .qrcode-view .qrcode-tips {
font-family: PingFang-SC-Regular;
font-size: 24rpx;
color: #B0B0B0;
letter-spacing: 0;
margin-left: 6rpx;
}
.space-view {
height: 20rpx;
background-color: #eeeeee;
}
.end-space-view {
width: 750rpx;
height: 40rpx;
margin-top: 80rpx;
margin-bottom: 60rpx;
display: flex;
align-items: center;
justify-content: center;
white-space: nowrap;
}
.left-line {
margin-left: 30rpx;
width: 286rpx;
height: 2rpx;
background-color: #E0E0E0;
}
.end {
font-family: PingFang-SC-Regular;
font-size: 28rpx;
color: #B0B0B0;
letter-spacing: 0;
text-align: justify;
margin-left: 20rpx;
margin-right: 20rpx;
white-space: nowrap;
}
.right-line{
margin-right: 30rpx;
width: 286rpx;
height: 2rpx;
background-color: #E0E0E0;
}
.activity-list {
padding-top: 20rpx;
}