| 12345678910111213141516171819 | 
							- page {
 
-   display: flex;
 
-   flex-direction: column;
 
-   align-items: center;
 
-   justify-content: center;
 
- }
 
- .pay-ok {
 
-   width: 120rpx;
 
-   height: 120rpx;
 
-   margin-top: 150rpx;
 
- }
 
- .pay-result-h1 {
 
-   font-size: 40rpx;
 
-   margin: 20rpx 0 15rpx;
 
- }
 
- .pay-result-h2 {
 
-   font-size: 30rpx;
 
-   color: #666;
 
- }
 
 
  |