activity-template.wxss 335 B

12345678910111213141516171819202122
  1. @import "../volunteer-template/volunteer-template.wxss";
  2. .volunteer-box {
  3. position: relative;
  4. }
  5. .volunteer-location {
  6. position: absolute;
  7. bottom: 65rpx;
  8. left: 20rpx;
  9. }
  10. .volunteer-location text{
  11. color:#fff;
  12. }
  13. .volunteer-people{
  14. position: absolute;
  15. bottom: 65rpx;
  16. right: 50rpx;
  17. }
  18. .volunteer-people text{
  19. color:#fff;
  20. }