paySuccess.wxss
1.9 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
99
100
101
102
page {
width: 100%;
height: 100%;
background: #fafafa;
}
.page {
width: 100%;
}
.share{
height: 86rpx;
width: 36rpx;
padding: 26rpx 0;
box-sizing: border-box
}
.share_btn {
width: 36rpx!important;
height: 34rpx!important;
/* background: transparent; */
padding: 0;
margin: 0;
border: 0 !important;
color: #222;
z-index: 999;
display: flex;
justify-content: center;
align-items: center
}
.share_btn image{
width: 100%;
height: 100%
}
.two {
width: 100%;
height: 380rpx;
padding: 0 25rpx;
box-sizing: border-box;
margin-top: 16rpx;
}
.two_item {
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 1);
border: 1rpx solid rgba(237, 237, 237, 1);
border-radius: 16rpx;
padding: 57rpx 0 70rpx 0;
box-sizing: border-box;
}
.duigoua {
width: 126rpx;
height: 110rpx;
margin: 0 auto;
}
.duigoua image{
width: 100%;
height: 100%
}
.pay_success {
font-size: 32rpx;
font-family: PingFang SC;
font-weight: 500;
color: #ffda44;
text-align: center;
margin-top: 19rpx;
}
.price {
height: 52rpx;
line-height: 52rpx;
margin-top: 41rpx;
font-size: 70rpx;
font-family: PingFang SC;
font-weight: bold;
color: rgba(51, 51, 51, 1);
text-align: center;
}
.two_two, .two_three {
width: 100%;
height: 80rpx;
background: #ffda44;
box-shadow: 0rpx 15rpx 30rpx 0rpx rgba(255,218,68,0.6);
border-radius: 40rpx;
text-align: center;
line-height: 80rpx;
font-size: 26rpx;
font-family: PingFang SC;
font-weight: 500;
color: rgba(255, 255, 255, 1);
margin-top: 80rpx;
}
.two_three {
color: rgba(51, 51, 51, 1);
background: rgba(255, 255, 255, 1);
border: 1px solid rgba(224, 224, 224, 1);
margin-top: 36rpx;
box-shadow: 0 0 0 0 transparent;
}