.content{ display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; } .content>img{ display: flex; justify-content: center; align-items: center; width: 100%; } .content>.content-dis{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; color: #ffffff; } .content>.content-dis>h5{ font-size: 16px; margin: 16px 0 0 0; font-family: "微软雅黑"; letter-spacing: 1px; font-weight: 600; } .content>.content-dis>h3{ font-size: 20px; margin: 6px 0 6px 0; font-family: "微软雅黑"; font-weight: 600; letter-spacing: 2px; } .content>.content-dis>a{ font-size: 14px; margin: 2px 0 6px 0; font-family: "微软雅黑"; color: #ffffff; }