book_classification.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. /* parents//pages/book_classification/book_classification.wxss */
  2. @import '../../../templates/loading/loading.wxss';
  3. @import '../../../templates/nodata/nodata.wxss';
  4. page{
  5. background: #fff;
  6. }
  7. .li{
  8. padding: 10rpx 40rpx;
  9. }
  10. .li-book{
  11. color: #41414C;
  12. margin-bottom:100rpx;
  13. }
  14. .li-book-title{
  15. font-size: 36rpx;
  16. margin: 0rpx 0rpx 28rpx 0rpx;
  17. font-family:PingFangSC;
  18. font-weight:600;
  19. color:rgba(65,65,76,1);
  20. }
  21. .li-book-items{
  22. margin: 0;
  23. text-align: left;
  24. }
  25. .li-book-item{
  26. margin: 15rpx 10rpx 15rpx 10rpx;
  27. width:314rpx;
  28. height:88rpx;
  29. background:rgba(246,245,251,1);
  30. border-radius:14rpx;
  31. display: inline-block;
  32. font-family:PingFang SC;
  33. font-weight:500;
  34. color:rgba(65,65,76,1);
  35. font-size: 32rpx;
  36. text-align: center;
  37. line-height: 88rpx;
  38. }
  39. .li-theme{
  40. padding: 10rpx 0 40rpx 0;
  41. display: flex;
  42. white-space: nowrap;
  43. }
  44. .li-theme-item{
  45. background:rgba(246,245,251,1);
  46. border-radius:29rpx;
  47. padding: 12rpx 40rpx;
  48. text-align: center;
  49. color: #41414C;
  50. font-size: 28rpx;
  51. border:1rpx solid transparent;
  52. margin-right: 30rpx;
  53. }
  54. .li-theme-active{
  55. background:rgba(255,255,255,1);
  56. border:1rpx solid rgba(79,187,254,1);
  57. color: #4FBBFE;
  58. }.footer-box{
  59. height:5%;
  60. }
  61. .footer-box-btn{
  62. color:#333333;
  63. width:167rpx;
  64. height:66rpx;
  65. line-height:66rpx;
  66. padding:10rpx;
  67. border-radius:44rpx;
  68. position:absolute;
  69. right:10%;
  70. text-align:center;
  71. background: #FFD76C;
  72. }
  73. .li-circles {
  74. position:absolute;
  75. left:10%;
  76. color:#333333;
  77. }
  78. .li-circle {
  79. width: 40rpx;
  80. height: 40rpx;
  81. margin: 40rpx 30rpx;
  82. }
  83. .li-circle-label {
  84. font-size: 30rpx;
  85. color: #ccc;
  86. margin-right: 30rpx;
  87. }
  88. .list-item-booksize{
  89. width:107rpx;
  90. height:56rpx;
  91. background:rgba(255,100,100,1);
  92. opacity:0.7;
  93. border-radius:10rpx;
  94. font-size:28rpx;
  95. font-family:PingFang SC;
  96. font-weight:500;
  97. color:rgba(255,255,255,1);
  98. line-height:56rpx;
  99. text-align:center;
  100. position:absolute;
  101. bottom:0rpx;
  102. }
  103. .list-item-img{
  104. position:relative;
  105. width: 210rpx;
  106. height: 220rpx;
  107. }
  108. .list-item-infoList{
  109. margin:15rpx 0;
  110. padding:20rpx;
  111. background:rgba(246,245,251,1);
  112. border-radius:10rpx;
  113. font-size:28rpx;
  114. font-family:PingFang SC;
  115. font-weight:500;
  116. color:rgba(108,108,128,1);
  117. line-height:44rpx;
  118. }