| 123456789101112 |
- /* success.css */
- page{background: #fff;}
- .success{padding: 134rpx 50rpx 0;text-align: center;}
- .success image{width: 164rpx;height: 106rpx;margin: 0 auto;}
- .tip{font-size: 40rpx;color: #000;margin: 25rpx 0 20rpx;}
- .tips{font-size: 24rpx;color: #999;line-height: 40rpx;}
- .mine{color: var(--btn);display: inline-block;}
- .share{width: 371rpx !important;height: 80rpx !important;background: var(--btn);border-radius: 40rpx !important;font-size: 36rpx;color: #fff;line-height: 80rpx !important;margin: 90rpx auto 0 !important;}
- .backhome{width: 367rpx;height: 76rpx;background: #FFFFFF;border: 2rpx solid var(--btn);border-radius: 40rpx;font-size: 36rpx;color: var(--btn);text-align: center;line-height: 76rpx;margin: 20rpx auto 0;}
- .share-pop{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0,0,0,.6);z-index: 100;}
- .share-pop image{width: 575rpx;height: 359rpx;position: absolute;top: 0;left: 50%;transform: translateX(-50%);}
|