拓恒河湖长制全民护河平台WEB端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

113 lines
2.1KB

  1. /* package_first/pages/volunteerActivity/index.wxss */
  2. .volunteerActivity_container{
  3. width: 100%;
  4. height: 100vh;
  5. background: #F2F6F9;
  6. padding: 30rpx;
  7. }
  8. .part{
  9. width: calc(100%-60rpx);
  10. background-color:#FFFFFF ;
  11. margin-bottom: 19rpx;
  12. padding-bottom: 19rpx;
  13. }
  14. .activity_image{
  15. width: 100%;
  16. height: 277rpx;
  17. border-radius: 10rpx;
  18. }
  19. .activity{
  20. display: flex;
  21. flex-wrap: wrap;
  22. justify-content: space-between;
  23. }
  24. .activity_name{
  25. width: 300rpx;
  26. font-size: 34rpx;
  27. font-family: Source Han Sans CN;
  28. font-weight: 400;
  29. color: #000000;
  30. overflow: hidden;
  31. white-space: nowrap;
  32. text-overflow: ellipsis;
  33. }
  34. .part_middle{
  35. margin: 31rpx 31rpx 22rpx 27rpx;
  36. border-bottom: 2rpx solid #E1E1E1;
  37. padding-bottom:38rpx ;
  38. }
  39. .activity_tag{
  40. width: 140rpx;
  41. height: 42rpx;
  42. border-radius: 4rpx;
  43. font-size: 24rpx;
  44. font-family: Source Han Sans CN;
  45. font-weight: 400;
  46. color: #FFFFFF;
  47. line-height: 36rpx;
  48. text-align: center;
  49. margin-left: 39rpx;
  50. align-items: center;
  51. }
  52. .is_apply{
  53. background: #006DF7;
  54. }
  55. .no_apply{
  56. background: #1BE9BC;
  57. }
  58. .over_apply{
  59. background: #EBAC14;
  60. }
  61. .activity_date{
  62. display: flex;
  63. align-items: center;
  64. font-size: 30rpx;
  65. padding: 38rpx 38rpx 0 6rpx;
  66. }
  67. .dot{
  68. width: 14rpx;
  69. height: 14rpx;
  70. background: #3275E9;
  71. margin-right: 18rpx;
  72. }
  73. .activity_time{
  74. background: #FFFFFF;
  75. border-radius: 10px;
  76. }
  77. .activity_bottom{
  78. position: relative;
  79. padding: 0 30rpx 35rpx 33rpx;
  80. }
  81. .join{
  82. position: absolute;
  83. top: 0;
  84. right: 0;
  85. font-size: 32rpx;
  86. font-family: Source Han Sans CN;
  87. font-weight: 400;
  88. color: #3275E9;
  89. line-height: 36rpx;
  90. }
  91. .apply{
  92. width: 125rpx;
  93. height: 42rpx;
  94. background: #006DF7;
  95. border-radius: 4rpx;
  96. font-size: 24rpx;
  97. font-family: Source Han Sans CN;
  98. font-weight: 400;
  99. color: #FFFFFF;
  100. line-height: 36rpx;
  101. text-align: center;
  102. }
  103. .bottom{
  104. font-size: 26rpx;
  105. font-family: Source Han Sans CN;
  106. font-weight: 400;
  107. color: #C5C5C5;
  108. line-height: 36rpx;
  109. text-align: center;
  110. margin-top: 27rpx;
  111. }