detail.less 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. .detail-wrap {
  2. flex-direction: column;
  3. .book-wrap {
  4. padding: 24px;
  5. flex-direction: column;
  6. }
  7. .book-info {
  8. margin-left: 40px;
  9. flex-direction: column;
  10. justify-content: space-between;
  11. align-items: flex-start;
  12. .name {
  13. lines: 1;
  14. text-overflow: ellipsis;
  15. font-size: 34px;
  16. color: #333;
  17. }
  18. .category {
  19. justify-content: flex-start;
  20. align-items: center;
  21. text {
  22. color: #EF5952;
  23. font-size: 26px;
  24. }
  25. .status {
  26. color: #999;
  27. margin-left: 32px;
  28. font-size: 24px;
  29. background-color: #f7f7f7;
  30. border: 1px solid #e6e6e6;
  31. border-radius: 18px;
  32. padding: 0 14px;
  33. }
  34. }
  35. .words {
  36. font-size: 26px;
  37. color: #666;
  38. }
  39. .user-operator {
  40. text {
  41. width: 160px;
  42. height: 60px;
  43. text-align: center;
  44. border: 2px solid #EF5952;
  45. border-radius: 6px;
  46. color: #EF5952;
  47. font-size: 26px;
  48. }
  49. .read {
  50. // margin-left: 30px;
  51. color: #fff;
  52. background-color: #ff6060;
  53. }
  54. }
  55. }
  56. .book-intro {
  57. margin-top: 24px;
  58. justify-content: flex-end;
  59. // flex-direction: column;
  60. text {
  61. font-size: 26px;
  62. color: #666;
  63. }
  64. .short-info__text {
  65. line-height: 45px
  66. }
  67. .toggle {
  68. background-color: #fff;
  69. padding: 0 15px;
  70. color: #EF5952;
  71. align-self: flex-end;
  72. line-height: 45px;
  73. }
  74. }
  75. .lastest-chapter {
  76. lines: 1;
  77. text-overflow: ellipsis;
  78. padding: 0 24px;
  79. font-size: 26px;
  80. height: 106px;
  81. color: #333;
  82. background-color: #fff;
  83. border-top: 2px solid #f7f7f7;
  84. border-bottom: 2px solid #f7f7f7;
  85. }
  86. .box-wrap {
  87. flex-direction: column;
  88. .small-title {
  89. justify-content: space-between;
  90. align-items: center;
  91. padding: 0 24px;
  92. margin: 24px 0;
  93. text {
  94. font-size: 24px;
  95. color: #999;
  96. }
  97. .wrap-left {
  98. align-items: center;
  99. }
  100. .wrap-right {
  101. align-self: flex-end;
  102. }
  103. .title {
  104. font-size: 32px;
  105. color: #333;
  106. margin-right: 20px;
  107. }
  108. .total {
  109. align-self: flex-end;
  110. }
  111. .border-left {
  112. width: 4px;
  113. height: 28px;
  114. background-color: #3284ff;
  115. border-radius: 4px;
  116. margin-right: 20px;
  117. }
  118. }
  119. }
  120. .chapter-list {
  121. flex-direction: column;
  122. padding: 0 24px;
  123. .chapter-item {
  124. color: #999;
  125. font-size: 26px;
  126. height: 85px;
  127. lines: 1;
  128. text-overflow: ellipsis;
  129. border-bottom: 2px solid #f7f7f7;
  130. }
  131. }
  132. .more-chapters {
  133. text-align: center;
  134. background-color: #f7f7f7;
  135. color: #EF5952;
  136. font-size: 26px;
  137. height: 90px;
  138. padding: 0 24px;
  139. }
  140. .similar-wrap {
  141. padding: 0 24px;
  142. justify-content: space-between;
  143. align-items: flex-start;
  144. }
  145. }