orderList.scss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439
  1. .sld_order_list {
  2. width: 1007px;
  3. margin-left: 10px;
  4. float: left;
  5. .container {
  6. padding: 20px;
  7. background-color: #fff;
  8. margin-bottom: 10px;
  9. h3 {
  10. line-height: 1;
  11. font-size: 16px;
  12. color: #333333;
  13. margin-bottom: 20px;
  14. border: none;
  15. padding-left: 0;
  16. }
  17. .sld_order_nav {
  18. width: 100%;
  19. .sld_order_nav_con {
  20. .item {
  21. height: 42px;
  22. line-height: 42px;
  23. font-size: 14px;
  24. text-align: center;
  25. border-bottom: 0;
  26. padding-left: 18px;
  27. padding-right: 18px;
  28. &:not(:first-child) {
  29. border-left: none;
  30. }
  31. &:hover {
  32. color: $colorMain2;
  33. }
  34. }
  35. .active {
  36. color: $colorMain2;
  37. font-weight: 600;
  38. position: relative;
  39. &::after {
  40. position: absolute;
  41. content: "";
  42. left: 0;
  43. bottom: -1px;
  44. width: 100%;
  45. height: 2px;
  46. background-color: $colorMain2;
  47. }
  48. }
  49. }
  50. .search_con {
  51. // width: 100%;
  52. height: 44px;
  53. border-top: 1px solid #e8e8f1;
  54. padding-top: 18px;
  55. padding-bottom: 18px;
  56. box-sizing: border-box;
  57. .search_incon {
  58. box-sizing: border-box;
  59. border: 1px solid #e8e8f1;
  60. }
  61. .search_input {
  62. width: 323px;
  63. border-right: none;
  64. }
  65. .el-input__inner {
  66. height: 29px;
  67. padding-left: 11px;
  68. border: none;
  69. box-sizing: border-box;
  70. outline: none;
  71. font-size: 12px;
  72. //font-family: Microsoft YaHei;
  73. font-weight: 400;
  74. }
  75. .search {
  76. width: 105px;
  77. height: 32px;
  78. border: none;
  79. background-color: #f7f7f7;
  80. color: #000;
  81. line-height: 32px;
  82. width: 70px;
  83. text-align: center;
  84. font-size: 12px;
  85. }
  86. .el-select {
  87. height: 34px;
  88. line-height: 34px;
  89. box-shadow: 0 0 3px 2px #f5f5f5;
  90. .el-input {
  91. width: 150px;
  92. height: 34px;
  93. }
  94. .el-input__inner {
  95. position: absolute;
  96. top: 0;
  97. left: 0;
  98. height: 34px;
  99. padding-left: 10px;
  100. padding-right: 10px;
  101. border: none;
  102. box-sizing: border-box;
  103. outline: none;
  104. }
  105. .el-input__suffix {
  106. display: flex;
  107. align-items: center;
  108. justify-content: center;
  109. }
  110. }
  111. }
  112. }
  113. .order_title_info {
  114. width: 100%;
  115. height: 36px;
  116. line-height: 36px;
  117. margin: 20px 0;
  118. background-color: #f7f7f7;
  119. color: #666;
  120. div {
  121. text-align: center;
  122. }
  123. .time_select {
  124. width: 398px;
  125. }
  126. .good_price,
  127. .num {
  128. width: 53px;
  129. }
  130. .after,
  131. .order_price,
  132. .state,
  133. .oprate {
  134. width: 150px;
  135. }
  136. }
  137. .order_item {
  138. width: 100%;
  139. margin-bottom: 13px;
  140. border: 1px solid #e8e8f1;
  141. .title {
  142. position: relative;
  143. height: 43px;
  144. padding: 0 10px;
  145. background-color: #f7f7f7;
  146. line-height: 43px;
  147. .order_time {
  148. position: absolute;
  149. right: 10px;
  150. }
  151. .order_num,
  152. .store_name {
  153. margin-left: 20px;
  154. cursor: pointer;
  155. &:hover {
  156. color: $colorMain;
  157. }
  158. }
  159. .store_service {
  160. display: flex;
  161. align-items: center;
  162. margin-left: 5px;
  163. cursor: pointer;
  164. img {
  165. width: 18px;
  166. height: 18px;
  167. }
  168. }
  169. }
  170. .good_info_con {
  171. align-items: stretch;
  172. .good_info {
  173. width: 504px;
  174. border-right: 1px solid #e8e8f1;
  175. .item {
  176. width: 100%;
  177. padding: 20px 0 20px 20px;
  178. .good {
  179. width: 383px;
  180. align-items: flex-start;
  181. .coverImage {
  182. cursor: pointer;
  183. }
  184. }
  185. &:not(:first-child) {
  186. border-top: 1px solid #e8e8f1;
  187. }
  188. text-align: left;
  189. img {
  190. width: 80px;
  191. height: 80px;
  192. }
  193. .left {
  194. position: relative;
  195. .virtual_tag {
  196. position: absolute;
  197. top: 0;
  198. left: 0;
  199. background: #e8bc4d;
  200. color: #fff;
  201. padding: 2px;
  202. font-size: 13px;
  203. }
  204. }
  205. .right {
  206. margin-left: 10px;
  207. .good_name {
  208. width: 200px;
  209. height: 36px;
  210. line-height: 18px;
  211. cursor: pointer;
  212. &:hover {
  213. color: $colorMain;
  214. }
  215. }
  216. .spec {
  217. line-height: 18px;
  218. width: 200px;
  219. }
  220. }
  221. .good_price,
  222. .num {
  223. width: 53px;
  224. text-align: center;
  225. }
  226. }
  227. }
  228. .after,
  229. .order_price,
  230. .state,
  231. .oprate {
  232. width: 150px;
  233. text-align: center;
  234. border-right: 1px solid #e8e8f1;
  235. }
  236. .oprate {
  237. div {
  238. margin-top: 10px;
  239. &:hover {
  240. color: $colorMain2;
  241. }
  242. cursor: pointer;
  243. }
  244. .detail {
  245. &:hover {
  246. color: $colorMain2;
  247. }
  248. margin-top: 10px;
  249. cursor: pointer;
  250. }
  251. }
  252. .state {
  253. .state_value {
  254. color: $colorMain2;
  255. margin-top: 5px;
  256. }
  257. .order_type {
  258. display: inline-block;
  259. padding: 0 11px;
  260. height: 20px;
  261. line-height: 20px;
  262. border: 1px solid #bfbfbf;
  263. border-radius: 10px;
  264. margin-top: 8px;
  265. }
  266. }
  267. .oprate {
  268. border: none;
  269. }
  270. }
  271. }
  272. }
  273. .cancel_list_con,
  274. .logistics_list_con {
  275. width: 520px;
  276. margin: 0 auto;
  277. height: 300px;
  278. overflow-y: scroll;
  279. padding-top: 1px;
  280. .reason_item {
  281. padding: 0 30px;
  282. height: 40px;
  283. width: 100%;
  284. margin-bottom: 15px;
  285. img {
  286. width: 18px;
  287. height: 18px;
  288. }
  289. &.active {
  290. background: #f8f8f8;
  291. }
  292. }
  293. }
  294. .confirm_cancel_btn {
  295. width: 80px;
  296. height: 30px;
  297. background: $colorMain2;
  298. border-radius: 3px;
  299. line-height: 30px;
  300. text-align: center;
  301. color: white;
  302. margin: 0 auto;
  303. margin-top: 20px;
  304. cursor: pointer;
  305. }
  306. .logistics_info {
  307. width: 100%;
  308. height: 86px;
  309. background: #f8f8f8;
  310. border: 1px solid #dfdfdf;
  311. font-size: 14px;
  312. padding: 20px;
  313. p:nth-child(2) {
  314. margin-top: 10px;
  315. }
  316. margin-bottom: 20px;
  317. }
  318. // 选择地址
  319. .address_con {
  320. height: 330px;
  321. overflow-y: scroll;
  322. width: 460px;
  323. margin: 0 auto;
  324. .address_item {
  325. &:not(:first-child) {
  326. margin-top: 20px;
  327. }
  328. width: 458px;
  329. // height: 104px;
  330. box-sizing: border-box;
  331. border: 1px solid #dfdfdf;
  332. position: relative;
  333. padding: 20px;
  334. cursor: pointer;
  335. span:not(:first-child) {
  336. margin-top: 12px;
  337. }
  338. .address_text {
  339. display: flex;
  340. div:first-child {
  341. white-space: nowrap;
  342. }
  343. div:last-child {
  344. word-break: break-all;
  345. line-height: 20px;
  346. }
  347. }
  348. .selected {
  349. width: 14px;
  350. height: 14px;
  351. position: absolute;
  352. right: 0;
  353. bottom: 0;
  354. }
  355. }
  356. .select {
  357. border: 1px solid $colorMain2;
  358. }
  359. }
  360. }
  361. .select_reason_width {
  362. width: 560px !important;
  363. ::-webkit-scrollbar {
  364. width: 0 !important;
  365. }
  366. ::-webkit-scrollbar {
  367. width: 0 !important;
  368. height: 0;
  369. }
  370. }
  371. .select_address_width {
  372. width: 500px !important;
  373. ::-webkit-scrollbar {
  374. width: 0 !important;
  375. }
  376. ::-webkit-scrollbar {
  377. width: 0 !important;
  378. height: 0;
  379. }
  380. }
  381. .el-dialog__body {
  382. padding-top: 10px;
  383. padding-bottom: 20px;
  384. }
  385. .el-pager li.active {
  386. color: $colorMain;
  387. cursor: default;
  388. }
  389. .el-pager li:hover {
  390. color: $colorMain;
  391. }