singleBook.wxss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. .bookDetail{
  2. font-size: 32rpx;
  3. color: #414141;
  4. background: #f0f1f5;
  5. }
  6. .headSection{
  7. padding-top: 18rpx;
  8. width: 100%;
  9. background: #fff;
  10. }
  11. .headSection .titleIcon{
  12. display: block;
  13. width: 704rpx;
  14. height: 190rpx;
  15. margin: 0 auto;
  16. background: #fff;
  17. }
  18. .headSection .bookName{
  19. width: 700rpx;
  20. height: 42rpx;
  21. line-height: 42rpx;
  22. margin: 10rpx 0 12rpx 20rpx;
  23. }
  24. .headSection .bookInfo{
  25. width: 700rpx;
  26. height: auto;
  27. }
  28. .dirTag{
  29. width: 100%;
  30. height: 100rpx;
  31. margin-top: 12rpx;
  32. background: #fff;
  33. }
  34. .listSection{
  35. width: 100%;
  36. margin-top: 12rpx;
  37. }
  38. .listSection .classItem{
  39. width: 716rpx;
  40. height: 88rpx;
  41. margin: 0 auto 8rpx;
  42. display: flex;
  43. flex-direction: row;
  44. justify-content: space-between;
  45. background: #fff;
  46. border-radius: 14rpx;
  47. }
  48. .classItem .classTitle{
  49. width: auto;
  50. height: 88rpx;
  51. font-size: 32rpx;
  52. margin-left: 40rpx;
  53. line-height: 88rpx;
  54. }
  55. .classItem .readingNum{
  56. width: auto;
  57. height: 88rpx;
  58. line-height: 88rpx;
  59. margin-right: 40rpx;
  60. color: #939393;
  61. font-size: 28rpx;
  62. }