.join-us{ display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; } .join-us>div{ display: flex; justify-content: center; align-items: center; width: 100%; } .join-us>div>img{ display: flex; width: 100%; } .join-us>section{ display: flex; flex-direction: row; justify-content: center; align-items: center; width: 100%; height: 42px; } .join-us>section>p{ font-size: 15px; color: #111111; font-weight: bold; font-family: "微软雅黑"; margin-right: 3px; } .join-us>section>span{ font-size: 16px; color: #333333; font-family: "微软雅黑"; }