index.less 958 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. @charset "utf-8";
  2. #textbook {
  3. .tip {
  4. background: #7660A4;
  5. color: #fff;
  6. line-height: 36px;
  7. font-size: 12px;
  8. padding: 0 10px;
  9. }
  10. .list {
  11. padding: 0 15px;
  12. .log-title {
  13. padding: 10px 0;
  14. color: #A7A7B7;
  15. font-size: 12px;
  16. }
  17. .item {
  18. border-bottom: 1px solid #eee;
  19. position: relative;
  20. padding-top: 5px;
  21. padding-bottom: 10px;
  22. .title {
  23. font-size: 14px;
  24. color: #303036;
  25. margin-bottom: 10px;
  26. .date {
  27. float: right;
  28. color: #686872;
  29. font-size: 12px;
  30. }
  31. }
  32. .desc {
  33. font-size: 12px;
  34. color: #686872;
  35. margin-bottom: 15px;
  36. }
  37. }
  38. }
  39. .empty {
  40. position: fixed;
  41. top: 40%;
  42. text-align: center;
  43. color: #999999;
  44. width: 100%;
  45. .text {
  46. margin-bottom: 20px;
  47. }
  48. }
  49. .fixed {
  50. position: fixed;
  51. bottom: 0;
  52. left: 0;
  53. right: 0;
  54. }
  55. }