success.wxss
901 Bytes
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
.wran-tip {
height: 50rpx;
line-height: 50rpx;
font-size: 24rpx;
color: #fff;
background-color: #fa7a81;
box-sizing: border-box;
padding: 0 30rpx;
}
.wran-tip .iconfont {
vertical-align: middle;
position: relative;
top: -1rpx;
}
.content .pay-success-icon {
display: block;
width: 150rpx;
height: 150rpx;
margin: 60rpx auto 16rpx;
}
.content .pay-status,
.content .pay-price {
display: block;
text-align: center;
}
.content .pay-status {
font-size: 44rpx;
color: #ff001e;
margin-bottom: 16rpx;
}
.content .pay-price {
color: #e0e0e0;
font-size: 30rpx;
}
.content .btn-wrap {
display: block;
padding: 0 30rpx;
margin-top: 90rpx;
}
.content .btn-wrap .btn {
width: 300rpx;
height: 64rpx;
line-height: 64rpx;
font-size: 34rpx;
color: #444;
border: 1rpx solid #444;
border-radius: 8rpx;
display: inline-block;
text-align: center;
}