payment.scss 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  1. .payment-wrap {
  2. width: 1210px;
  3. margin: 20px auto;
  4. }
  5. .clear {
  6. clear: both;
  7. }
  8. .item-block {
  9. padding: 0 15px 1px;
  10. margin: 10px 0;
  11. border-radius: 0;
  12. border: none;
  13. background: #ffffff;
  14. .block-text {
  15. border-color: #eeeeee;
  16. color: $ns-text-color-black;
  17. padding: 7px 0;
  18. border-bottom: 1px;
  19. }
  20. .box {
  21. .liuyan-text {
  22. background-color: #f7f7f7;
  23. border: 2px solid #dadada;
  24. height: 56px;
  25. width: 80%;
  26. padding: 10px;
  27. box-sizing: border-box;
  28. border-radius: 4px;
  29. }
  30. }
  31. .jifen-price {
  32. font-weight: bold;
  33. color: red;
  34. }
  35. }
  36. .padd-bom-10 {
  37. padding-bottom: 10px;
  38. }
  39. .padd-bom-20 {
  40. padding-bottom: 20px;
  41. }
  42. //收货地址
  43. .address-desc {
  44. overflow: hidden;
  45. text-overflow: ellipsis;
  46. display: -webkit-box;
  47. -webkit-box-orient: vertical;
  48. -webkit-line-clamp: 2;
  49. }
  50. .address-item {
  51. width: 23%;
  52. border: 3px solid #eee;
  53. box-sizing: border-box;
  54. margin: 1%;
  55. height: 150px;
  56. cursor: pointer;
  57. float: left;
  58. .add-address {
  59. padding: 10px;
  60. text-align: center;
  61. line-height: 120px;
  62. }
  63. .address-info {
  64. padding: 10px;
  65. height: 100%;
  66. box-sizing: border-box;
  67. position: relative;
  68. .options {
  69. position: absolute;
  70. right: 0;
  71. top: 10px;
  72. width: 50%;
  73. text-align: right;
  74. div {
  75. display: inline-block;
  76. margin-right: 10px;
  77. color: #999999;
  78. }
  79. }
  80. .address-name {
  81. color: $base-color;
  82. padding: 0px 0 6px;
  83. border-bottom: 1px solid #eee;
  84. width: 100%;
  85. overflow: hidden;
  86. text-overflow: ellipsis;
  87. white-space: nowrap;
  88. padding-right: 71px;
  89. box-sizing: border-box;
  90. line-height: 25px;
  91. }
  92. .address-mobile {
  93. padding: 10px 0 4px;
  94. }
  95. }
  96. }
  97. .address-item.active {
  98. background-color: #fffbf9;
  99. border-color: $base-color;
  100. }
  101. //支付方式
  102. .pay-type-list {
  103. padding: 20px 0;
  104. }
  105. .distribution {
  106. color: #ff547b;
  107. margin-left: 10px;
  108. }
  109. .pay-type-item {
  110. background-color: white;
  111. display: inline-block;
  112. border: 2px solid #eeeeee;
  113. padding: 5px 20px;
  114. margin-right: 20px;
  115. cursor: pointer;
  116. }
  117. .pay-type-item.active {
  118. border-color: $base-color;
  119. }
  120. .mobile-wrap {
  121. width: 300px;
  122. }
  123. //商品列表
  124. .goods-list {
  125. padding: 15px 0;
  126. .store-icon {
  127. margin-right: 5px;
  128. font-size: 16px;
  129. }
  130. .shop-icon {
  131. font-size: 18px;
  132. }
  133. table {
  134. width: 100%;
  135. }
  136. .goods-info-left {
  137. width: 60px;
  138. height: 60px;
  139. float: left;
  140. .goods-img {
  141. width: 60px;
  142. height: 60px;
  143. }
  144. }
  145. .goods-info-right {
  146. float: left;
  147. height: 60px;
  148. margin-left: 10px;
  149. color: $base-color;
  150. width: 80%;
  151. .goods-name {
  152. line-height: 20px;
  153. padding-top: 10px;
  154. display: -webkit-box;
  155. -webkit-box-orient: vertical;
  156. -webkit-line-clamp: 2;
  157. overflow: hidden;
  158. }
  159. .goods-spec {
  160. color: #999;
  161. }
  162. }
  163. .goods-footer {
  164. background-color: #f3fbfe;
  165. padding: 10px;
  166. margin-top: 10px;
  167. .goods-footer-right {
  168. width: 50%;
  169. float: left;
  170. }
  171. .goods-footer-left {
  172. width: 50%;
  173. float: left;
  174. }
  175. .order-cell {
  176. cursor: pointer;
  177. .tit {
  178. padding: 5px 0 0 0;
  179. }
  180. }
  181. .express-item {
  182. margin-top: 5px;
  183. display: inline-block;
  184. border: 2px solid #eeeeee;
  185. padding: 3px 10px;
  186. margin-right: 20px;
  187. cursor: pointer;
  188. }
  189. .express-item.active {
  190. border-color: $base-color;
  191. }
  192. }
  193. }
  194. .promotion-show {
  195. color: #999;
  196. }
  197. .align-right {
  198. text-align: right;
  199. }
  200. //统计
  201. .order-statistics {
  202. float: right;
  203. padding: 10px;
  204. // color: #999;
  205. }
  206. .order-submit {
  207. float: right;
  208. padding: 10px;
  209. }
  210. .order-money {
  211. display: inline-block;
  212. margin-right: 20px;
  213. div {
  214. display: inline-block;
  215. font-size: $ns-font-size-lg;
  216. }
  217. }
  218. .buyer-message.el-textarea {
  219. width: 400px;
  220. }
  221. .address-open {
  222. cursor: pointer;
  223. font-size: 13px;
  224. padding: 0 0 10px 10px;
  225. }
  226. .pay-password-item {
  227. margin-bottom: 10px;
  228. }
  229. .pay-password {
  230. width: 80%;
  231. }
  232. .pay-password.hide-password {
  233. position: fixed;
  234. top: -9999px;
  235. }
  236. .platform-coupon {
  237. cursor: pointer;
  238. }
  239. .forget-password {
  240. text-align: right;
  241. margin-right: 45px;
  242. cursor: pointer;
  243. }
  244. .disabled-selected-wrap {
  245. pointer-events: none;
  246. cursor: pointer;
  247. }
  248. .cursor-pointer {
  249. cursor: pointer;
  250. }
  251. //发票样式
  252. .invoice-information {
  253. .invoice-type-box {
  254. display: inline-block;
  255. padding: 10px 0px;
  256. vertical-align: bottom;
  257. height: 30px;
  258. line-height: 30px;
  259. &.invoice-title-box {
  260. margin-right: 100px;
  261. }
  262. .invoice-name {
  263. margin-right: 25px;
  264. }
  265. .invoice-to-type {
  266. display: inline-block;
  267. margin-right: 30px;
  268. position: relative;
  269. // i{
  270. // width: 17px;
  271. // height: 17px;
  272. // display: inline-block;
  273. // position: absolute;
  274. // border-radius: 34px;
  275. // overflow: hidden;
  276. // top: 7px;
  277. // left:-1px;
  278. // background: #fff;
  279. // background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABbUlEQVQ4jYXTsUvVURQH8I8PE1zKTdcEK7I/wNkkKpGgxNaGBqUQ3JT2xoQoaajmhhTEgoig1V0QdQiaCgTxJRK4PDlybtwe+vzCDw7n+/3ee+75ndPVmpzXhut4jDu4nNQPfMFbbNbyRhX34BW+YxdTuJTfw8wF9wa9xdRdmT/jD66g2VbVRn5LeI813MVRqWARB5g8xVyjmZq46EV5wjAe4BFaKR7CchqaGQ8l10pteIa7s2FLeWrgKtbRV918H6MYwXZqX4Y3KriN1Ur8vM1c0JdcwafwxgGD2KqIsQ49uFXFUclgo4P4PPSUvxBDcq0Sf+tg/FrFUfnPRk7YvYp4hv1TzPvJFYzHZXHAO8zgYhJb2e2VnI2DjEeqXoV2Nka77MJrDOSQlFk4C134iN94Upo4l6cGEbN/FoIrmvD8W6ajfNMv7GABN3Ahux1x5IKLpZpIz3/bGImnOXH9edMh9vAhczcxjb8nDhwDyjpTCJDO1nsAAAAASUVORK5CYII=);
  280. // background-size: 100% 100%;
  281. // }
  282. i {
  283. width: 14px;
  284. height: 14px;
  285. display: inline-block;
  286. border-radius: 34px;
  287. overflow: hidden;
  288. background: #fff;
  289. vertical-align: text-bottom;
  290. border: 1px solid #999;
  291. &.active {
  292. width: 17px;
  293. height: 17px;
  294. overflow: hidden;
  295. background: #fff;
  296. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABbUlEQVQ4jYXTsUvVURQH8I8PE1zKTdcEK7I/wNkkKpGgxNaGBqUQ3JT2xoQoaajmhhTEgoig1V0QdQiaCgTxJRK4PDlybtwe+vzCDw7n+/3ee+75ndPVmpzXhut4jDu4nNQPfMFbbNbyRhX34BW+YxdTuJTfw8wF9wa9xdRdmT/jD66g2VbVRn5LeI813MVRqWARB5g8xVyjmZq46EV5wjAe4BFaKR7CchqaGQ8l10pteIa7s2FLeWrgKtbRV918H6MYwXZqX4Y3KriN1Ur8vM1c0JdcwafwxgGD2KqIsQ49uFXFUclgo4P4PPSUvxBDcq0Sf+tg/FrFUfnPRk7YvYp4hv1TzPvJFYzHZXHAO8zgYhJb2e2VnI2DjEeqXoV2Nka77MJrDOSQlFk4C134iN94Upo4l6cGEbN/FoIrmvD8W6ajfNMv7GABN3Ahux1x5IKLpZpIz3/bGImnOXH9edMh9vAhczcxjb8nDhwDyjpTCJDO1nsAAAAASUVORK5CYII=);
  297. background-size: 100% 100%;
  298. border: 0px solid #fff;
  299. }
  300. }
  301. input {
  302. vertical-align: middle;
  303. margin: 0px;
  304. width: 15px;
  305. height: 15px;
  306. }
  307. }
  308. .invoice-box-form {
  309. display: inline-block;
  310. input {
  311. height: 28px;
  312. line-height: 28px;
  313. margin-right: 20px;
  314. border: 1px solid #dddddd;
  315. padding-left: 10px;
  316. border-radius: 3px;
  317. outline: none;
  318. }
  319. }
  320. }
  321. .invoice-condition {
  322. margin-bottom: 20px;
  323. padding: 10px 0px;
  324. .invoice-name {
  325. margin-right: 25px;
  326. }
  327. .invoice-box-form {
  328. display: inline-block;
  329. .option-item {
  330. margin-right: 20px;
  331. cursor: pointer;
  332. &.active {
  333. color: #ff547b;
  334. }
  335. }
  336. }
  337. }
  338. }