checkout.wxss 5.8 KB

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