1
0

checkout.wxss 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356
  1. page {
  2. height: 100%;
  3. background: #f4f4f4;
  4. }
  5. .address-box {
  6. width: 100%;
  7. height: 166.55rpx;
  8. background: url(http://image.meiping123.com/upload/20180104/11223965528706.png) 0 0 repeat-x;
  9. background-size: 62.5rpx 10.5rpx;
  10. margin-bottom: 1rpx;
  11. padding-top: 10.5rpx;
  12. }
  13. .address-item {
  14. display: flex;
  15. height: 155.55rpx;
  16. background: #fff;
  17. align-items: center;
  18. padding: 41.6rpx 0 41.6rpx 31.25rpx;
  19. }
  20. .address-item.address-empty {
  21. line-height: 75rpx;
  22. text-align: center;
  23. }
  24. .address-box .l {
  25. margin-right: 30rpx;
  26. height: 100%;
  27. }
  28. .address-box .l .name {
  29. font-size: 30rpx;
  30. color: #333;
  31. }
  32. .address-box .l .default {
  33. margin-left: 6.25rpx;
  34. display: block;
  35. width: 62rpx;
  36. height: 33rpx;
  37. border-radius: 5rpx;
  38. border: 1px solid #b4282d;
  39. font-size: 20.5rpx;
  40. text-align: center;
  41. line-height: 29rpx;
  42. color: #b4282d;
  43. }
  44. .address-box .m {
  45. flex: 1;
  46. height: 72.25rpx;
  47. color: #999;
  48. display: flex;
  49. flex-direction: column;
  50. justify-content: center;
  51. }
  52. .address-box .mobile {
  53. margin-bottom: 6.25rpx;
  54. font-size: 30rpx;
  55. color: #333;
  56. }
  57. .address-box .address {
  58. font-size: 25rpx;
  59. color: #666;
  60. }
  61. .address-box .r {
  62. width: 77rpx;
  63. height: 77rpx;
  64. display: flex;
  65. justify-content: center;
  66. align-items: center;
  67. }
  68. .address-box .r image {
  69. width: 52.078rpx;
  70. height: 52.078rpx;
  71. }
  72. .red-txt {
  73. color: red;
  74. }
  75. .goods-items {
  76. /* margin-top: 20rpx; */
  77. width: 100%;
  78. height: auto;
  79. overflow: hidden;
  80. background: #fff;
  81. padding-left: 31.25rpx;
  82. /* margin-bottom: 120rpx; */
  83. }
  84. .goods-items .item {
  85. /* height: 192rpx; */
  86. padding-right: 31.25rpx;
  87. display: flex;
  88. align-items: center;
  89. /* border-bottom: 1px solid rgba(0, 0, 0, 0.15); */
  90. }
  91. .goods-items .item.no-border {
  92. border-bottom: none;
  93. }
  94. .goods-items .item:last-child {
  95. border-bottom: none;
  96. }
  97. .goods-items .img {
  98. height: 145.83rpx;
  99. width: 145.83rpx;
  100. background-color: #f4f4f4;
  101. margin-right: 20rpx;
  102. }
  103. .goods-items .img image {
  104. height: 145.83rpx;
  105. width: 145.83rpx;
  106. }
  107. .goods-items .info {
  108. flex: 1;
  109. height: 145.83rpx;
  110. padding-top: 5rpx;
  111. }
  112. .goods-items .t {
  113. height: 33rpx;
  114. line-height: 33rpx;
  115. margin-bottom: 10rpx;
  116. font-size: 24rpx;
  117. color: #333;
  118. }
  119. .goods-items .t .name {
  120. float: left;
  121. width: 450rpx;
  122. font-size: 24rpx;
  123. }
  124. .goods-items .t .number {
  125. display: block;
  126. float: right;
  127. text-align: right;
  128. }
  129. .goods-items .m {
  130. height: 29rpx;
  131. overflow: hidden;
  132. line-height: 29rpx;
  133. margin-bottom: 25rpx;
  134. font-size: 24rpx;
  135. color: #666;
  136. }
  137. .goods-items .b {
  138. height: 41rpx;
  139. overflow: hidden;
  140. line-height: 41rpx;
  141. font-size: 24rpx;
  142. color: #333;
  143. }
  144. .order-total {
  145. position: fixed;
  146. left: 0;
  147. bottom: 0;
  148. height: 100rpx;
  149. width: 100%;
  150. display: flex;
  151. z-index: 999;
  152. }
  153. .order-total .l {
  154. flex: 1;
  155. height: 100rpx;
  156. line-height: 100rpx;
  157. color: #b4282d;
  158. background: #fff;
  159. font-size: 33rpx;
  160. padding-left: 31.25rpx;
  161. border-top: 1rpx solid rgba(0, 0, 0, 0.2);
  162. border-bottom: 1rpx solid rgba(0, 0, 0, 0.2);
  163. }
  164. .order-total .r {
  165. width: 233rpx;
  166. height: 100rpx;
  167. background: #b4282d;
  168. border: 1px solid #b4282d;
  169. line-height: 100rpx;
  170. text-align: center;
  171. color: #fff;
  172. font-size: 30rpx;
  173. border-radius: 0;
  174. }
  175. .input-box {
  176. position: relative;
  177. float: left;
  178. flex: 1;
  179. height: 50rpx;
  180. line-height: 50rpx;
  181. padding: 0 10rpx;
  182. background: white;
  183. color: rgb(104, 103, 103);
  184. width: 480rpx;
  185. text-align: left;
  186. border: 1px solid #dddbdb;
  187. font-size: 25rpx;
  188. }
  189. .id-card-txt{
  190. font-size:22rpx;
  191. margin-left: 20rpx;
  192. color: #a5a3a3;
  193. }
  194. .biz-type{
  195. font-size:26rpx;
  196. padding-right: 10rpx;
  197. color: white;
  198. background-color: red;
  199. font-weight: bold;
  200. }
  201. .list-cell-checked {
  202. padding: 10px 15px;
  203. position: relative;
  204. display: flex;
  205. align-items: center;
  206. }
  207. .list-cell-checked:first-of-type::before {
  208. display: none;
  209. }
  210. .list-cell-checked::before {
  211. content: " ";
  212. position: absolute;
  213. top: 0;
  214. right: 0;
  215. height: 1px;
  216. border-top: 1px solid #d9d9d9;
  217. color: #d9d9d9;
  218. transform-origin: 0 0;
  219. transform: scaleY(0.5);
  220. left: 15px;
  221. }
  222. .list-cell-checked-hd {
  223. display: flex;
  224. align-items: center;
  225. }
  226. .list-cell-checked-hd .list-label {
  227. font-size: 24rpx;
  228. }
  229. .list-cell-checked-bd {
  230. flex: 1;
  231. font-size: 24rpx;
  232. }
  233. .list-cell-checked-bd .name {
  234. font-size: 24rpx;
  235. }
  236. .list-cell-checked-bd .list-label {
  237. font-size: 24rpx;
  238. width: 100%;
  239. }
  240. .list-cell-checked-bd .list-label-desc {
  241. font-size: 24rpx;
  242. color: #9b9b9b;
  243. padding-top: 5px;
  244. }
  245. .list-cell-checked-ft {
  246. padding-right: 13px;
  247. position: relative;
  248. text-align: right;
  249. color: #999;
  250. font-size: 24rpx;
  251. }
  252. .list-cell-checked-ft .txt {
  253. font-size: 24rpx;
  254. }
  255. .list-cell-checked-ft.router::after {
  256. content: " ";
  257. display: inline-block;
  258. height: 6px;
  259. width: 6px;
  260. border-width: 2px 2px 0 0;
  261. border-color: #c8c8cd;
  262. border-style: solid;
  263. transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  264. top: -2px;
  265. position: absolute;
  266. top: 50%;
  267. margin-top: -4px;
  268. right: 2px;
  269. font-size: 24rpx;
  270. }
  271. .goods-items-all {
  272. margin-top: 10rpx;
  273. width: 730rpx;
  274. height: auto;
  275. overflow: hidden;
  276. background: #fff;
  277. margin-bottom: 10rpx;
  278. margin-left:10rpx;
  279. }
  280. .goods-items-all .item-view {
  281. width: 100%;
  282. height: auto;
  283. overflow: hidden;
  284. padding-left: 46.25rpx;
  285. }
  286. .goods-items-all-end {
  287. margin-top: 10rpx;
  288. width: 730rpx;
  289. height: auto;
  290. overflow: hidden;
  291. background: #fff;
  292. /* padding-left: 31.25rpx; */
  293. padding-bottom: 200rpx;
  294. margin-left:10rpx;
  295. }
  296. .goods-items-all-end .item-view {
  297. width: 100%;
  298. height: auto;
  299. overflow: hidden;
  300. padding-left: 46.25rpx;
  301. }
  302. .textra{
  303. position: relative;
  304. float: left;
  305. flex: 1;
  306. height: 50rpx;
  307. line-height: 50rpx;
  308. padding: 0 10rpx;
  309. background: white;
  310. color: rgb(104, 103, 103);
  311. width: 480rpx;
  312. text-align: left;
  313. /* border: 1px solid #dddbdb; */
  314. font-size: 25rpx;
  315. }