index.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. .auth {
  2. align-items: center;
  3. display: flex;
  4. flex-direction: column;
  5. margin-top: 128rpx
  6. }
  7. .auth-logo {
  8. height: 200rpx;
  9. width: 200rpx
  10. }
  11. .auth-logo image {
  12. height: 100%;
  13. width: 100%
  14. }
  15. .title {
  16. font-size: 36rpx;
  17. line-height: 56rpx;
  18. margin-top: 20rpx
  19. }
  20. .merchant-name {
  21. display: inline;
  22. font-weight: 700
  23. }
  24. .sub-title {
  25. font-size: 34rpx;
  26. line-height: 52rpx;
  27. margin-top: 8rpx
  28. }
  29. .agreement {
  30. color: #888;
  31. display: flex;
  32. font-size: 28rpx;
  33. justify-content: center;
  34. line-height: 40rpx;
  35. margin-top: 96rpx
  36. }
  37. checkbox .wx-checkbox-input {
  38. border-radius: 50%;
  39. height: 24rpx;
  40. width: 24rpx
  41. }
  42. checkbox .wx-checkbox-input.wx-checkbox-input-checked {
  43. background: #006eff
  44. }
  45. checkbox .wx-checkbox-input.wx-checkbox-input-checked:before {
  46. background: transparent;
  47. color: #fff;
  48. font-size: 22rpx;
  49. height: 28rpx;
  50. line-height: 28rpx;
  51. text-align: center;
  52. width: 28rpx
  53. }
  54. navigator {
  55. color: #006dff;
  56. display: inline
  57. }
  58. .button-area {
  59. margin-top: 48rpx
  60. }
  61. button {
  62. background: #fff;
  63. border: 2rpx solid #ddd;
  64. font-size: 32rpx;
  65. font-weight: 400;
  66. height: 96rpx;
  67. line-height: 96rpx;
  68. width: 622rpx
  69. }
  70. .redirect {
  71. align-items: center;
  72. display: flex;
  73. flex-direction: column;
  74. margin-top: 272rpx
  75. }
  76. .loading {
  77. height: 160rpx;
  78. margin-bottom: 32rpx;
  79. width: 160rpx
  80. }
  81. .loading image {
  82. height: 100%;
  83. width: 100%
  84. }
  85. .title {
  86. font-size: 34rpx;
  87. line-height: 52rpx
  88. }
  89. .protocol {
  90. position: relative
  91. }
  92. .protocol .main {
  93. background: #f8f9fa;
  94. color: #3c3c3c;
  95. font-size: 24rpx;
  96. padding: 40rpx 40rpx 140rpx
  97. }
  98. .protocol .main view {
  99. margin: 20rpx 0
  100. }
  101. .protocol .main .h1 {
  102. font-size: 36rpx;
  103. font-weight: 700;
  104. line-height: 2;
  105. margin: 0 0 20rpx;
  106. text-align: center
  107. }
  108. .protocol .main .p {
  109. margin: 4rpx 0;
  110. text-indent: 2em
  111. }
  112. .protocol .main .strong {
  113. font-weight: 700
  114. }
  115. .protocol .main .dl {
  116. margin-top: 40rpx
  117. }
  118. .protocol .main .dt {
  119. margin-bottom: 20rpx
  120. }
  121. .protocol .main .h2 {
  122. font-size: 28rpx;
  123. font-weight: 700
  124. }
  125. .protocol .main .dd {
  126. margin-bottom: 20rpx
  127. }
  128. .protocol .main .dd view {
  129. padding-left: 2em
  130. }
  131. .protocol .pop-btn-line {
  132. background: #f8f9fa;
  133. bottom: 0;
  134. box-sizing: border-box;
  135. left: 0;
  136. padding: 30rpx;
  137. position: fixed;
  138. width: 100%
  139. }
  140. .protocol .pop-btn {
  141. background: transparent;
  142. background-color: #2787f3;
  143. border: none;
  144. border-radius: 6rpx;
  145. color: #00a5e0;
  146. color: #fff;
  147. display: block;
  148. font-size: 34rpx;
  149. height: 90rpx;
  150. line-height: 90rpx;
  151. min-width: 5.6rem;
  152. outline: none;
  153. text-align: center
  154. }