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
| /* pages/wallet/hb/hbUse/hbUse.wxss */
| /* pages/wallet/xfOrder/xfOrder.wxss */
|
| /* pages/personal/wallet/record/record.wxss */
| .container1 {
| height: 100vh;
| width: 100vw;
| box-sizing: border-box;
| }
|
| .item {
| padding: 0 28rpx;
| width: 100%;
| box-sizing: border-box;
| }
|
| .item-line {
| width: 100%;
| height: 118rpx;
| display: flex;
| border-bottom: 1px solid #f3f3f3;
| align-items: center;
| justify-content: space-between;
| }
|
| .item-right {
| width: 150rpx;
| font-size: 24rpx;
| color: #F07207;
| text-align: center;
| }
| .item-left{
| width: 80%;
| }
| .item-left-top {
| width: 100%;
| overflow: hidden;
| text-overflow: ellipsis;
| white-space: nowrap;
| font-size: 28rpx;
| font-weight: 500;
| color: #000000;
| font-family: PingFangSC-Medium, PingFang SC;
| font-weight: 500;
| }
|
| .item-left-bottom {
| font-size: 24rpx;
| font-weight: 500;
| color: rgba(0, 0, 0, 0.7);
| width: 50%;
| }
|
|