拓恒河湖长制全民护河平台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.

75 lines
1.6KB

  1. /* package_first/pages/VolunteerDetail/index.wxss */
  2. .VolunteerDetail_container{
  3. width: 100%;
  4. height: 100vh;
  5. background: #F2F6F9;
  6. padding: 30rpx 29rpx 24 prx 60rpx;
  7. }
  8. .main{
  9. width: calc(100% - 60rpx);
  10. background: #FFFFFF;
  11. box-shadow: 0rpx 0rpx 14rpx 2rpx rgba(43,93,184,0.09);
  12. border-radius: 20rpx;
  13. margin-left: 30rpx;
  14. padding: 62rpx 30rpx 56rpx 29rpx ;
  15. }
  16. .content{
  17. font-size: 30rpx;
  18. font-family: Source Han Sans CN;
  19. font-weight: 400;
  20. color: #000000;
  21. line-height: 48rpx;
  22. margin-bottom:40rpx;
  23. }
  24. .Volunteer_image{
  25. width: 100%;
  26. height: 340rpx;
  27. border-radius: 10rpx;
  28. }
  29. .apply{
  30. font-size: 30rpx;
  31. font-family: Source Han Sans CN;
  32. font-weight: 400;
  33. color: #000000;
  34. line-height: 48rpx;
  35. margin: 30rpx 0 31rpx 0;
  36. }
  37. .time_act{
  38. width: 645rpx;
  39. height: 66rpx;
  40. background: rgba(50, 117, 233, 0.2);
  41. border-radius: 4rpx;
  42. font-size: 30rpx;
  43. font-family: Source Han Sans CN;
  44. font-weight: 400;
  45. color: #3275E9;
  46. text-align: center;
  47. line-height:66rpx;
  48. }
  49. .time{
  50. width: 645rpx;
  51. height: 66rpx;
  52. background: rgba(16, 177, 255, 0.2);
  53. border-radius: 4rpx;
  54. font-size: 30rpx;
  55. font-family: Source Han Sans CN;
  56. font-weight: 400;
  57. color: rgba(16, 177, 255, 1);
  58. text-align: center;
  59. line-height:66rpx;
  60. }
  61. .activity{
  62. margin: 31rpx 0 30rpx 0;
  63. }
  64. .button{
  65. width:calc(100% - 60rpx);
  66. text-align: center;
  67. border-radius: 32rpx;
  68. color: white;
  69. background-color: #2878ff;
  70. position: absolute;
  71. bottom: 24rpx;
  72. height: 90rpx;
  73. line-height: 80rpx;
  74. margin: 0 30rpx 0 30rpx;
  75. }