editAddressSendOwn.wxss 4.3 KB

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