index.less 1020 B

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