address.css 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378
  1. @charset "utf-8";
  2. body{
  3. background: #f5f5f5;
  4. }
  5. /*address1页面*/
  6. /*收货地1址整体*/
  7. .address1{
  8. width: 100%;
  9. height: 39.43rem;
  10. }
  11. /*收货地址1中部*/
  12. .address1 .address1-middle{
  13. width: 100%;
  14. height: 37.18rem;
  15. background-color: #F5F5F5;
  16. padding-top: 0.700rem;
  17. }
  18. .address1-middle .address1-middle-site{
  19. width: 100%;
  20. height: auto;
  21. background-color: #fff;
  22. border-top:1px solid #eee;
  23. border-bottom:1px solid #eee;
  24. padding-left:0.65rem;
  25. padding-right:0.65rem;
  26. }
  27. .address1-middle .address1-middle-site .site-list{
  28. width: 100%;
  29. height: 5.57rem;
  30. border-bottom:1px solid #eee;
  31. }
  32. .address1-middle .address1-middle-site .site-list:last-child{
  33. border-bottom:none;
  34. }
  35. .site-list span{
  36. display: inline-block;
  37. height: 5.57rem;
  38. position: relative;
  39. float: left;
  40. }
  41. .site-list span:nth-child(1){
  42. width: 2.00rem;
  43. }
  44. .site-list span:nth-child(1) em{
  45. display: inline-block;
  46. width:1.45rem;
  47. height: 1.45rem;
  48. border:0.10rem solid #B1B1B1;/*此border为选择圆圈*/
  49. border-radius:50%;
  50. background:none;
  51. position: absolute;
  52. top: 2.15rem;
  53. left:0;
  54. }
  55. .site-list span:nth-child(1) em.address_selected{
  56. display: inline-block;
  57. width:1.45rem;
  58. height: 1.45rem;
  59. background:url(../images/selected.png) no-repeat;
  60. background-size:contain;
  61. border:none;
  62. position: absolute;
  63. top: 2.15rem;
  64. left:0;
  65. }
  66. .site-list span:nth-child(2){
  67. width: 19.55rem;
  68. }
  69. .site-list span:nth-child(2)>em:nth-child(1){
  70. display: inline-block;
  71. width: 100%;
  72. height: 2.11rem;
  73. line-height: 2.61rem;
  74. font-size:1.01rem;
  75. position: relative;
  76. padding-left: 0.11rem;
  77. }
  78. .site-list span:nth-child(2)>em:nth-child(1) em{
  79. display: inline-block;
  80. width: 4.31rem;
  81. text-align: center;
  82. height: 1.11rem;
  83. line-height: 1.11rem;
  84. font-size:0.71rem;
  85. position: absolute;
  86. top: 0.81rem;
  87. left:10.51rem;
  88. border:0.08rem solid #f00;
  89. border-radius: 0.10rem;
  90. padding-left: 0.09rem;
  91. color:#f00;
  92. }
  93. .site-list span:nth-child(2)>em:nth-child(2){
  94. display: inline-block;
  95. width: 100%;
  96. height: 1.41rem;
  97. line-height:1.61rem ;
  98. font-size:0.81rem;
  99. padding-left: 0.11rem;
  100. color: #767676;
  101. }
  102. .site-list span:nth-child(2)>em:nth-child(3){
  103. display: inline-block;
  104. width: 100%;
  105. height: 1.11rem;
  106. line-height: 1.2rem;
  107. font-size:0.81rem;
  108. padding-left: 0.11rem;
  109. color: #767676;
  110. }
  111. .site-list span:nth-child(3){
  112. width: 2.11rem;
  113. }
  114. .site-list span:nth-child(3) em{
  115. display: inline-block;
  116. width:1.35rem;
  117. height: 1.35rem;
  118. background:url(../images/write.png) no-repeat;
  119. background-size:contain;
  120. position: absolute;
  121. top: 2.25rem;
  122. right:0.05rem;
  123. }
  124. .address1-middle .address1-middle-add{
  125. width: 100%;
  126. height: 3.50rem;
  127. background-color: #fff;
  128. margin-top: 0.80rem;
  129. border-top: 1px solid #eee;
  130. border-bottom: 1px solid #eee;
  131. padding-left:0.65rem;
  132. padding-right:0.65rem;
  133. }
  134. .address1-middle .address1-middle-add span:nth-child(1){
  135. display: inline-block;
  136. width: 2.00rem;
  137. height: 100%;
  138. position: relative;
  139. float: left;
  140. }
  141. .address1-middle .address1-middle-add span:nth-child(1) em{
  142. display: inline-block;
  143. width: 1.11rem;
  144. height: 1.11rem;
  145. background:url(../images/add.png) no-repeat;
  146. background-size:contain;
  147. /*background-color: rgba(255,255,255,0.3);*/
  148. position: absolute;
  149. top: 1.18rem;
  150. left: 0.38rem;
  151. }
  152. .address1-middle .address1-middle-add span:nth-child(2){
  153. display: inline-block;
  154. width: 7.00rem;
  155. height: 3.44rem;
  156. float: left;
  157. line-height: 3.34rem;
  158. text-align: center;
  159. }
  160. .address1-middle .address1-middle-add span:nth-child(3){
  161. display: inline-block;
  162. width:1.00rem;
  163. height: 3.44rem;
  164. float: left;
  165. line-height: 3.34rem;
  166. text-align: center;
  167. font-size:1.55rem;
  168. position: relative;
  169. }
  170. .address1-middle .address1-middle-add span:nth-child(3) em{
  171. display: inline-block;
  172. width: 1.11rem;
  173. height: 1.11rem;
  174. background:url(../images/gt.png) no-repeat;
  175. background-size:contain;
  176. position: absolute;
  177. top: 1.10rem;
  178. left: -.25rem;
  179. }
  180. /*收货地址1底部*/
  181. .address1 .address1-bottom{
  182. width: 100%;
  183. height: 3.250rem;
  184. background-color: #fff;
  185. box-shadow: 0 -0.1812rem 0.8rem 0.1212rem #efefef;
  186. position: fixed;
  187. bottom: 0;
  188. }
  189. .address1-bottom input{
  190. display: inline-block;
  191. width: 8.30rem;
  192. height: 2.21rem;
  193. background-color: #EB3F2B;
  194. border-radius:1.5rem;
  195. border:none;
  196. position: absolute;
  197. top:0.44rem;
  198. left: 8.36rem;
  199. color:#fff;
  200. font-size:1.01rem;
  201. text-align: center;
  202. line-height: 2.21rem ;
  203. }
  204. .address1-bottom input:focus{
  205. outline:none;
  206. }
  207. /*address2页面*/
  208. /*收货地址2整体*/
  209. .address2{
  210. width: 100%;
  211. height: 39.43rem;
  212. position: absolute;
  213. top: 0;
  214. left: 0;
  215. overflow: hidden;
  216. }
  217. /*收货地址2中部*/
  218. .address2 .address2-middle{
  219. width: 100%;
  220. height:auto;
  221. background-color: #F5F5F5;
  222. padding-top: 0.700rem;
  223. }
  224. /********************设置可填写内容格式************************/
  225. .address2 .address2-middle .address2-middle-msg{
  226. width: 100%;
  227. background-color: #FFFFFF;
  228. border-top: 1px solid #eee;
  229. border-bottom: 1px solid #eee;
  230. padding-left: 0.85rem;
  231. padding-right: 0.85rem;
  232. overflow: hidden;
  233. }
  234. .address2 .address2-middle .address2-middle-msg:nth-child(1){
  235. height: 6.37rem;
  236. }
  237. .address2 .address2-middle .address2-middle-msg:nth-child(2){
  238. height:auto;
  239. margin-top: 0.77rem;
  240. background-color: #FFFFFF;
  241. }
  242. .address2-middle .address2-middle-msg .middle-msg-box{
  243. display: inline-block;
  244. width: 100%;
  245. height: 3.15rem;
  246. border-bottom: 1px solid #eee;
  247. float: left;
  248. }
  249. .address2-middle-msg .middle-msg-box:last-child{
  250. border-bottom:none;
  251. }
  252. .address2-middle .address2-middle-msg:nth-child(2) .middle-msg-box:last-child{
  253. height:auto;
  254. }
  255. .address2-middle-msg .middle-msg-box span{
  256. display: inline-block;
  257. float: left;
  258. padding-top:0.90rem;
  259. }
  260. .address2-middle-msg .middle-msg-box span:nth-child(1){
  261. width: 6.30rem;
  262. }
  263. .address2-middle-msg .middle-msg-box span:nth-child(2){
  264. width: 17.00rem;
  265. }
  266. /********************设置可填写内容格式************************/
  267. .address2-middle-msg .middle-msg-box label{
  268. display: inline-block;
  269. width: 6.00rem;
  270. float: left;
  271. padding-top:0.90rem;
  272. }
  273. .address2-middle-msg .middle-msg-box input{
  274. float: left;
  275. padding-top:0.90rem;
  276. border:none;
  277. outline: none;
  278. font-size:1.00rem;
  279. }
  280. .address2-middle-msg .middle-msg-box textarea{
  281. display: inline-block;
  282. height:5.55rem;
  283. max-height:6.66rem;
  284. width:17.00rem;
  285. float: left;
  286. border:none;
  287. outline:none;
  288. resize:none;
  289. padding-top:0.90rem;
  290. overflow-y:hidden;
  291. font-size:1.00rem;
  292. }
  293. /********************设置可填写内容格式************************/
  294. /*收货地2址底部*/
  295. .address2 .address2-bottom{
  296. width: 100%;
  297. height: 14.86rem;
  298. padding-left: 0.68rem;
  299. padding-top: 0.75rem;
  300. }
  301. .address2-bottom input{
  302. display: block;
  303. width: 23.65rem;
  304. height: 3.07rem;
  305. background-color:#EB3E2D;
  306. border:none;
  307. float: left;
  308. color:#fff;
  309. text-align: center;
  310. font-size:1.00rem;
  311. line-height: 3.07rem;
  312. letter-spacing: 0.11rem;
  313. margin-bottom: 0.56rem;
  314. border-radius:0.15rem;
  315. }
  316. .address3-bottom input:nth-child(1){
  317. background-color: #fff;
  318. color:#868A89;
  319. letter-spacing: 0.01rem;
  320. }
  321. .address2-bottom input:focus{
  322. outline:none;
  323. }
  324. .address2-bottom input:last-child{
  325. background-color: #fff;
  326. color:#868A89;
  327. }
  328. /*address3页面*/
  329. .address3{
  330. position: absolute;
  331. top: 0;
  332. left: 0;
  333. }