coin.wxss
1.41 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
/* pages/home/coin/coin.wxss */
.coin-total {
font-family: 'Regulator-Heavy';
font-size: 120rpx;
color: #1C1C1B;
margin-top: 50rpx;
margin-bottom: 30rpx;
text-align: center;
}
.yoho-coin {
text-align: center;
margin-bottom: 100rpx;
}
.coin {
width: 50rpx;
height: 50rpx;
margin-right: 10rpx;
margin-bottom: -10rpx;
}
.coin-text {
font-family: Regulator-Heavy;
font-size: 48rpx;
color: #1C1C1B;
}
.divide {
position: relative;
margin: 0 30rpx;
border-bottom: 1rpx solid #B0B0B0;
}
.coin-record {
font-size: 28rpx;
font-weight: bold;
text-align: center;
position: absolute;
width: 180rpx;
height: 40rpx;
background-color: #fff;
left: 50%;
margin-left: -90rpx;
bottom: -20rpx;
}
.record-list {
margin-top: 50rpx;
padding: 0 30rpx;
}
.coin-item {
padding: 20rpx 0;
display: flex;
justify-content: space-between;
align-items:center;
}
.detail {
flex: 1;
}
.coins {
width: 100rpx;
font-family: Regulator-Bold;
text-align: right;
font-size: 48rpx;
font-weight: bold;
}
.detail {
font-size: 28rpx;
overflow: hidden;
}
.coin-name {
width: 100%;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
color: #1C1C1B;
}
.coin-time {
margin-top: 10rpx;
color: #B0B0B0;
}
.no-record {
color: #B0B0B0;
text-align: center;
line-height: 160rpx;
font-size: 28rpx;
}