1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- /* plugin/etc/pages/signGetAuth/signGetAuth.wxss */
-
-
-
- .col-start {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: flex-start;
- }
-
- .tip-img {
- margin-top: 42rpx;
- width: 346rpx;
- height: 218rpx;
- }
-
-
- .tip-title {
- margin-top: 30rpx;
- font-size: 36rpx;
- color: #2F2F2F;
- margin-bottom: 50rpx;
- }
-
- .tip-msg {
- padding-left: 68rpx;
- padding-right: 68rpx;
- color: #676767;
- font-size: 28rpx;
- line-height: 40rpx;
- }
-
- .sign-btn {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- width: 662rpx;
- height: 96rpx;
- background: linear-gradient(90deg, #46C8FF 0%, #3C9FFF 100%);
- border-radius: 16rpx;
- font-weight: 500;
- color: #ffffff;
- }
-
- .status-img {
- margin-top: 274rpx;
- width: 128rpx;
- height: 128rpx;
- }
-
- .re-btn {
- margin-top: 80rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- color: #fff;
- font-size: 34rpx;
- width: 366rpx;
- height: 88rpx;
- background: linear-gradient(270deg, #279EFD 0%, #5ABEFE 100%);
- border-radius: 16rpx;
- }
|