index.less 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. @charset "utf-8";
  2. #product-data {
  3. .top {
  4. position: absolute;
  5. top: 0;
  6. left: 0;
  7. right: 0;
  8. border-bottom: 1px solid #eee;
  9. padding: 10px 15px;
  10. line-height: 24px;
  11. color: #686872;
  12. .tab {
  13. display: inline-block;
  14. padding: 0 15px;
  15. }
  16. .tab.active {
  17. color: #41A6F3;
  18. }
  19. .right {
  20. float: right;
  21. border-left: 1px solid #eee;
  22. padding: 0 10px;
  23. .assets {
  24. margin-left: 5px;
  25. width: 20px;
  26. height: 20px;
  27. }
  28. }
  29. }
  30. .list {
  31. padding-top: 46px;
  32. height: 100%;
  33. .am-list-body {
  34. padding: 15px;
  35. }
  36. .am-list-body::before {
  37. background: none;
  38. }
  39. .am-list-body::after {
  40. background: none;
  41. }
  42. }
  43. .am-drawer {
  44. .am-drawer-sidebar {
  45. width: 240px;
  46. background: #fff;
  47. .filter {
  48. .body {
  49. .item {
  50. line-height: 30px;
  51. padding: 15px;
  52. border-bottom: 1px solid #eee;
  53. .label {
  54. color: #303036;
  55. font-size: 12px;
  56. }
  57. .value {
  58. border-bottom: 1px solid #eee;
  59. padding-bottom: 10px;
  60. .g-special-radio-wrapper {
  61. margin: 0 4px;
  62. }
  63. }
  64. .left {
  65. display: inline-block;
  66. }
  67. .right {
  68. float: right;
  69. text-align: right;
  70. border: none;
  71. padding: 0;
  72. .g-checkbox-wrapper {
  73. padding-top: 3px;
  74. }
  75. .g-special-radio-wrapper {
  76. margin: 0 5px;
  77. }
  78. }
  79. .arrow {
  80. width: 15px;
  81. height: 15px;
  82. }
  83. }
  84. .sub {
  85. padding: 0 15px;
  86. border-bottom: 1px solid #eee;
  87. .item {
  88. padding: 10px 0;
  89. .label {
  90. color: #686872;
  91. }
  92. .value {
  93. border: none;
  94. padding: 0;
  95. }
  96. }
  97. .title {
  98. color: #303036;
  99. font-size: 12px;
  100. line-height: 40px;
  101. }
  102. }
  103. }
  104. .footer {
  105. position: absolute;
  106. bottom: 20px;
  107. left: 0;
  108. right: 0;
  109. text-align: center;
  110. }
  111. }
  112. }
  113. }
  114. }