join.wxss 715 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .join {
  2. padding-top: 42px;
  3. }
  4. .join-tab {
  5. position: fixed !important;
  6. top: 0;
  7. left: 0;
  8. }
  9. .join-list {
  10. width: 92%;
  11. margin: 0 auto;
  12. }
  13. .join-list .list-item {
  14. padding: 30rpx 0;
  15. border-bottom: 1px #F0EFEF solid;
  16. }
  17. .join-list .item-img {
  18. height: 120rpx;
  19. overflow: hidden;
  20. border-radius: 18rpx;
  21. }
  22. .join-list .item-img image {
  23. min-height: 100%;
  24. width: 100%;
  25. display: block;
  26. }
  27. .join-list .item-text {
  28. height: 120rpx;
  29. display: flex;
  30. flex-direction: column;
  31. justify-content: center;
  32. }
  33. .join-list .item-text .title {
  34. font-size: 34rpx;
  35. line-height: 42rpx;
  36. color: #222;
  37. margin-bottom: 14rpx;
  38. }
  39. .join-list .item-text .desc {
  40. font-size: 24rpx;
  41. line-height: 32rpx;
  42. color: #8B8B8B;
  43. }