业务交流通
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. /* pages/login/login.wxss */
  2. .login-page {
  3. background: #f2f4f9;
  4. min-height: 100vh;
  5. box-sizing: border-box;
  6. padding: 0 45rpx;
  7. font-family: SourceHanSansCN-Medium;
  8. }
  9. .qr-code-view {
  10. height: 500rpx;
  11. border-bottom: 1rpx solid #cbcfd9;
  12. box-sizing: border-box;
  13. padding-top: 116rpx;
  14. margin-bottom: 30rpx;
  15. }
  16. .qr-code-view .qr-code-img {
  17. width: 258rpx;
  18. height: 258rpx;
  19. margin: 0 auto;
  20. }
  21. .official-account-img {
  22. width: 100%;
  23. height: 100%;
  24. }
  25. .title-view {
  26. color: #333033;
  27. font-size: 28rpx;
  28. font-weight: bold;
  29. margin-bottom: 30rpx;
  30. }
  31. .sub-title-view {
  32. font-size: 24rpx;
  33. color: #999;
  34. margin-bottom: 120rpx;
  35. }
  36. .login-get-phone-number {
  37. border-radius: 40rpx;
  38. font-size: 30rpx;
  39. color: #ffffff;
  40. background: #5e73e5;
  41. height: 86rpx;
  42. line-height: 86rpx;
  43. width: 611rpx;
  44. }
  45. .login-get-phone-number[disabled] {
  46. background-color: #999999!important;
  47. color: #fff!important;
  48. }
  49. .get-user-info{
  50. margin-top: 20rpx;
  51. text-align: center;
  52. }
  53. .get-user-info .info-checkbox{
  54. display: inline-block;
  55. }
  56. .get-user-info-btn {
  57. font-size: 24rpx;
  58. color: #999999;
  59. }
  60. .submin-btn{
  61. position: relative;
  62. }
  63. .hasUserInfo-box {
  64. width: 100%;
  65. /* height: 86rpx; */
  66. background: transparent;
  67. height: 86rpx;
  68. position: absolute;
  69. left: 0;
  70. top: 0;
  71. z-index: 6;
  72. }