TM
2020-12-15 4c4fabb8bda286bef64c14ae74a5e861e3042f7e
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
.user-center-page{
  min-height: 100vh;
  background: #fafafa;
  position: relative;
}
.top{
  width: 100%;
  height: 120px;
  margin-bottom: 24px;
}
.img{
  width: 100%;
  height: 100%;
}
.userInfo{
  width: 100%;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px;
}
.left{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.avatar{
  width: 60px;
  height: 60px;
  border-radius:50%; 
}
.info{
  margin-left:12px; 
  color: #FFFFFF;
}
.name{
  margin-bottom: 8px;
  width: 304rpx;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
  color: #fff;
}
.btn{
  width: 80px;
  height: 24px;
  background: #FFFFFF;
  border-radius: 12px;
  font-size: 12px;
  line-height: 24px;
  float: right;
}
.functionList{
  margin: auto;
  margin-bottom: 12px;
  width: 686rpx;
  height: 60px;
  background: #FFFFFF;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.left-fn{
  display: flex;
  align-items: center;
}
.footer-view{
  display: flex;
}
.mode{
  width: 560rpx;
  /* height: 150px; */
}