MoveOrderList.scss 810 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .drag_item{
  2. // background-color: gray;
  3. border-radius: 20px;
  4. margin-left: 20px;
  5. margin-right: 20px;
  6. width: 710px;
  7. }
  8. .last_item{
  9. // background-color: ;
  10. color: #fff;
  11. }
  12. .demo_item{
  13. // width: 750px;
  14. // background-color: #000;
  15. }
  16. .modal_order_item{
  17. display: flex;
  18. flex-direction: row;
  19. width: '100%';
  20. align-items: center;
  21. justify-content: space-between;
  22. // background-color: pink;
  23. border-bottom: solid 2px #1c1c1c;
  24. margin-left: 46px;
  25. margin-right: 46px;
  26. box-sizing: border-box;
  27. }
  28. .modal_sel_item{
  29. display: flex;
  30. flex-direction: row;
  31. width: '100%';
  32. align-items: center;
  33. justify-content: space-between;
  34. // background-color: pink;
  35. border-bottom: solid 2px #1c1c1c;
  36. margin-left: 26px;
  37. margin-right: 26px;
  38. }