app-phone-binding.wxss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. @charset "UTF-8";
  2. .text-center.data-v-76f8839c {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-76f8839c {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-76f8839c {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-76f8839c {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-76f8839c {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-76f8839c {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-76f8839c {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-76f8839c {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-76f8839c {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .app-phone-binding.data-v-76f8839c {
  39. position: absolute;
  40. height: 100%;
  41. width: 100%;
  42. background-color: #f7f7f7;
  43. }
  44. .app-phone-binding .app-unbound.data-v-76f8839c {
  45. width: 100%;
  46. background-color: #f7f7f7;
  47. }
  48. .app-phone-binding .app-unbound .header.data-v-76f8839c {
  49. width: 100%;
  50. height: 86rpx;
  51. background-color: white;
  52. border-bottom: 1rpx solid #e2e2e2;
  53. text-align: center;
  54. margin-bottom: 8rpx;
  55. }
  56. .app-phone-binding .app-unbound .header .box-grow-1 text.data-v-76f8839c {
  57. display: inline-block;
  58. height: 84rpx;
  59. line-height: 84rpx;
  60. border-bottom-color: transparent;
  61. border-bottom-style: solid;
  62. border-bottom-width: 2rpx;
  63. color: #353535;
  64. font-size: 28rpx;
  65. }
  66. .app-phone-binding .app-unbound .header .box-grow-1 .active-index.data-v-76f8839c {
  67. border-bottom-color: #ff4544;
  68. color: #ff4544;
  69. }
  70. .app-phone-binding .app-unbound .content.data-v-76f8839c {
  71. width: 100%;
  72. height: 110rpx;
  73. background-color: white;
  74. padding: 10rpx 0;
  75. box-sizing: border-box;
  76. }
  77. .app-phone-binding .app-unbound .content .input-view.data-v-76f8839c {
  78. margin-left: 24rpx;
  79. background-color: white;
  80. height: 80rpx;
  81. width: 726rpx;
  82. }
  83. .app-phone-binding .app-unbound .content .input-view .input.data-v-76f8839c {
  84. height: 80rpx;
  85. width: 516rpx;
  86. line-height: 80rpx;
  87. background-color: #f7f7f7;
  88. padding-left: 24rpx;
  89. box-sizing: border-box;
  90. font-size: 28rpx;
  91. color: #999999;
  92. margin-right: 16rpx;
  93. }
  94. .app-phone-binding .app-unbound .content .input-view .input-value.data-v-76f8839c {
  95. color: #353535;
  96. }
  97. .app-phone-binding .app-unbound .content .input-view .line.data-v-76f8839c {
  98. width: 1rpx;
  99. height: 36rpx;
  100. background-color: #e2e2e2;
  101. }
  102. .app-phone-binding .app-unbound .content .input-view .button.data-v-76f8839c {
  103. width: 194rpx;
  104. height: 80rpx;
  105. line-height: 80rpx;
  106. color: #ff4544;
  107. font-size: 28rpx;
  108. background-color: white;
  109. border: none;
  110. border-radius: 0;
  111. text-align: center;
  112. padding: 0;
  113. box-sizing: border-box;
  114. }
  115. .app-phone-binding .app-unbound .content .manual-input.data-v-76f8839c {
  116. width: 100%;
  117. height: 200rpx;
  118. background-color: white;
  119. }
  120. .app-phone-binding .app-unbound .content .manual-input .top.data-v-76f8839c {
  121. height: 100rpx;
  122. font-size: 28rpx;
  123. border-bottom: 1rpx solid #e2e2e2;
  124. }
  125. .app-phone-binding .app-unbound .content .manual-input .top > input.data-v-76f8839c {
  126. width: 750rpx;
  127. height: 60rpx;
  128. margin: 20rpx 0;
  129. padding-left: 40rpx;
  130. box-sizing: border-box;
  131. }
  132. .app-phone-binding .app-unbound .content .manual-input .bottom.data-v-76f8839c {
  133. height: 100rpx;
  134. }
  135. .app-phone-binding .app-unbound .content .manual-input .bottom > input.data-v-76f8839c {
  136. width: 529rpx;
  137. line-height: 60rpx;
  138. padding-left: 40rpx;
  139. font-size: 28rpx;
  140. margin: 20rpx 0;
  141. box-sizing: border-box;
  142. }
  143. .app-phone-binding .app-unbound .content .manual-input .bottom .line.data-v-76f8839c {
  144. width: 1rpx;
  145. height: 32rpx;
  146. background-color: #e2e2e2;
  147. }
  148. .app-phone-binding .app-unbound .content .manual-input .bottom .btn.data-v-76f8839c {
  149. height: 100rpx;
  150. line-height: 100rpx;
  151. width: 220rpx;
  152. font-size: 28rpx;
  153. text-align: center;
  154. color: #ff4544;
  155. }
  156. .app-phone-binding .app-unbound .content .sure-button.data-v-76f8839c {
  157. width: 702rpx;
  158. height: 88rpx;
  159. line-height: 88rpx;
  160. text-align: center;
  161. margin: 80rpx 20rpx 0 24rpx;
  162. background-color: #ff4544;
  163. color: white;
  164. font-size: 32rpx;
  165. border-radius: 44rpx;
  166. }
  167. .app-phone-binding .app-bound.data-v-76f8839c {
  168. width: 750rpx;
  169. }
  170. .app-phone-binding .app-bound .app-image.data-v-76f8839c {
  171. width: 288rpx;
  172. height: 288rpx;
  173. margin: 64rpx 0rpx 56rpx 0rpx;
  174. }
  175. .app-phone-binding .app-bound .app-phone-text.data-v-76f8839c {
  176. text-align: center;
  177. color: #666;
  178. font-size: 30rpx;
  179. margin-bottom: 60rpx;
  180. }
  181. .app-phone-binding .app-bound .app-phone-text .app-hone.data-v-76f8839c {
  182. margin-top: 15rpx;
  183. }
  184. .app-phone-binding .app-bound .app-phone-text .app-button.data-v-76f8839c {
  185. height: 100%;
  186. border: none;
  187. font-size: 26rpx;
  188. color: #ff4544;
  189. padding: 0 0;
  190. margin-top: 64rpx;
  191. margin-left: 24rpx;
  192. margin-right: 24rpx;
  193. }
  194. .app-phone-binding .app-bound .app-phone-text .app-button.data-v-76f8839c:after {
  195. display: none;
  196. }