book_classification.wxss 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. /* parents//pages/book_classification/book_classification.wxss */
  2. @import '../../../templates/loading/loading.wxss';
  3. page{
  4. background: #fff;
  5. }
  6. .li{
  7. padding: 10rpx 40rpx;
  8. }
  9. .li-book{
  10. color: #41414C;
  11. }
  12. .li-book-title{
  13. font-size: 36rpx;
  14. margin: 48rpx 0;
  15. font-weight:800;
  16. }
  17. .li-book-items{
  18. margin: 0;
  19. text-align: center;
  20. }
  21. .li-book-item{
  22. margin: 15rpx 10rpx 15rpx 10rpx;
  23. width:314rpx;
  24. height:88rpx;
  25. background:rgba(246,245,251,1);
  26. border-radius:14rpx;
  27. display: inline-block;
  28. color: #41414C;
  29. font-size: 32rpx;
  30. text-align: center;
  31. line-height: 88rpx;
  32. font-weight: 500
  33. }
  34. .li-theme{
  35. padding: 10rpx 0 40rpx 0;
  36. display: flex;
  37. white-space: nowrap;
  38. font-weight:500;
  39. }
  40. .li-theme-item{
  41. background:rgba(246,245,251,1);
  42. border-radius:29rpx;
  43. padding: 12rpx 40rpx;
  44. text-align: center;
  45. color: #41414C;
  46. font-size: 28rpx;
  47. border:1rpx solid transparent;
  48. margin-right: 30rpx;
  49. }
  50. .li-theme-active{
  51. background:rgba(255,255,255,1);
  52. border:1rpx solid rgba(79,187,254,1);
  53. color: #4FBBFE;
  54. }