authorize.css 3.0 KB

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