readerover.less 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. .readerover {
  2. flex-direction: column;
  3. padding: 20px;
  4. .top-box {
  5. .unfinished-box {
  6. width: 100%;
  7. height: 400px;
  8. justify-content: center;
  9. .reminder {
  10. width: 200px;
  11. justify-content: center;
  12. align-items: center;
  13. flex-direction: column;
  14. margin-top: 280px;
  15. }
  16. }
  17. .over-box {
  18. background: linear-gradient(#badaff, #fff);
  19. justify-content: center;
  20. border-radius: 500px;
  21. width: 400px;
  22. height: 400px;
  23. margin: 0 auto;
  24. flex-direction: column;
  25. .overimg {
  26. margin-top: 20px;
  27. height: 300px;
  28. width: 200px;
  29. justify-items: center;
  30. margin: 0 auto;
  31. }
  32. text {
  33. margin: 0 auto;
  34. }
  35. }
  36. }
  37. .recommend-title {
  38. margin: 20px 0;
  39. width: 100%;
  40. justify-content: space-between;
  41. }
  42. .book-info {
  43. margin-left: 40px;
  44. flex-direction: column;
  45. align-items: flex-start;
  46. .info {
  47. margin-top: 30px;
  48. lines: 3;
  49. text-overflow: ellipsis;
  50. }
  51. }
  52. .booklist {
  53. margin-top: 20px;
  54. justify-content: space-between;
  55. }
  56. }