index.less 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. .total-sort {
  2. .total-sort-num {
  3. position: relative;
  4. text-align: center;
  5. margin-bottom: 20px;
  6. input {
  7. width: 150px;
  8. height: 46px;
  9. background: #F7F7F7;
  10. display: inline-block;
  11. border: none;
  12. text-align: center;
  13. padding: 26px 0;
  14. line-height: 20px;
  15. font-size: 18px;
  16. color: #303036;
  17. }
  18. .plus {
  19. cursor: pointer;
  20. margin-right: 20px;
  21. font-size: 24px;
  22. color: #D0D8E2;
  23. }
  24. .minus {
  25. cursor: pointer;
  26. margin-left: 20px;
  27. font-size: 24px;
  28. color: #D0D8E2;
  29. }
  30. }
  31. .total-sort-desc {
  32. text-align: center;
  33. font-size: 16px;
  34. color: #686872;
  35. line-height: 16px;
  36. margin-bottom: 30px;
  37. b {
  38. margin: 0 5px;
  39. color: #41A6F3;
  40. font-weight: 500;
  41. }
  42. }
  43. .total-sort-list {
  44. text-align: center;
  45. .item {
  46. display: inline-block;
  47. margin: 0 30px;
  48. .sort-num {
  49. position: relative;
  50. margin-bottom: 10px;
  51. .sort-text {
  52. display: inline-block;
  53. font-size: 16px;
  54. color: #686872;
  55. }
  56. input {
  57. margin-left: 5px;
  58. border: none;
  59. background: #F7F7F7;
  60. display: inline-block;
  61. width: 40px;
  62. height: 32px;
  63. color: #303036;
  64. padding: 6px 0;
  65. text-align: center;
  66. line-height: 20px;
  67. font-size: 16px;
  68. }
  69. .up {
  70. cursor: pointer;
  71. position: absolute;
  72. right: -20px;
  73. top: 4px;
  74. font-size: 12px;
  75. color: #D0D8E2;
  76. }
  77. .down {
  78. cursor: pointer;
  79. position: absolute;
  80. right: -20px;
  81. top: 20px;
  82. font-size: 12px;
  83. color: #D0D8E2;
  84. }
  85. }
  86. .t2 {
  87. font-size: 12px;
  88. color: #686872;
  89. b {
  90. color: #41A6F3;
  91. margin: 0 5px;
  92. font-weight: 500;
  93. }
  94. }
  95. }
  96. }
  97. }