detail.less 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. .detail-wrap {
  2. flex-direction: column;
  3. .book-wrap {
  4. padding: 30px;
  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-start;
  59. // flex-direction: column;
  60. .intro-div{
  61. width: 100%;
  62. justify-content: flex-end;
  63. }
  64. text {
  65. font-size: 26px;
  66. color: #666;
  67. }
  68. .short-info__text {
  69. line-height: 45px
  70. }
  71. .toggle {
  72. background-color: #fff;
  73. padding: 0 15px;
  74. color: #EF5952;
  75. align-self: flex-end;
  76. line-height: 45px;
  77. }
  78. }
  79. .lastest-chapter {
  80. lines: 1;
  81. text-overflow: ellipsis;
  82. padding: 0 24px;
  83. font-size: 26px;
  84. height: 106px;
  85. color: #333;
  86. background-color: #fff;
  87. border-top: 2px solid #f7f7f7;
  88. border-bottom: 2px solid #f7f7f7;
  89. }
  90. .box-wrap {
  91. flex-direction: column;
  92. .small-title {
  93. justify-content: space-between;
  94. align-items: center;
  95. padding: 0 24px;
  96. margin: 24px 0;
  97. text {
  98. font-size: 24px;
  99. color: #999;
  100. }
  101. .wrap-left {
  102. align-items: center;
  103. }
  104. .wrap-right {
  105. align-self: flex-end;
  106. }
  107. .title {
  108. font-size: 32px;
  109. color: #333;
  110. margin-right: 20px;
  111. }
  112. .total {
  113. align-self: flex-end;
  114. }
  115. .border-left {
  116. width: 4px;
  117. height: 28px;
  118. background-color: #3284ff;
  119. border-radius: 4px;
  120. margin-right: 20px;
  121. }
  122. }
  123. }
  124. .chapter-list {
  125. flex-direction: column;
  126. padding: 0 24px;
  127. .chapter-item {
  128. color: #999;
  129. font-size: 26px;
  130. height: 85px;
  131. lines: 1;
  132. text-overflow: ellipsis;
  133. border-bottom: 2px solid #f7f7f7;
  134. }
  135. }
  136. .more-chapters {
  137. text-align: center;
  138. background-color: #f7f7f7;
  139. color: #EF5952;
  140. font-size: 26px;
  141. height: 90px;
  142. padding: 0 24px;
  143. }
  144. .similar-wrap {
  145. padding: 0 24px;
  146. justify-content: space-between;
  147. align-items: flex-start;
  148. }
  149. }