index.less 694 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. @charset "utf-8";
  2. #question-search-history {
  3. background: #fff;
  4. min-height: 100%;
  5. .content {
  6. width: 1140px !important;
  7. }
  8. .top {
  9. padding: 8px 0;
  10. height: 60px;
  11. line-height: 44px;
  12. }
  13. .center {
  14. padding-top: 20px;
  15. .day-list {
  16. margin-bottom: 20px;
  17. .assets {
  18. transform: translateY(-1px);
  19. }
  20. .log-item {
  21. border-bottom: 1px solid #eee;
  22. line-height: 24px;
  23. padding: 18px 0;
  24. .tag {
  25. border: 1px solid #DEDEDEFF;
  26. border-radius: 3px;
  27. color: #DEDEDEFF;
  28. display: inline-block;
  29. line-height: 12px;
  30. padding: 6px 20px;
  31. }
  32. }
  33. }
  34. }
  35. }