statements.ttss
1.2 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
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;
}
.statements-add-address-view {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin-left: 30rpx;
margin-right: 30rpx;
padding-top: 20rpx;
padding-bottom: 20rpx;
}
.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;
}