authorize.css 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /* pages/authorize/authorize.wxss */
  2. page{
  3. background-color: #fff;
  4. }
  5. .btn {position: fixed;left: 0;right: 0;text-align: center;bottom: 40rpx;}
  6. .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;}
  7. .zanbu, .gophone1 {font-size: 32rpx;color: #999999;
  8. /* margin: 45rpx 0 80rpx; */
  9. position: fixed;left: 50%;transform: translateX(-50%);bottom: 436rpx;}
  10. .xieyi {font-size: 24rpx;color: #666;margin-bottom: 15rpx;justify-content: flex-start;margin-top: 51rpx;line-height: 40rpx;}
  11. .xieyi text{color: #4A99DF !important;}
  12. .agree-icon{
  13. width: 24rpx;height: 24rpx;margin-right: 17rpx;margin-top: 58rpx;
  14. }
  15. .copy {font-size: 24rpx;color: #9b9b9b;}
  16. .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;}
  17. .phone {padding: 120rpx 40rpx 0;}
  18. .phone .logo image {display: block;width: 180rpx;height: 180rpx;margin: 0 auto 35rpx;border-radius: 30rpx;}
  19. .phone .logo view {font-size: 36rpx;color: #333;
  20. /* font-weight: bold; */
  21. }
  22. .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;}
  23. .form {width: 600rpx;margin: 150rpx auto;padding: 0 24rpx}
  24. .form .borbom {padding: 32rpx 0;}
  25. .form .borbom {border-bottom: 1rpx solid #E2E2E2;align-items: center;}
  26. .form .huoqu {color: var(--mina);text-decoration: underline;margin-left: 105rpx;}
  27. .btn .goloing {bottom: 400rpx;}
  28. .btn .gophone1 {bottom: 324rpx;}
  29. .form .borbom image {width: 22rpx;height: 30rpx;margin-right: 16rpx;}
  30. .form .paw {align-items: center;padding: 38rpx 0;}
  31. .form .paw image {width: 26rpx;height: 28rpx;margin-right: 18rpx;}
  32. /* 隐私弹窗 */
  33. .ceng{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,.5);z-index: 99;}
  34. .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;}
  35. .pop-tit{font-size: 30rpx;color: #000;font-weight: bold;text-align: center;}
  36. .pop-con{margin-top: 40rpx;font-size: 30rpx;color: #333;line-height: 50rpx;}
  37. .pop-con text{color: #00A3FF;}
  38. .pop-btn{margin-top: 60rpx;}
  39. .pop-agree{background: var(--mina);height: 80rpx;line-height: 80rpx;border-radius: 10rpx;font-size: 28rpx;color: #fff;text-align: center;}
  40. .pop-no{font-size: 28rpx;padding: 20rpx 0;text-align: center;color: #666;margin-top: 10rpx;}
  41. .authorize-title{
  42. line-height: 67rpx;
  43. font-size: 48rpx;
  44. font-family: PingFang SC-Regular, PingFang SC;
  45. font-weight: 400;
  46. color: #333333;
  47. box-sizing: border-box;
  48. }
  49. .input-box{
  50. padding: 42rpx 0;
  51. font-size: 32rpx;
  52. font-weight: 400;
  53. border-bottom: 1px solid #DEDEDE;
  54. }