myassetscell.wxss
1.25 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
/* dist/pages/myassets/myassetscell.wxss */
.assets-record-container {
display: flex;
flex-direction: column;
justify-content: space-between;
/* background: #ee00dd; */
/* position: fixed; */
}
.assets-record-split-line {
background: #E0E0E0;
height: 2rpx;
}
.assets-record-info-detail-view {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding-top: 30rpx;
padding-bottom: 30rpx;
}
.assets-record-left-view {
display: flex;
flex-direction: row;
align-items: center;
}
.assets-record-middle-view {
display: flex;
flex-direction: column;
margin-left: 20rpx;
}
.assets-record-right-view {
display: flex;
flex-direction: column;
align-items: center;
}
.assets-record-image-style {
width: 48rpx;
height: 48rpx;
/* background: #00ff */
}
.assets-record-code-txt {
font-family: PingFang-SC-Regular;
font-size: 28rpx;
color: #000000;
}
.assets-record-time-txt {
font-family: SFProText-Regular;
font-size: 24rpx;
color: #999999;
margin-top: 12rpx;
}
.assets-record-income-txt {
font-family: SFProText-Medium;
font-weight: bold;
font-size: 28rpx;
color: #000000;
}
.assets-record-income-tip-txt {
font-family: PingFang-SC-Regular;
font-size: 20rpx;
color: #D0021B;
}