statements.ttss
1.67 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
page{
width: 100%;
height: 100%;
/* padding-left: 30rpx;
padding-right: 30rpx; */
align-content: center;
display: flex;
flex-direction: column;
}
.statements-add-address-addicon {
width: 30rpx;
height: 30rpx;
}
.amount-view-root {
display: flex;
flex-direction: column;
}
/* .select-item-pay-view {
width: 100%;
display: flex;
flex-direction: row;
align-items: center;
} */
.select-item-pay-button {
width: 90%;
/* height: 90rpx; */
background-color: rgb(32, 204, 35);
margin-top: 40rpx;
color: white;
text-align: center;
line-height: 90rpx;
margin-left: 35rpx;
/* align-items: center; */
/* align-content: center; */
}
.split-view {
width: 100%;
height: 15rpx;
background-color: #f0f0f0;
border-bottom-style:solid;
border-bottom-width: 1rpx;
border-bottom-color: #e0e0e0;
border-top-style:solid;
border-top-width: 1rpx;
border-top-color: #e0e0e0;
}
.amountBox {
margin: 30rpx 0;
}
.noAddress {
width: 100%;
height: 88rpx;
align-items: center;
display: flex;
background: white;
border-bottom: 1rpx #e5e5e5 solid;
position: relative;
}
.addressIcon {
width: 40rpx;
height: 50rpx;
margin-left: 30rpx;
}
.noAddressContainer .addressIconNew {
width: 48rpx;
height: 48rpx;
margin-left: 30rpx;
}
.noAddress .addressPlaceholder {
min-width: 300rpx;
margin-left: 20rpx;
color: #444444;
font-family: PingFang-SC-Regular;
font-size: 28rpx;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.noAddress .addressArrow {
position: absolute;
right: 30rpx;
top: 29rpx;
width: 16rpx;
height: 30rpx;
}