index.wxss
2.6 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
/* dist/pages/myassets/index.wxss */
.container {
/* position: fixed; */
/* width: 100%; */
/* height: 100%; */
display: flex;
flex-direction: column;
justify-content: flex-start;
/* align-items: center; */
/* background-color: #34343d; */
margin-left: 40rpx;
margin-right: 40rpx;
}
.asset-title {
font-family: SFProDisplay-Bold;
font-weight: bold;
font-size: 68rpx;
color: #000000;
}
.asset-head-parent {
display: flex;
justify-content: space-between;
margin-top: 52rpx;
align-items: center;
/* position: absolute; */
}
.income-detail1 {
display: flex;
flex-direction: column;
justify-content: flex-start;
/* margin-top: 44rpx; */
}
.income-detail2 {
display: flex;
justify-content: flex-start;
align-items: center;
margin-top: 20rpx;
}
.second {
margin-top: 5rpx;
}
.progress-box {
/* position: absolute; */
width: 240rpx;
height: 240rpx;
display: flex;
margin-right: 50rpx;
/* align-items: center; */
/* justify-content: center; */
/* background-color: transparent; */
/* background-color: #eeddff; */
}
.progress-bg {
position: absolute;
width: 240rpx;
height: 240rpx;
}
.progress-canvas {
width: 240rpx;
height: 240rpx;
}
.progress-text {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
}
.progress-info {
font-size: 35rpx;
padding-left: 10rpx;
letter-spacing: 2rpx;
color: white;
}
.tips-icon {
width: 30rpx;
height: 30rpx;
}
.split-line {
background: #E0E0E0;
height: 2rpx;
margin-top: 28rpx;
}
.income-radiu-icon-view1 {
width: 16rpx;
height: 16rpx;
background: #002B47;
border-radius: 8rpx;
margin-top: 8rpx;
}
.income-radiu-icon-view2 {
width: 16rpx;
height: 16rpx;
background: #65AB85;
border-radius: 8rpx;
margin-top: 8rpx;
}
.income-title-txt {
font-family: PingFang-SC-Regular;
font-size: 24rpx;
color: #999999;
margin-left: 16rpx;
}
.income-count-txt {
font-family: DINAlternate-Bold;
font-size: 28rpx;
color: #000000;
margin-left: 20rpx;
}
.income-all-count-txt {
/* display: flex; */
font-family: DINAlternate-Bold;
font-weight: bold;
font-size: 40rpx;
color: #000000;
margin-top: 10rpx;
}
.tips-root-view {
display: flex;
flex-direction: row;
margin-top: 40rpx;
}
.tips-txt {
/* display: flex; */
font-family: SFProText-Regular;
font-size: 24rpx;
color: #000000;
}
.income-record-txt {
/* display: flex; */
font-family: PingFang-SC-Medium;
font-size: 40rpx;
color: #000000;
margin-top: 86rpx;
}
.empty {
display: flex;
justify-content: center;
margin-top: 80rpx;
font-size: 40rpx;
color: #CCC;
}