index.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. page{
  2. background-color: #fff;
  3. }
  4. .top-sort{
  5. position: fixed;
  6. top: 0;
  7. left: 0;
  8. right: 0;
  9. background-color: #fff;
  10. z-index: 5;
  11. }
  12. .top-sort-item{
  13. text-align: center;
  14. line-height: 45rpx;
  15. font-size: 32rpx;
  16. font-family: PingFang SC-Regular, PingFang SC;
  17. font-weight: 400;
  18. color: #666666;
  19. padding:21rpx 0 16rpx;
  20. }
  21. .top-sort-item-active{
  22. color: var(--main);
  23. position: relative;
  24. }
  25. .top-sort-item-active::after{
  26. position: absolute;
  27. bottom: 0;
  28. left: 50%;
  29. transform: translateX(-50%);
  30. content: '';
  31. width: 58rpx;
  32. height: 4rpx;
  33. opacity: 1;
  34. background-color:var(--main) ;
  35. }
  36. .search-box{
  37. padding: 30rpx;
  38. background-color: #fff;
  39. }
  40. .search-text{
  41. color: #999999;
  42. }
  43. .search-input{
  44. height: 76rpx;
  45. line-height: 76rpx;;
  46. background: #F5F5F5;
  47. border-radius: 70rpx;
  48. padding: 0 26rpx;
  49. font-size: 24rpx;
  50. }
  51. .search-input input{
  52. font-size: 24rpx;
  53. }
  54. .search-input image{
  55. width: 34rpx;
  56. height: 34rpx;
  57. margin-right: 26rpx;
  58. }
  59. .search-all{
  60. color: #2a82fd;
  61. font-size: 30rpx;
  62. margin-left: 46rpx;
  63. }
  64. .search-tag{
  65. padding: 0 14rpx;
  66. height: 61rpx;
  67. line-height: 61rpx;
  68. background: #F6F7F9;
  69. border-radius: 4rpx 4rpx 4rpx 4rpx;
  70. opacity: 1;
  71. text-align: center;
  72. margin-right: 10rpx;
  73. margin-bottom: 10rpx;
  74. font-size: 24rpx;
  75. font-family: PingFang SC-Regular, PingFang SC;
  76. font-weight: 400;
  77. color: #919191;
  78. }
  79. .search-tag-active{
  80. background: #3B8DFF;
  81. color: #fff;
  82. }
  83. .poster-item{
  84. width: 208rpx;
  85. margin-right: 30rpx;
  86. margin-bottom: 40rpx;
  87. }
  88. .poster-item:nth-child(3n){
  89. margin-right: 0rpx;
  90. }
  91. .poster-item-pic{
  92. width: 208rpx;
  93. height: 378rpx;
  94. }
  95. .poster-item-title{
  96. line-height: 37rpx;
  97. font-size: 26rpx;
  98. font-family: PingFang SC-Regular, PingFang SC;
  99. font-weight: 400;
  100. color: #000000;
  101. margin-top: 15rpx;
  102. padding: 0 10rpx;
  103. }
  104. .poster-item-use{
  105. line-height: 30rpx;
  106. font-size: 22rpx;
  107. font-family: PingFang SC-Regular, PingFang SC;
  108. font-weight: 400;
  109. color: #999999;
  110. margin-top: 12rpx;
  111. padding: 0 10rpx;
  112. }