12345678910111213141516171819202122 |
- @import "../volunteer-template/volunteer-template.wxss";
- .volunteer-box {
- position: relative;
- }
- .volunteer-location {
- position: absolute;
- bottom: 65rpx;
- left: 20rpx;
- }
- .volunteer-location text{
- color:#fff;
- }
- .volunteer-people{
- position: absolute;
- bottom: 65rpx;
- right: 50rpx;
- }
- .volunteer-people text{
- color:#fff;
- }
|