join.css 686 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .join-us{
  2. display: flex;
  3. flex-direction: column;
  4. justify-content: center;
  5. align-items: center;
  6. width: 100%;
  7. }
  8. .join-us>div{
  9. display: flex;
  10. justify-content: center;
  11. align-items: center;
  12. width: 100%;
  13. }
  14. .join-us>div>img{
  15. display: flex;
  16. width: 100%;
  17. }
  18. .join-us>section{
  19. display: flex;
  20. flex-direction: row;
  21. justify-content: center;
  22. align-items: center;
  23. width: 100%;
  24. height: 42px;
  25. }
  26. .join-us>section>p{
  27. font-size: 15px;
  28. color: #111111;
  29. font-weight: bold;
  30. font-family: "微软雅黑";
  31. margin-right: 3px;
  32. }
  33. .join-us>section>span{
  34. font-size: 16px;
  35. color: #333333;
  36. font-family: "微软雅黑";
  37. }