transfer.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. .bg {
  2. position: relative;
  3. width: 100%;
  4. min-height: 100%;
  5. background-color: #f3f3f3;
  6. }
  7. .newAddress-top {
  8. height: 20rpx;
  9. }
  10. .newAddress-line {
  11. height: 90rpx;
  12. line-height: 90rpx;
  13. background-color: #fff;
  14. font-size: 28rpx;
  15. border-bottom: 1px solid #eeeeee;
  16. overflow:hidden;
  17. }
  18. .bind-wx{
  19. font-size: 20rpx;
  20. background: #eab86a;
  21. color: #FFF;
  22. padding: 0;
  23. width: inhert;
  24. margin: 11px 5px;
  25. border-radius:15px;
  26. }
  27. .getyzm-btn{
  28. font-size: 24rpx;
  29. border: 1px solid #eab86a;
  30. color: #eab86a;
  31. margin: 5px;
  32. }
  33. .newAddress-title {
  34. float: left;
  35. margin-left: 20rpx;
  36. color: #4c4c4c;
  37. width:80px;
  38. }
  39. .text-placeholder {
  40. color: #bbbbbb;
  41. }
  42. .nameText {
  43. width: 50%;
  44. height: 90rpx;
  45. line-height: 90rpx;
  46. color: #4c4c4c;
  47. float: right;
  48. text-align: left;
  49. padding-right: 20rpx;
  50. text-align: right;
  51. }
  52. .newAddress-picker {
  53. float: right;
  54. text-align: right;
  55. color: #bbbbbb;
  56. }
  57. .newAddress-picker__icon {
  58. float: right;
  59. margin-top: 33rpx;
  60. margin-right: 20rpx;
  61. margin-left: 12rpx;
  62. width: 13rpx;
  63. height: 24rpx;
  64. }
  65. .newAddress-picker__text {
  66. float: right;
  67. width: 500rpx;
  68. }
  69. .newAddress-more {
  70. background-color: #fff;
  71. }
  72. .newAddress-more {
  73. padding: 30rpx 20rpx;
  74. }
  75. .newAddress-more__title {
  76. font-size: 28rpx;
  77. color: #4c4c4c;
  78. }
  79. .newAddress-form {
  80. }
  81. .submittips{
  82. font-size: 24rpx;
  83. text-align: center;
  84. width: 100%;
  85. display: block;
  86. padding: 0 20px;
  87. padding-top: 20rpx;
  88. color: #666;
  89. text-align: left;
  90. }
  91. .newAddress-btn {
  92. width: 90%;
  93. height: 100%;
  94. background-color: #eab86a;
  95. color: #fff;
  96. line-height: 90rpx;
  97. text-align: center;
  98. font-size: 28rpx;
  99. margin: 35px 5% 0 5%;
  100. border-radius: 45px;
  101. }
  102. .textarea {
  103. padding-top: 20rpx;
  104. display: block;
  105. width: 710rpx;
  106. min-height: 200rpx;
  107. line-height: 40rpx;
  108. font-size: 28rpx;
  109. color: #4c4c4c
  110. }
  111. .distpicker {
  112. position: fixed;
  113. bottom: 0;
  114. left: 0;
  115. z-index: 999;
  116. width: 100%;
  117. height: 560rpx;
  118. display: flex;
  119. justify-content: center;
  120. flex-wrap: wrap;
  121. background-color: #fff;
  122. font-size:28rpx;
  123. color:#666;
  124. }
  125. .distpicker-btn {
  126. display: flex;
  127. justify-content: space-between;
  128. box-sizing: border-box;
  129. width: 100%;
  130. padding: 0 40rpx;
  131. height: 80rpx;
  132. line-height: 80rpx;
  133. background-color: #fafafa;
  134. color: #eab86a;
  135. }
  136. .distpicker-content {
  137. box-sizing: border-box;
  138. width: 100%;
  139. height: 560rpx;
  140. background-color: #fff;
  141. text-align: center;
  142. }
  143. .mask {
  144. position: fixed;
  145. left: 0;
  146. top: 0;
  147. z-index: 998;
  148. width: 100%;
  149. height: 100%;
  150. background-color: rgba(0, 0, 0, .4);
  151. }
  152. .hidden {
  153. display: none;
  154. }
  155. .area-item {
  156. line-height: 80rpx;
  157. }
  158. .newAddress-tip {
  159. height: 245rpx;
  160. margin-top: 30rpx;
  161. background: #ffffff;
  162. padding-top: 40rpx;
  163. padding-left: 30rpx;
  164. padding-right: 20rpx;
  165. }
  166. .tip-title {
  167. font-size: 33rpx;
  168. color: #4e4e4e;
  169. padding-bottom: 20rpx;
  170. }
  171. .tip-in {
  172. font-size: 28rpx;
  173. color: #4e4e4e;
  174. line-height: 45rpx;
  175. }
  176. .tip-color {
  177. color: #fe6565;
  178. }