| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- /* pages/authorize/authorize.wxss */
- page{
- background-color: #fff;
- }
- .btn {position: fixed;left: 0;right: 0;text-align: center;bottom: 40rpx;}
- .login {width: 600rpx !important;height: 86rpx !important;line-height: 86rpx !important;background: #EB5C20 !important;font-size: 32rpx;border-radius: 6rpx !important;color: #fff;margin: 97rpx auto 0 !important;}
- .zanbu, .gophone1 {font-size: 32rpx;color: #999999;
- /* margin: 45rpx 0 80rpx; */
- position: fixed;left: 50%;transform: translateX(-50%);bottom: 436rpx;}
- .xieyi {font-size: 24rpx;color: #666;margin-bottom: 15rpx;justify-content: flex-start;margin-top: 51rpx;line-height: 40rpx;}
- .xieyi text{color: #4A99DF !important;}
- .agree-icon{
- width: 24rpx;height: 24rpx;margin-right: 17rpx;margin-top: 58rpx;
- }
- .copy {font-size: 24rpx;color: #9b9b9b;}
- .btnphone, .goloing {width: 600rpx !important;height: 86rpx !important;line-height: 86rpx !important;background: var(--mina);border-radius: 6rpx !important;font-size: 32rpx;color: #FFFFFF;position: fixed;left: 50%;transform: translateX(-50%);bottom: 514rpx;}
- .phone {padding: 120rpx 40rpx 0;}
- .phone .logo image {display: block;width: 180rpx;height: 180rpx;margin: 0 auto 35rpx;border-radius: 30rpx;}
- .phone .logo view {font-size: 36rpx;color: #333;
- /* font-weight: bold; */
- }
- .btn .btngophone {width: 600rpx;height: 86rpx;line-height: 86rpx;font-size: 32rpx;color: var(--mina);position: fixed;left: 50%;transform: translateX(-50%);border: 2rpx solid var(--mina);bottom: 398rpx;}
- .form {width: 600rpx;margin: 150rpx auto;padding: 0 24rpx}
- .form .borbom {padding: 32rpx 0;}
- .form .borbom {border-bottom: 1rpx solid #E2E2E2;align-items: center;}
- .form .huoqu {color: var(--mina);text-decoration: underline;margin-left: 105rpx;}
- .btn .goloing {bottom: 400rpx;}
- .btn .gophone1 {bottom: 324rpx;}
- .form .borbom image {width: 22rpx;height: 30rpx;margin-right: 16rpx;}
- .form .paw {align-items: center;padding: 38rpx 0;}
- .form .paw image {width: 26rpx;height: 28rpx;margin-right: 18rpx;}
- /* 隐私弹窗 */
- .ceng{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,.5);z-index: 99;}
- .pop-protocol{position: fixed;left: 0;right: 0;bottom: -100%;border-radius: 20rpx 20rpx 0 0;background: #fff;z-index: 100;padding: 50rpx 40rpx;transition: all .2s ease;}
- .pop-tit{font-size: 30rpx;color: #000;font-weight: bold;text-align: center;}
- .pop-con{margin-top: 40rpx;font-size: 30rpx;color: #333;line-height: 50rpx;}
- .pop-con text{color: #00A3FF;}
- .pop-btn{margin-top: 60rpx;}
- .pop-agree{background: var(--mina);height: 80rpx;line-height: 80rpx;border-radius: 10rpx;font-size: 28rpx;color: #fff;text-align: center;}
- .pop-no{font-size: 28rpx;padding: 20rpx 0;text-align: center;color: #666;margin-top: 10rpx;}
- .authorize-title{
- line-height: 67rpx;
- font-size: 48rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- color: #333333;
- box-sizing: border-box;
- }
- .input-box{
- padding: 42rpx 0;
- font-size: 32rpx;
- font-weight: 400;
- border-bottom: 1px solid #DEDEDE;
- }
|