index.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. page{
  2. background-color: #fff;
  3. }
  4. .search-box{
  5. position: fixed;
  6. top: 0;
  7. left: 0;
  8. right: 0;
  9. background-color: #fff;
  10. z-index: 5;
  11. padding: 30rpx;
  12. background-color: #fff;
  13. }
  14. .search-text{
  15. color: #999999;
  16. }
  17. .search-input{
  18. height: 76rpx;
  19. line-height: 76rpx;;
  20. background: #F5F5F5;
  21. border-radius: 70rpx;
  22. padding: 0 26rpx;
  23. font-size: 24rpx;
  24. }
  25. .search-input input{
  26. font-size: 24rpx;
  27. }
  28. .search-input image{
  29. width: 34rpx;
  30. height: 34rpx;
  31. margin-right: 26rpx;
  32. }
  33. .search-all{
  34. color: #2a82fd;
  35. font-size: 30rpx;
  36. margin-left: 20rpx;
  37. }
  38. .poster-item{
  39. width: 335rpx;
  40. margin-right: calc(100% - 670rpx);
  41. margin-bottom: 40rpx;
  42. position: relative;
  43. }
  44. .poster-item:nth-child(2n){
  45. margin-right: 0rpx;
  46. }
  47. .poster-item-pic{
  48. width: 335rpx;
  49. height: 609rpx;
  50. }
  51. .poster-item-title{
  52. line-height: 37rpx;
  53. font-size: 26rpx;
  54. font-family: PingFang SC-Regular, PingFang SC;
  55. font-weight: 400;
  56. color: #000000;
  57. margin-top: 15rpx;
  58. padding: 0 10rpx;
  59. }
  60. .poster-item-use{
  61. line-height: 30rpx;
  62. font-size: 22rpx;
  63. font-family: PingFang SC-Regular, PingFang SC;
  64. font-weight: 400;
  65. color: #999999;
  66. margin-top: 12rpx;
  67. padding: 0 10rpx;
  68. }
  69. .zhuanfa{
  70. position: absolute;
  71. top: 20rpx;
  72. right: 20rpx;
  73. width: 87rpx;
  74. height: 46rpx;
  75. line-height: 46rpx;
  76. background: rgba(0,0,0,.6);
  77. border-radius: 23rpx 23rpx 23rpx 23rpx;
  78. font-size: 24rpx;
  79. font-weight: 400;
  80. color: #FFFFFF;
  81. text-align: center;
  82. }
  83. .act-create{
  84. width: 110rpx;
  85. height: 110rpx;
  86. background: var(--main);
  87. box-shadow: 0rpx 4rpx 24rpx 1rpx rgba(0,155,98,0.2);
  88. opacity: 1;
  89. font-size: 24rpx;
  90. font-family: PingFang SC-Regular, PingFang SC;
  91. font-weight: 400;
  92. color: #FFFFFF;
  93. text-align: center;
  94. border-radius: 100%;
  95. padding: 20rpx;
  96. box-sizing: border-box;
  97. position: fixed;
  98. bottom: 200rpx;
  99. right: 30rpx;
  100. }
  101. .act-create image{
  102. width: 39rpx;
  103. height: 39rpx;
  104. margin: auto;
  105. }
  106. .ceng{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,.5);z-index: 60;}
  107. .side{position: fixed;right: 165rpx;bottom: 16%;z-index: 61;width: 300rpx;height: 183rpx;background: #FFFFFF;border-radius: 20rpx;font-size: 30rpx;color: #000;align-items: flex-start;padding:0 20rpx;}
  108. .side::after{content: '';display: block;width: 0;height: 0;border: 10rpx solid rgba(255,255,255,0);border-right: none;border-left-color: #fff;position: absolute;bottom: 30rpx;right: -10rpx;}
  109. .side .li{width: 50%;text-align: center;}
  110. .side .li image{width: 38rpx;height: 38rpx;margin: 49rpx auto 15rpx;}