good_books.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. /* parents/pages/good_books/good_books.wxss */
  2. @import '../../../templates/footer/footer.wxss';
  3. @import '../../../templates/nodata/nodata.wxss';
  4. @import '../../../templates/loading/loading.wxss';
  5. .bg {
  6. position: absolute;
  7. top: 0;
  8. left: 0;
  9. width: 100%;
  10. height: 801rpx;
  11. }
  12. .list {
  13. position: absolute;
  14. top: 0;
  15. left: 0;
  16. width: 100%;
  17. padding: 0 0 98rpx 0;
  18. }
  19. .list-canvas{
  20. /* margin-top: 20rpx; */
  21. height: 617rpx;
  22. position: relative;
  23. }
  24. .list-canvas-item{
  25. width: 100%;
  26. height: 600rpx;
  27. }
  28. .li{
  29. margin: 20rpx;
  30. padding: 1rpx 30rpx;
  31. background:rgba(255,255,255,1);
  32. border-radius:18rpx;
  33. }
  34. .li-title{
  35. padding: 30rpx 0;
  36. font-size: 34rpx;
  37. color: #333;
  38. position: relative;
  39. left: -39rpx;
  40. bottom: 0
  41. }
  42. .li-title-img{
  43. width: 26rpx;
  44. height: 26rpx;
  45. margin-right: 15rpx;
  46. }
  47. .li-title-number{
  48. color: #666666;
  49. font-size: 28rpx;
  50. margin-left: 20rpx;
  51. }
  52. .li-content{
  53. color: #333333;
  54. font-size: 28rpx;
  55. margin-bottom: 40rpx;
  56. display: flex;
  57. justify-content: flex-start
  58. }
  59. .li-content view:first-child{
  60. width: 22%;
  61. height: 40rpx;
  62. }
  63. .li-content-word{
  64. color: #666666;
  65. font-size: 28rpx;
  66. /* margin-left: 20rpx; */
  67. }
  68. .li-topic{
  69. color: #FF6464;
  70. font-size: 30rpx;
  71. text-align: center;
  72. margin-bottom: 30rpx;
  73. }
  74. .li-topic-title{
  75. display: inline-block;
  76. margin: 0 10rpx;
  77. }
  78. .li-topic-tips{
  79. display: inline-block;
  80. font-size: 0;
  81. line-height: 0;
  82. border-width: 8rpx;
  83. border-color: #FF6464;
  84. border-bottom-width: 0;
  85. border-style: dashed;
  86. border-top-style: solid;
  87. border-left-color: transparent;
  88. border-right-color: transparent;
  89. margin-bottom: 5rpx;
  90. }
  91. .li-bookList{
  92. margin-bottom: 40rpx;
  93. padding-bottom: 40rpx;
  94. border-bottom: 1rpx solid #E6E6E6
  95. }
  96. .li-bookList:nth-last-of-type(1) {
  97. border-bottom: solid 1rpx transparent;
  98. }
  99. .li-footer{
  100. color: #00B7FF;
  101. font-size: 30rpx;
  102. text-align: center;
  103. padding: 10rpx 0 40rpx 0;
  104. }
  105. .list-title{
  106. color: #FFFFFF;
  107. font-size: 32rpx;
  108. text-align: center;
  109. margin: 30rpx 0;
  110. }
  111. .list-title-img{
  112. width: 36rpx;
  113. height: 30rpx;
  114. margin-right: 8rpx;
  115. margin-top:5rpx;
  116. }
  117. ff-canvas {
  118. width: 100%;
  119. height: 100%;
  120. }
  121. .canvas-text{
  122. background:rgba(51,51,51,1);
  123. border-radius:6rpx;
  124. opacity:0.9;
  125. color: #FFFFFF;
  126. font-size: 28rpx;
  127. /* width:205rpx; */
  128. height:144rpx;
  129. margin-top: 20rpx;
  130. position:absolute;
  131. top:20rpx;
  132. bottom:0;
  133. right: 0;
  134. }
  135. .canvas-parcent{
  136. position:absolute;
  137. top:277rpx;
  138. bottom:0;
  139. left: 324rpx;
  140. width:135rpx;
  141. height:150rpx;
  142. color: #FFFFFF;
  143. font-size: 28rpx;
  144. }
  145. .canvas-text-item{
  146. margin: 10rpx;
  147. }
  148. .list-canvas-title{
  149. display: flex;
  150. justify-content: space-around;
  151. color: #fff;
  152. font-size: 26rpx;
  153. position: absolute;
  154. bottom: 24rpx;
  155. width: 100%;
  156. }
  157. .list-canvas-title-item{
  158. display: inline-block;
  159. }
  160. .list-color{
  161. width: 15rpx;
  162. height: 15rpx;
  163. border-radius: 50%;
  164. margin-right: 5rpx;
  165. }
  166. .list-color1{
  167. background: #FF6464
  168. }
  169. .list-color2{
  170. background: #FFCE4A
  171. }
  172. .list-color3{
  173. background: #00B7FF
  174. }
  175. .list-color4{
  176. background: #FF80A8
  177. }