app-phone-binding.scss 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. .app-phone-binding {
  2. position: absolute;
  3. height: 100%;
  4. width: 100%;
  5. background-color: #f7f7f7;
  6. .app-unbound {
  7. width: 100%;
  8. background-color: #f7f7f7;
  9. .header {
  10. width: 100%;
  11. height: #{86rpx};
  12. background-color: white;
  13. border-bottom: #{1rpx} solid #e2e2e2;
  14. text-align: center;
  15. margin-bottom: #{8rpx};
  16. .box-grow-1 {
  17. text {
  18. display: inline-block;
  19. height: #{84rpx};
  20. line-height: #{84rpx};
  21. border-bottom-color: transparent;
  22. border-bottom-style: solid;
  23. border-bottom-width: #{2rpx};
  24. color: #353535;
  25. font-size: #{28rpx};
  26. }
  27. .active-index {
  28. border-bottom-color: #ff4544;
  29. color: #ff4544;
  30. }
  31. }
  32. }
  33. .content {
  34. width: 100%;
  35. height: #{110rpx};
  36. background-color: white;
  37. padding: #{10rpx} 0;
  38. box-sizing: border-box;
  39. .input-view {
  40. margin-left: #{24rpx};
  41. background-color: white;
  42. height: #{80rpx};
  43. width: #{750-24rpx};
  44. .input {
  45. height: #{80rpx};
  46. width: #{516rpx};
  47. line-height: #{80rpx};
  48. background-color: #f7f7f7;
  49. padding-left: #{24rpx};
  50. box-sizing: border-box;
  51. font-size: #{28rpx};
  52. color: #999999;
  53. margin-right: #{16rpx};
  54. }
  55. .input-value {
  56. color: #353535;
  57. }
  58. .line {
  59. width: #{1rpx};
  60. height: #{36rpx};
  61. background-color: #e2e2e2;
  62. }
  63. .button {
  64. width: #{194rpx};
  65. height: #{80rpx};
  66. line-height: #{80rpx};
  67. color: #ff4544;
  68. font-size: #{28rpx};
  69. background-color: white;
  70. border: none;
  71. border-radius: 0;
  72. text-align: center;
  73. padding: 0;
  74. box-sizing: border-box;
  75. }
  76. }
  77. .manual-input {
  78. width: 100%;
  79. height: #{200rpx};
  80. background-color: white;
  81. .top {
  82. height: #{100rpx};
  83. font-size: #{28rpx};
  84. border-bottom: #{1rpx} solid #e2e2e2;
  85. >input {
  86. width: #{750rpx};
  87. height: #{60rpx};
  88. margin: #{20rpx} 0;
  89. padding-left: #{40rpx};
  90. box-sizing: border-box;
  91. }
  92. }
  93. .bottom {
  94. height: #{100rpx};
  95. >input {
  96. width: #{750-220-1rpx};
  97. line-height: #{60rpx};
  98. padding-left: #{40rpx};
  99. font-size: #{28rpx};
  100. margin: #{20rpx} 0;
  101. box-sizing: border-box;
  102. }
  103. .line {
  104. width: #{1rpx};
  105. height: #{32rpx};
  106. background-color: #e2e2e2;
  107. }
  108. .btn {
  109. height: #{100rpx};
  110. line-height: #{100rpx};
  111. width: #{220rpx};
  112. font-size: #{28rpx};
  113. text-align: center;
  114. color: #ff4544;
  115. }
  116. }
  117. }
  118. .sure-button {
  119. width: #{702rpx};
  120. height: #{88rpx};
  121. line-height: #{88rpx};
  122. text-align: center;
  123. margin: #{80rpx 20rpx 0 24rpx};
  124. background-color: #ff4544;
  125. color: white;
  126. font-size: #{32rpx};
  127. border-radius: #{44rpx};
  128. }
  129. }
  130. }
  131. .app-bound {
  132. width: #{750rpx};
  133. .app-image {
  134. width: #{288rpx};
  135. height: #{288rpx};
  136. margin: #{64rpx 0rpx 56rpx 0rpx};
  137. }
  138. .app-phone-text {
  139. text-align: center;
  140. color: #666;
  141. font-size: #{30rpx};
  142. margin-bottom: #{60rpx};
  143. .app-hone {
  144. margin-top: #{15rpx};
  145. }
  146. .app-button {
  147. height: 100%;
  148. border: none;
  149. font-size: #{26rpx};
  150. color: #ff4544;
  151. padding: 0 0;
  152. margin-top: #{64rpx};
  153. margin-left: #{24rpx};
  154. margin-right: #{24rpx};
  155. }
  156. .app-button:after {
  157. display: none;
  158. }
  159. }
  160. }
  161. }