addAddress.wxss 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. /* addressList.wxss */
  2. page{
  3. background-color: #f4f4f4;
  4. }
  5. .address_msg{
  6. height:80rpx;
  7. font-size: 28rpx;
  8. line-height: 80rpx;
  9. color:#717d85;
  10. padding-left:30rpx;
  11. }
  12. .address_cont{
  13. padding-left: 20rpx;
  14. background-color: #fff;
  15. }
  16. .each_section{
  17. display: flex;
  18. flex-flow: row;
  19. align-items: center;
  20. /* height: auto;
  21. min-height: 40rpx; */
  22. position: relative;
  23. padding:33rpx 0;
  24. border-bottom:1rpx solid #e6e6e6;
  25. }
  26. .each_section input , .each_section image , .each_section textarea{
  27. display: inline-block;
  28. font-size: 24rpx;
  29. color:#232323;
  30. }
  31. .each_section_last{
  32. border-bottom:0rpx none;
  33. }
  34. .each_section_icon{
  35. width: 39rpx;
  36. height: 40rpx;
  37. }
  38. .each_section_icon_right{
  39. width: 16rpx;
  40. height: 31rpx;
  41. position: absolute;
  42. right: 30rpx;
  43. top:50%;
  44. margin-top:-15.5rpx;
  45. }
  46. .each_section input,.each_section textarea{
  47. margin-left:24rpx;
  48. width: 300px;
  49. }
  50. .each_section textarea{
  51. font-size: 30rpx;
  52. }
  53. .placeholder_style{
  54. font-size: 24rpx;
  55. font-family:"Microsoft Yahei",Tahoma,Arial,Helvetica,STHeiti;
  56. color: #c8c8c8;
  57. }
  58. .switch_title{
  59. height: 92rpx;
  60. font-size: 24rpx;
  61. line-height: 92rpx;
  62. padding-left:38rpx;
  63. color:#232323;
  64. background-color: #fff;
  65. }
  66. .switch_section{
  67. position: relative;
  68. margin:20rpx 0;
  69. }
  70. .switch_icon{
  71. height: 66rpx;
  72. position:absolute;
  73. right: 16rpx;
  74. top:50%;
  75. margin-top: -31rpx;
  76. }
  77. .save_btn{
  78. width: 100%;
  79. height: 98rpx;
  80. font-size: 24rpx;
  81. line-height: 98rpx;
  82. color:#fff;
  83. text-align: center;
  84. background-color: #b4a078;
  85. position: fixed;
  86. left:0;
  87. bottom: 0;
  88. }
  89. /* 省市区 */
  90. .citypicker{
  91. /* display: none; */
  92. width: 100%;
  93. height: 100%;
  94. background-color: rgba(0, 0, 0, 0.6);
  95. position: fixed;
  96. top: 0;
  97. left: 0;
  98. z-index:20;
  99. }
  100. .city_cont_wrap{
  101. width: 100%;
  102. height: 403rpx;
  103. position: fixed;
  104. left:0;
  105. bottom: 0;
  106. z-index: 10;
  107. }
  108. .city_cont{
  109. width: 100%;
  110. height: 403rpx;
  111. position: fixed;
  112. left:0;
  113. bottom: 0;
  114. z-index: 10;
  115. }
  116. .city_top{
  117. position: fixed;
  118. bottom:510rpx;
  119. left: 0;
  120. z-index: 10;
  121. width: 100%;
  122. height: 40rpx;
  123. padding:0 0 40rpx 0;
  124. }
  125. .city_top_cont{
  126. width: 100%;
  127. height: 100%;
  128. position:relative;
  129. }
  130. .city_title{
  131. font-size: 30rpx;
  132. color: #8b8888;
  133. padding: 0 14rpx;
  134. background-color: #fff;
  135. position: absolute;
  136. top: 0;
  137. left: 55rpx;
  138. z-index: 2;
  139. }
  140. .city_title_line{
  141. width: 96%;
  142. height: 2rpx;
  143. background-color: #83d2b5;
  144. position: absolute;
  145. top: 50%;
  146. margin-top:-1rpx;
  147. left: 2%;
  148. z-index: 1;
  149. }
  150. .citybody {
  151. /* display: flex;
  152. flex-flow: row; */
  153. width: 100%;
  154. height: 516rpx;
  155. font-size: 28rpx;
  156. color:#a8a4a4;
  157. background-color: #fff;
  158. position: fixed;
  159. left:0;
  160. bottom: 58rpx;
  161. z-index: 10;
  162. padding-top:54rpx;
  163. }
  164. .each_city{
  165. text-align: center;
  166. line-height: 64rpx;
  167. }
  168. .picker_view_column{
  169. -webkit-flex:1;
  170. flex:1;
  171. position:relative;
  172. height:100%;
  173. overflow:hidden;
  174. }
  175. .cityfooter {
  176. width: 100%;
  177. position: fixed;
  178. bottom:0;
  179. left:0;
  180. background-color: #fff;
  181. border-top: 1rpx solid #d9d9d9;
  182. z-index:10;
  183. }
  184. .city-cancel,.city-true{
  185. width: 50%;
  186. height: 102rpx;
  187. font-size: 30rpx;
  188. line-height: 102rpx;
  189. color: #000;
  190. text-align: center;
  191. box-sizing: border-box;
  192. }
  193. .city-cancel {
  194. float: left;
  195. border-right: 1rpx solid #d9d9d9;
  196. }
  197. .city-true {
  198. float: right;
  199. }
  200. /* 旧版本三联动样式 */
  201. .txt {
  202. text-align: center;
  203. }
  204. .code {
  205. margin-top: 20px;
  206. text-align: center;
  207. }
  208. .gesture {
  209. width: 90%;
  210. text-indent: 20rpx;
  211. margin: 0 auto;
  212. padding: 20rpx 0;
  213. border: 1px solid rgb(25, 167, 24);margin-bottom: 30rpx;
  214. }
  215. .shade {
  216. background-color: #ccc;
  217. opacity: .6;
  218. position: absolute;
  219. display: none;
  220. left: 0;
  221. top: 0;
  222. width: 100%;
  223. height: 100%;
  224. }
  225. .show {
  226. display: block!important;
  227. }
  228. .handle-bar {
  229. padding: 0 15px;
  230. height: 80rpx;
  231. background-color: #eee;
  232. }
  233. .confirm {
  234. text-align: right
  235. }
  236. .selector-area {
  237. height: 770rpx;
  238. width: 100%;
  239. background-color: #fff;
  240. position: absolute;
  241. bottom: 0;
  242. }
  243. .selector {
  244. text-align: center;
  245. margin:0 20rpx;
  246. }
  247. .scroll_line{
  248. width:4px;
  249. height:514rpx;
  250. background-color: #d8d8d8;
  251. margin:0;
  252. }
  253. .picker {
  254. font-size: 28rpx;
  255. height: 64rpx;
  256. line-height: 64rpx;
  257. }
  258. .actived {
  259. color:#fff;
  260. background-color:#ffa200 ;
  261. }
  262. .area-selector {
  263. height: 514rpx;
  264. margin-bottom: 58rpx;
  265. }