index.less 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. @charset "utf-8";
  2. #product-data-history {
  3. .list {
  4. height: 100%;
  5. .am-list-body {
  6. padding: 15px;
  7. }
  8. .am-list-body::before {
  9. background: none;
  10. }
  11. .am-list-body::after {
  12. background: none;
  13. }
  14. }
  15. .list {
  16. .item {
  17. border-bottom: 1px solid #eee;
  18. position: relative;
  19. padding-top: 20px;
  20. padding-bottom: 15px;
  21. .title {
  22. font-size: 16px;
  23. color: #303036;
  24. margin-bottom: 10px;
  25. .date {
  26. float: right;
  27. color: #686872;
  28. font-size: 14px;
  29. }
  30. }
  31. .tip {
  32. color: #686872;
  33. font-size: 12px;
  34. .new {
  35. margin-right: 5px;
  36. .g-tag {
  37. background: #FFC800;
  38. border: none;
  39. }
  40. }
  41. }
  42. .desc {
  43. font-size: 12px;
  44. color: #686872;
  45. margin-top: 10px;
  46. margin-bottom: 15px;
  47. }
  48. .drop {
  49. width: 22px;
  50. height: 22px;
  51. position: absolute;
  52. bottom: 15px;
  53. right: 0;
  54. }
  55. }
  56. }
  57. .empty {
  58. position: fixed;
  59. top: 50%;
  60. left: 50%;
  61. transform: translate(-50%, -50%);
  62. color: #999999;
  63. }
  64. }