You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- page {
- background: #52a0fd;
- height: 100%;
- }
-
- .content {
- width: 580rpx;
- height: 1250rpx;
- border-radius: 10rpx;
- background: #fff;
- margin: 30rpx auto 0;
- padding-top: 100rpx;
- padding-left: 50rpx;
- padding-right: 50rpx;
- }
-
- .content .success {
- text-align: center;
- color: #51a0fc;
- font-weight: 600;
- font-size: 35rpx;
- }
-
- .content .success .icon {
- position: relative;
- top: 15rpx;
- width: 50rpx;
- height: 50rpx;
- }
-
- .content .money {
- text-align: center;
- font-size: 100rpx;
- font-weight: 600;
- margin-top: 90rpx;
- }
-
- .btns {
- position: relative;
- top: 50rpx;
- }
-
- .btn {
- margin-bottom: 25rpx;
- color: #fff;
- background-color: #0099ff;
- }
|