checkout.wxss 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355
  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. }
  152. .order-total .l {
  153. flex: 1;
  154. height: 100rpx;
  155. line-height: 100rpx;
  156. color: #b4282d;
  157. background: #fff;
  158. font-size: 33rpx;
  159. padding-left: 31.25rpx;
  160. border-top: 1rpx solid rgba(0, 0, 0, 0.2);
  161. border-bottom: 1rpx solid rgba(0, 0, 0, 0.2);
  162. }
  163. .order-total .r {
  164. width: 233rpx;
  165. height: 100rpx;
  166. background: #b4282d;
  167. border: 1px solid #b4282d;
  168. line-height: 100rpx;
  169. text-align: center;
  170. color: #fff;
  171. font-size: 30rpx;
  172. border-radius: 0;
  173. }
  174. .input-box {
  175. position: relative;
  176. float: left;
  177. flex: 1;
  178. height: 50rpx;
  179. line-height: 50rpx;
  180. padding: 0 10rpx;
  181. background: white;
  182. color: rgb(104, 103, 103);
  183. width: 480rpx;
  184. text-align: left;
  185. border: 1px solid #dddbdb;
  186. font-size: 25rpx;
  187. }
  188. .id-card-txt{
  189. font-size:22rpx;
  190. margin-left: 20rpx;
  191. color: #a5a3a3;
  192. }
  193. .biz-type{
  194. font-size:26rpx;
  195. padding-right: 10rpx;
  196. color: white;
  197. background-color: red;
  198. font-weight: bold;
  199. }
  200. .list-cell-checked {
  201. padding: 10px 15px;
  202. position: relative;
  203. display: flex;
  204. align-items: center;
  205. }
  206. .list-cell-checked:first-of-type::before {
  207. display: none;
  208. }
  209. .list-cell-checked::before {
  210. content: " ";
  211. position: absolute;
  212. top: 0;
  213. right: 0;
  214. height: 1px;
  215. border-top: 1px solid #d9d9d9;
  216. color: #d9d9d9;
  217. transform-origin: 0 0;
  218. transform: scaleY(0.5);
  219. left: 15px;
  220. }
  221. .list-cell-checked-hd {
  222. display: flex;
  223. align-items: center;
  224. }
  225. .list-cell-checked-hd .list-label {
  226. font-size: 24rpx;
  227. }
  228. .list-cell-checked-bd {
  229. flex: 1;
  230. font-size: 24rpx;
  231. }
  232. .list-cell-checked-bd .name {
  233. font-size: 24rpx;
  234. }
  235. .list-cell-checked-bd .list-label {
  236. font-size: 24rpx;
  237. width: 100%;
  238. }
  239. .list-cell-checked-bd .list-label-desc {
  240. font-size: 24rpx;
  241. color: #9b9b9b;
  242. padding-top: 5px;
  243. }
  244. .list-cell-checked-ft {
  245. padding-right: 13px;
  246. position: relative;
  247. text-align: right;
  248. color: #999;
  249. font-size: 24rpx;
  250. }
  251. .list-cell-checked-ft .txt {
  252. font-size: 24rpx;
  253. }
  254. .list-cell-checked-ft.router::after {
  255. content: " ";
  256. display: inline-block;
  257. height: 6px;
  258. width: 6px;
  259. border-width: 2px 2px 0 0;
  260. border-color: #c8c8cd;
  261. border-style: solid;
  262. transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  263. top: -2px;
  264. position: absolute;
  265. top: 50%;
  266. margin-top: -4px;
  267. right: 2px;
  268. font-size: 24rpx;
  269. }
  270. .goods-items-all {
  271. margin-top: 10rpx;
  272. width: 730rpx;
  273. height: auto;
  274. overflow: hidden;
  275. background: #fff;
  276. margin-bottom: 10rpx;
  277. margin-left:10rpx;
  278. }
  279. .goods-items-all .item-view {
  280. width: 100%;
  281. height: auto;
  282. overflow: hidden;
  283. padding-left: 46.25rpx;
  284. }
  285. .goods-items-all-end {
  286. margin-top: 10rpx;
  287. width: 730rpx;
  288. height: auto;
  289. overflow: hidden;
  290. background: #fff;
  291. /* padding-left: 31.25rpx; */
  292. margin-bottom: 140rpx;
  293. margin-left:10rpx;
  294. }
  295. .goods-items-all-end .item-view {
  296. width: 100%;
  297. height: auto;
  298. overflow: hidden;
  299. padding-left: 46.25rpx;
  300. }
  301. .textra{
  302. position: relative;
  303. float: left;
  304. flex: 1;
  305. height: 50rpx;
  306. line-height: 50rpx;
  307. padding: 0 10rpx;
  308. background: white;
  309. color: rgb(104, 103, 103);
  310. width: 480rpx;
  311. text-align: left;
  312. /* border: 1px solid #dddbdb; */
  313. font-size: 25rpx;
  314. }