activityReview.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. page{
  2. background-color: #fff;
  3. }
  4. .top-fixed{
  5. position: fixed;
  6. top: 0;
  7. right: 0;
  8. left: 0;
  9. background-color: #fff;
  10. z-index: 101;
  11. }
  12. .search-box{
  13. padding: 30rpx;
  14. background-color: #fff;
  15. }
  16. .search-text{
  17. color: #999999;
  18. }
  19. .search-input{
  20. height: 76rpx;
  21. line-height: 76rpx;;
  22. background: #F5F5F5;
  23. border-radius: 60rpx;
  24. padding: 0 26rpx;
  25. font-size: 24rpx;
  26. }
  27. .search-input input{
  28. font-size: 24rpx;
  29. }
  30. .search-input image{
  31. width: 34rpx;
  32. height: 34rpx;
  33. margin-right: 26rpx;
  34. }
  35. .search-all{
  36. color: #2a82fd;
  37. font-size: 30rpx;
  38. margin-left: 46rpx;
  39. }
  40. .title{
  41. line-height: 50rpx;
  42. font-size: 36rpx;
  43. font-family: PingFang SC-Bold, PingFang SC;
  44. font-weight: bold;
  45. color: #333333;
  46. padding: 0 30rpx;
  47. }
  48. .title text{
  49. font-size: 24rpx;
  50. font-family: PingFang SC-Regular, PingFang SC;
  51. font-weight: 400;
  52. color: #A1A1A1;
  53. margin-left: 20rpx;
  54. }
  55. .padd30{
  56. padding: 30rpx;
  57. }
  58. .act-bar{
  59. padding-bottom:42rpx ;
  60. border-bottom: 2rpx solid #E8E8E8;
  61. margin-bottom: 40rpx;
  62. }
  63. .act-bar:last-child{
  64. border-bottom: none;
  65. }
  66. .act-pic{
  67. position: relative;
  68. width: 270rpx;
  69. height: 174rpx;
  70. border-radius: 6rpx 6rpx 6rpx 6rpx;
  71. margin-right: 24rpx;
  72. }
  73. .act-pic image{
  74. width: 100%;
  75. height: 100%;
  76. border-radius: 6rpx 6rpx 6rpx 6rpx;
  77. }
  78. .act-pic-tag{
  79. position: absolute;
  80. top: 0;
  81. left: 0;
  82. background-color: rgba(0, 0, 0, 0.7);
  83. border-radius: 6rpx 0rpx 15rpx 0rpx;
  84. padding: 0 10rpx;
  85. line-height: 28rpx;
  86. font-size: 20rpx;
  87. font-family: PingFang SC-Regular, PingFang SC;
  88. font-weight: 400;
  89. text-align: center;
  90. color: #FFFFFF;
  91. }
  92. .act-title{
  93. max-height: 80rpx;
  94. line-height: 40rpx;
  95. font-size: 28rpx;
  96. font-family: PingFang SC-Regular, PingFang SC;
  97. font-weight: 400;
  98. color: #000000;
  99. }
  100. .act-time{
  101. line-height: 33rpx;
  102. font-size: 24rpx;
  103. font-family: PingFang SC-Regular, PingFang SC;
  104. font-weight: 400;
  105. color: #999999;
  106. margin-top: 10rpx;
  107. }
  108. .act-bottom{
  109. justify-content: space-between;
  110. margin-top: 20rpx;
  111. }
  112. .act-bottom-look{
  113. font-size: 24rpx;
  114. font-family: PingFang SC-Regular, PingFang SC;
  115. font-weight: 400;
  116. color: #999999;
  117. }
  118. .act-bottom-look image{
  119. width: 28rpx;
  120. height: 28rpx;
  121. margin-right: 6rpx;
  122. }
  123. .act-edit{
  124. width: 113rpx;
  125. height: 52rpx;
  126. line-height: 52rpx;
  127. background: #27D699;
  128. border-radius: 26rpx 26rpx 26rpx 26rpx;
  129. opacity: 1;
  130. text-align: center;
  131. font-size: 24rpx;
  132. font-family: PingFang SC-Regular, PingFang SC;
  133. font-weight: 400;
  134. color: #FFFFFF;
  135. }
  136. .act-create{
  137. width: 110rpx;
  138. height: 110rpx;
  139. background: var(--main);
  140. box-shadow: 0rpx 4rpx 24rpx 1rpx rgba(0,155,98,0.2);
  141. opacity: 1;
  142. font-size: 24rpx;
  143. font-family: PingFang SC-Regular, PingFang SC;
  144. font-weight: 400;
  145. color: #FFFFFF;
  146. text-align: center;
  147. border-radius: 100%;
  148. padding: 20rpx;
  149. box-sizing: border-box;
  150. position: fixed;
  151. bottom: 200rpx;
  152. right: 30rpx;
  153. }
  154. .act-create image{
  155. width: 39rpx;
  156. height: 39rpx;
  157. margin: auto;
  158. }