index.less 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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: 15px;
  32. padding-top: 59px;
  33. }
  34. .am-drawer {
  35. .am-drawer-sidebar {
  36. width: 240px;
  37. background: #fff;
  38. .filter {
  39. .body {
  40. .item {
  41. line-height: 30px;
  42. padding: 15px;
  43. border-bottom: 1px solid #eee;
  44. .label {
  45. color: #303036;
  46. font-size: 12px;
  47. }
  48. .value {
  49. border-bottom: 1px solid #eee;
  50. padding-bottom: 10px;
  51. .g-special-radio-wrapper {
  52. margin: 0 4px;
  53. }
  54. }
  55. .left {
  56. display: inline-block;
  57. }
  58. .right {
  59. float: right;
  60. text-align: right;
  61. border: none;
  62. padding: 0;
  63. .g-checkbox-wrapper {
  64. padding-top: 3px;
  65. }
  66. .g-special-radio-wrapper {
  67. margin: 0 5px;
  68. }
  69. }
  70. .arrow {
  71. width: 15px;
  72. height: 15px;
  73. }
  74. }
  75. .sub {
  76. padding: 0 15px;
  77. border-bottom: 1px solid #eee;
  78. .item {
  79. padding: 10px 0;
  80. .label {
  81. color: #686872;
  82. }
  83. .value {
  84. border: none;
  85. padding: 0;
  86. }
  87. }
  88. .title {
  89. color: #303036;
  90. font-size: 12px;
  91. line-height: 40px;
  92. }
  93. }
  94. }
  95. .footer {
  96. position: absolute;
  97. bottom: 20px;
  98. left: 0;
  99. right: 0;
  100. text-align: center;
  101. }
  102. }
  103. }
  104. }
  105. }