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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
| .header {
| padding: 0 25rpx;
| padding-top: 40rpx;
| padding-bottom: 50rpx;
| width: 100%;
| background-color: #16b5cb;
| position:relative;
| }
| .cmdBtnLabel {
| color: #16b5cb;
| font-size:13px;
| padding-top:8px;
| }
| .user {
| display: flex;
| justify-content: space-between;
| align-items: center;
| }
| .header .gif-wave{
| position: absolute;
| width: 100%;
| bottom: 0;
| left: 0;
| z-index: 99;
| mix-blend-mode: screen;
| height: 100rpx;
| }
| .user_box {
| display: flex;
| align-items: center;
| }
|
| /* .edit {
| display: flex;
| width: 70rpx;
| height: 70rpx;
| padding: 18rpx;
| box-sizing: border-box;
| } */
|
| /* .edit image {
| width: 100%;
| height: 100%;
| transform: rotate(180deg);
| } */
|
| .logo {
| width: 150rpx;
| height: 150rpx;
| border-radius: 50%;
| background: #fff;
| will-change: transform;
| position:relative;
| }
|
| /* .logo image {
| width: 100%;
| height: 100%;
| } */
|
| .logo image {
| width: 100%;
| height: 100%;
| border-radius: 100%;
| will-change: transform;
| }
|
| .user_info {
| padding-left: 32rpx;
| }
| .user_name {
| position: relative;
| display: flex;
| align-items: center;
| justify-content: space-around;
| font-size: 36rpx;
| font-weight: bold;
| color: #fff;
| }
| .user_name .iconfont{
| display: flex;
| align-items: center;
| font-size: 45rpx;
| }
| .vip_expires {
| margin-top: 12rpx;
| font-size: 27rpx;
| color: #fff;
| }
|
|
|
|
|
|
|
|
|
|
| page{background-color: #efeff4;}
| .tui-table-view{
| margin-top: 1px;
| width: 100%;
|
| }
| .section .iconfont{
| color: #16b5cb;
| font-size: 80rpx;
| }
| .tui-col-3{
| display: inline-block;
| width: 32.977%;
| text-align: center;
| color: #797979;
| padding: 40rpx 0;
| font-size: 30rpx;
| margin: 0.1%;
| background-color: #fff;
| /* border: 2rpx solid #efeff4; */
| }
| .UCenter-bg {
| background-size: cover;
| height: 425rpx;
| display: flex;
| justify-content: center;
| overflow: hidden;
| position: relative;
| flex-direction: column;
| align-items: center;
| color: #fff;
| font-weight: 300;
| background-color: #16b5cb;
| text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
| }
|
| .UCenter-bg text {
| opacity: 0.8;
| }
|
| .UCenter-bg image {
| width: 200rpx;
| height: 200rpx;
| }
|
| .UCenter-bg .gif-wave{
| position: absolute;
| width: 100%;
| bottom: 0;
| left: 0;
| z-index: 99;
| mix-blend-mode: screen;
| height: 100rpx;
| }
| .cu-list.menu>.cu-item{
| min-height: 100rpx;
| }
|
|