index.less 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. @charset "utf-8";
  2. #cart {
  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. .footer {
  12. position: fixed;
  13. height: 80px;
  14. bottom: 0;
  15. left: 0;
  16. right: 0;
  17. background: #fff;
  18. .content {
  19. border-top: 1px solid #eee;
  20. padding-left: 20px;
  21. .d-i-b {
  22. vertical-align: top;
  23. }
  24. .f-r {
  25. .button {
  26. width: 160px;
  27. height: 80px;
  28. line-height: 80px;
  29. font-size: 22px;
  30. padding: 0;
  31. }
  32. }
  33. }
  34. }
  35. .order-item {
  36. background: #FAFAFAFF;
  37. margin-bottom: 30px;
  38. .order-item-info {
  39. width: 980px;
  40. margin-left: 100px;
  41. margin-right: 60px;
  42. height: 58px;
  43. line-height: 58px;
  44. position: relative;
  45. .close {
  46. position: absolute;
  47. right: -40px;
  48. top: 20px;
  49. }
  50. .select {
  51. position: absolute;
  52. left: -80px;
  53. top: 20px;
  54. }
  55. .gift {
  56. position: absolute;
  57. right: -40px;
  58. top: 25px;
  59. }
  60. .up {
  61. cursor: pointer;
  62. position: absolute;
  63. left: 62px;
  64. top: 20px;
  65. font-size: 10px;
  66. color: #D0D8E2;
  67. transform: scale(0.8);
  68. }
  69. .down {
  70. cursor: pointer;
  71. position: absolute;
  72. left: 62px;
  73. top: 30px;
  74. font-size: 10px;
  75. color: #D0D8E2;
  76. transform: scale(0.8);
  77. }
  78. input {
  79. line-height: 32px;
  80. }
  81. }
  82. .order-item-detail {
  83. width: 980px;
  84. margin-left: 100px;
  85. margin-right: 60px;
  86. border-top: 1px solid #eee;
  87. padding: 20px 0;
  88. }
  89. }
  90. .gift-item {
  91. background: #FAFAFAFF;
  92. margin-bottom: 30px;
  93. .gift-item-info {
  94. width: 980px;
  95. margin-left: 100px;
  96. margin-right: 60px;
  97. height: 58px;
  98. line-height: 58px;
  99. position: relative;
  100. .gift {
  101. position: absolute;
  102. left: -80px;
  103. top: 20px;
  104. }
  105. }
  106. .gift-item-detail {
  107. width: 980px;
  108. margin-left: 100px;
  109. margin-right: 60px;
  110. border-top: 1px solid #eee;
  111. padding: 20px 0;
  112. }
  113. }
  114. }
  115. .order-modal {
  116. .close {
  117. top: -17px !important;
  118. right: -17px !important;
  119. }
  120. }