1234567891011121314151617181920212223242526272829303132333435363738 |
- page{
- background: #fff;
- }
- .pageContainer{
- padding: 120rpx 32rpx 32rpx;
- }
- .pay_status_icon{
- width: 300rpx;
- height: 228rpx;
- display: block;
- margin: 0 auto;
- }
- .success_box > .t{
- color: #161719;
- font-size: 32rpx;
- font-weight: 700;
- margin-top: 80rpx;
- text-align: center;
-
- }
- .success_box > .desc{
- color: #5F6268;
- font-size: 28rpx;
- margin-top: 16rpx;
- text-align: center;
- }
- .button{
- width: 100% !important;
- margin: 80rpx 0 0 0 !important;
- padding: 0 !important;
- height: 84rpx !important;
- background: #e73e2d !important;
- font-size: 32rpx !important;
- font-weight: bold !important;
- color: #ffffff !important;
- border-radius: 0 !important;
- border-radius: 48rpx !important;
- }
|