payment_seckill.scss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. .clear {
  2. clear: both;
  3. }
  4. .item-block {
  5. padding: 0 15px 1px;
  6. margin: 10px 0;
  7. border-radius: 0;
  8. border: none;
  9. background: #ffffff;
  10. .block-text {
  11. border-color: #eeeeee;
  12. color: $ns-text-color-black;
  13. padding: 7px 0;
  14. border-bottom: 1px;
  15. }
  16. .box{
  17. .liuyan-text{
  18. background-color: #F7F7F7;
  19. border: 2px solid #DADADA;
  20. height: 56px;
  21. width: 80%;
  22. padding: 10px;
  23. box-sizing: border-box;
  24. border-radius: 4px;
  25. }
  26. }
  27. }
  28. .padd-bom-10{
  29. padding-bottom: 10px;
  30. }
  31. .padd-bom-20{
  32. padding-bottom: 20px;
  33. }
  34. //收货地址
  35. .address-desc {
  36. overflow: hidden;
  37. text-overflow: ellipsis;
  38. display: -webkit-box;
  39. -webkit-box-orient: vertical;
  40. -webkit-line-clamp: 2;
  41. }
  42. .address-item {
  43. width: 23%;
  44. border: 3px solid #eee;
  45. box-sizing: border-box;
  46. margin: 1%;
  47. height: 150px;
  48. cursor: pointer;
  49. float: left;
  50. .add-address {
  51. padding: 10px;
  52. text-align: center;
  53. line-height: 120px;
  54. }
  55. .address-info {
  56. padding: 10px;
  57. height: 100%;
  58. box-sizing: border-box;
  59. position: relative;
  60. .options {
  61. position: absolute;
  62. right: 0;
  63. top: 10px;
  64. width: 50%;
  65. text-align: right;
  66. div {
  67. display: inline-block;
  68. margin-right: 10px;
  69. color: #999999;
  70. }
  71. }
  72. .address-name {
  73. color: $base-color;
  74. padding: 0px 0 6px;
  75. border-bottom: 1px solid #eee;
  76. width: 100%;
  77. overflow: hidden;
  78. text-overflow: ellipsis;
  79. white-space: nowrap;
  80. padding-right: 71px;
  81. box-sizing: border-box;
  82. line-height: 25px;
  83. }
  84. .address-mobile {
  85. padding: 10px 0 4px;
  86. }
  87. }
  88. }
  89. .address-item.active {
  90. background-color: #fffbf9;
  91. border-color: $base-color;
  92. }
  93. //支付方式
  94. .pay-type-list {
  95. padding: 20px 0;
  96. }
  97. .distribution{
  98. color: #ff547b;
  99. margin-left: 10px;
  100. }
  101. .pay-type-item {
  102. background-color: white;
  103. display: inline-block;
  104. border: 2px solid #eeeeee;
  105. padding: 5px 20px;
  106. margin-right: 20px;
  107. cursor: pointer;
  108. }
  109. .pay-type-item.active {
  110. border-color: $base-color;
  111. }
  112. .mobile-wrap {
  113. width: 300px;
  114. }
  115. //商品列表
  116. .goods-list {
  117. padding: 15px 0;
  118. .store-icon {
  119. margin-right: 5px;
  120. font-size: 16px;
  121. }
  122. .shop-icon {
  123. font-size: 18px;
  124. }
  125. table {
  126. width: 100%;
  127. }
  128. .goods-info-left {
  129. width: 60px;
  130. height: 60px;
  131. float: left;
  132. .goods-img {
  133. width: 60px;
  134. height: 60px;
  135. }
  136. }
  137. .goods-info-right {
  138. float: left;
  139. height: 60px;
  140. margin-left: 10px;
  141. color: $base-color;
  142. width: 80%;
  143. .goods-name {
  144. line-height: 20px;
  145. padding-top: 10px;
  146. display: -webkit-box;
  147. -webkit-box-orient: vertical;
  148. -webkit-line-clamp: 2;
  149. overflow: hidden;
  150. }
  151. .goods-spec {
  152. color: #999;
  153. }
  154. }
  155. .goods-footer {
  156. background-color: #f3fbfe;
  157. padding: 10px;
  158. margin-top: 10px;
  159. .goods-footer-right {
  160. width: 50%;
  161. float: left;
  162. }
  163. .goods-footer-left {
  164. width: 50%;
  165. float: left;
  166. }
  167. .order-cell {
  168. cursor: pointer;
  169. .tit {
  170. padding: 5px 0 0 0;
  171. }
  172. }
  173. .express-item {
  174. margin-top: 5px;
  175. display: inline-block;
  176. border: 2px solid #eeeeee;
  177. padding: 3px 10px;
  178. margin-right: 20px;
  179. cursor: pointer;
  180. }
  181. .express-item.active {
  182. border-color: $base-color;
  183. }
  184. }
  185. }
  186. .promotion-show {
  187. color: #999;
  188. }
  189. .align-right {
  190. text-align: right;
  191. }
  192. //统计
  193. .order-statistics {
  194. float: right;
  195. padding: 10px;
  196. // color: #999;
  197. }
  198. .order-submit {
  199. float: right;
  200. padding: 10px;
  201. }
  202. .order-money {
  203. display: inline-block;
  204. margin-right: 20px;
  205. div {
  206. display: inline-block;
  207. font-size: $ns-font-size-lg;
  208. }
  209. }
  210. .buyer-message.el-textarea {
  211. width: 400px;
  212. }
  213. .address-open {
  214. cursor: pointer;
  215. font-size: 13px;
  216. padding: 0 0 10px 10px;
  217. }
  218. .pay-password-item {
  219. margin-bottom: 10px;
  220. }
  221. .pay-password {
  222. width: 80%;
  223. }
  224. .pay-password.hide-password {
  225. position: fixed;
  226. top: -9999px;
  227. }
  228. .platform-coupon {
  229. cursor: pointer;
  230. }
  231. .forget-password {
  232. text-align: right;
  233. margin-right: 45px;
  234. cursor: pointer;
  235. }
  236. .disabled-selected-wrap {
  237. pointer-events: none;
  238. cursor: pointer;
  239. }
  240. .cursor-pointer {
  241. cursor: pointer;
  242. }