authOrder.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. page {
  2. background: #fff;
  3. }
  4. page,
  5. .content {
  6. height: 100%;
  7. }
  8. /* .content button {
  9. width: 654rpx;
  10. height: 84rpx;
  11. background-color: #12B311;
  12. color: #fff;
  13. font-size: 32rpx;
  14. border-radius: 4rpx;
  15. }
  16. .content image {
  17. width: 290rpx;
  18. height: 290rpx;
  19. margin: 176rpx 0 128rpx 0;
  20. }
  21. .content .avatar {
  22. border-radius: 50%;
  23. width: 254rpx;
  24. height: 254rpx;
  25. }
  26. .bottom {
  27. text-align: center;
  28. margin-bottom: 26rpx;
  29. }
  30. .bottom text {
  31. font-size: 24rpx;
  32. color: #666;
  33. } */
  34. .content .box .logo {
  35. width: 128rpx;
  36. height: 128rpx;
  37. margin-top: 120rpx;
  38. }
  39. .content .box .tips {
  40. margin-top: 20rpx;
  41. height: 40rpx;
  42. line-height: 40rpx;
  43. font-size: 28rpx;
  44. font-family: PingFangSC-Regular, PingFang SC;
  45. font-weight: 400;
  46. color: #333333;
  47. }
  48. .content .box .showAuthTitle {
  49. margin-top: 120rpx;
  50. font-size: 32rpx;
  51. font-family: PingFangSC-Regular, PingFang SC;
  52. font-weight: 400;
  53. color: #333333;
  54. }
  55. .content .box .ShowAuthContent {
  56. margin-top: 24rpx;
  57. font-size: 28rpx;
  58. font-family: PingFang-SC-Medium, PingFang-SC;
  59. font-weight: 500;
  60. color: #666666;
  61. }
  62. .content .box .login-btn {
  63. width: 670rpx;
  64. height: 98rpx;
  65. background: #FA7D22;
  66. border-radius: 46rpx;
  67. font-size: 48rpx;
  68. font-family: PingFangSC-Medium, PingFang SC;
  69. font-weight: 500;
  70. color: #FFFFFF;
  71. margin-top: 240rpx;
  72. }
  73. .content .bottom {
  74. text-align: center;
  75. margin-bottom: 68rpx;
  76. }
  77. .content .bottom .rules-agree {
  78. width: 48rpx;
  79. height: 48rpx;
  80. margin-right: 12rpx;
  81. }
  82. .content .bottom text {
  83. font-size: 20rpx;
  84. font-family: PingFang-SC-Medium, PingFang-SC;
  85. font-weight: 500;
  86. color: #333333;
  87. line-height: 28rpx;
  88. }
  89. .content .bottom .link {
  90. font-size: 20rpx;
  91. font-family: PingFang-SC-Medium, PingFang-SC;
  92. font-weight: 500;
  93. color: #FA7D22;
  94. line-height: 28rpx;
  95. }