pay_detail.wxss
1.7 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
92
93
94
95
96
97
98
/* pages/merchant/pay_detail/pay.wxss */
@import '../merchant_register/merchant_register.wxss';
.tixian_minitxt{
color:rgba(255,255,255,0.8);
}
.pay_goodsbox{
padding:0 35rpx 20rpx 65rpx;
margin: 14rpx 0 0 0;
background: #509FD6;
color:rgba(255,255,255,0.8);
font-size:26rpx;
}
.pay_goodsitem{
padding:20rpx 0 0 0;
display: flex;
align-items: center;
justify-content: space-between;
}
.pay_price{
display: flex;
align-items: center;
justify-content: flex-end;
background: #509FD6;
margin: 30rpx 0 0 0;
padding:0 36rpx;
height: 60rpx;
line-height: 60rpx;
font-size:36rpx;
text-align: right;
color:#fff;
}
.pay_pricenum{
font-size: 28rpx;
margin: 0 0 0 30rpx;
}
.pay_all{
display: flex;
align-items: center;
justify-content: space-between;
background: #0768AC;
margin: 30rpx 0 0 0;
padding:0 120rpx;
height: 60rpx;
line-height: 60rpx;
font-size:36rpx;
color:#fff;
text-align: center
}
.pay_center{
justify-content: center;
}
.pay_allitem{
display: flex;
align-items: center;
justify-content: space-between;
}
.pay_allitem .pay_pricenum{
margin: 0 0 0 30rpx;
}
.pay_peopletxt{
padding:44rpx 22rpx 14rpx 22rpx;
color:#4F95C8;
font-size:20rpx;
}
.pay_peopleitem{
display: flex;
margin: 0 0 5rpx 0;
align-items: center;
background: #4F95C8;
color:rgba(255,255,255,0.8);
font-size:36rpx;
padding:20rpx 16rpx;
}
.pay_peopleitem:last-child{
margin: 0;
}
.people_headimg{
width:92rpx;
height: 92rpx;
border-radius: 8rpx;
margin: 0 46rpx 0 0;
}
.people_headimg image{
display: block;
width:100%;
height: 100%;
}
.formitem_rigth_jian{
margin: 0;
width:36rpx;
height:36rpx;
font-size:20rpx;
background:linear-gradient(0deg,#0DAC69, #2AA6D7 );
}
.pay_pricenum_nimi{
font-size:19rpx;
}