王飞
2025-01-23 99365608dec6eade7d645a91fb0f2205a332d1f1
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
/**index.wxss**/
page {
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.bg-primeval {
    border-radius: 5px;
    color: #ff0000;
}
 
.bg-disable {
    color: #000000;
}
.box{
    height: 85%;
  }
  .scroll{
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
  }
.zyp{
  
    margin-top: 5px;
    background-color: rgb(201, 197, 197);
}
.scrollarea {
  flex: 1;
  overflow-y: hidden;
}
.modal-btn {
    position: absolute;
    left: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 120rpx;
    height: 40rpx;
    background: rgba(103, 149, 255, 0.2);
  }
   
  .modal-clear {
    font-size: 30rpx;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #3670F5;
    /* margin-right: 42rpx; */
  }
.userinfo {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #aaa;
  width: 80%;
}
 
.userinfo-avatar {
  overflow: hidden;
  width: 128rpx;
  height: 128rpx;
  margin: 20rpx;
  border-radius: 50%;
}
 
.usermotto {
  margin-top: 200px;
}
 
.avatar-wrapper {
  padding: 0;
  width: 56px !important;
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
}
 
.avatar {
  display: block;
  width: 56px;
  height: 56px;
}
 
.nickname-wrapper {
  display: flex;
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
  border-top: .5px solid rgba(0, 0, 0, 0.1);
  border-bottom: .5px solid rgba(0, 0, 0, 0.1);
  color: black;
}
 
.nickname-label {
  width: 105px;
}
 
.nickname-input {
  flex: 1;
}