volunteer-template.wxss 911 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /* 城市体验 */
  2. .boxm {
  3. position: relative;
  4. width: 94%;
  5. margin: auto;
  6. margin-bottom: 40rpx;
  7. }
  8. .boxm>image{
  9. height: 300rpx;
  10. border-radius: 24rpx;
  11. }
  12. .volunteer-box {
  13. display: flex;
  14. justify-content: space-around;
  15. width: 100%;
  16. /* height: 49rpx; */
  17. background-color: #fff;
  18. box-sizing: border-box;
  19. margin:25rpx auto;
  20. }
  21. /* .volunteer-box text {
  22. position: relative;
  23. font-size: 26rpx;
  24. font-family: "PingFang-SC-Regular";
  25. color: #7b7b7b;
  26. vertical-align:top;
  27. padding-left:5rpx;
  28. } */
  29. .txt-t {
  30. position: absolute;
  31. top: 100rpx;
  32. left: 236rpx;
  33. font-family: "PingFang-SC-Bold";
  34. font-weight: Bold;
  35. color: #fff;
  36. font-size: 36rpx;
  37. }
  38. .txt-bone {
  39. position: absolute;
  40. top: 160rpx;
  41. left: 262rpx;
  42. font-family: "PingFang-SC-Regular";
  43. font-weight: Regular;
  44. color: #fff;
  45. font-size: 22rpx;
  46. }
  47. .volunteer-box image{
  48. width:40rpx;
  49. height:40rpx;
  50. vertical-align:bottom;
  51. }