index.less 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. @charset "utf-8";
  2. #order {
  3. background: #fff;
  4. height: 100%;
  5. padding-bottom: 100px;
  6. overflow: hidden;
  7. overflow-y: auto;
  8. .content {
  9. width: 1140px !important;
  10. }
  11. .order-item {
  12. background: #FAFAFAFF;
  13. margin-bottom: 20px;
  14. .order-item-info {
  15. margin-left: 20px;
  16. margin-right: 20px;
  17. height: 58px;
  18. line-height: 58px;
  19. position: relative;
  20. }
  21. .order-item-detail {
  22. margin-left: 20px;
  23. margin-right: 20px;
  24. border-top: 1px solid #eee;
  25. padding: 20px 0;
  26. }
  27. }
  28. .gift-list {
  29. border-top: 1px solid #eee;
  30. }
  31. .gift-item {
  32. padding: 20px 0;
  33. line-height: 20px;
  34. border-bottom: 1px solid #eee;
  35. .assets {
  36. vertical-align: top;
  37. }
  38. }
  39. .block {
  40. padding-top: 30px;
  41. .title {
  42. padding: 20px 0;
  43. line-height: 20px;
  44. border-bottom: 1px solid #eee;
  45. }
  46. .item {
  47. padding: 20px 0;
  48. line-height: 20px;
  49. border-bottom: 1px solid #eee;
  50. span {
  51. margin-right: 40px;
  52. display: inline-block;
  53. }
  54. }
  55. }
  56. }
  57. .order-modal {
  58. .close {
  59. top: -17px !important;
  60. right: -17px !important;
  61. }
  62. }