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

index.wxss 1.6KB

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