| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- /* wallet/rechargeSuccess/index.wxss */
- page {
- background: #ffffff;
- }
- .pinimgs {
- width: 138rpx;
- height: 138rpx;
- position: relative;
- margin: 181rpx auto 60rpx auto;
- /* margin: 70rpx 30rpx; */
- }
- .pinimg {
- display: block;
- width: 100%;
- height: 100%;
- }
- .type {
- padding: 30rpx 0 0;
- font-size: 32rpx;
- text-align: center;
- }
- .money {
- font-size: 70rpx;
- text-align: center;
- }
- .start {
- font-size: 42rpx;
- text-align: center;
- font-weight: bold;
- }
- .chongzhi{
- padding: 32rpx 20rpx;
- text-align: center;
- background: #F5403D;
- margin: 365rpx 106rpx 0 106rpx;
- border-radius: 10rpx;
- font-size: 32rpx;
- color: #FFFFFF;
- }
|