applyLeader.wxss 2.8 KB

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