文字位置怎么搞到正确地方

--antd-wave-shadow-color: #7b5815;
font-family: "Segoe UI", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
font-feature-settings: "tnum"1, "kern"1;
line-height: 1.5;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
font-size: 100%;
display: flex;
box-sizing: border-box;
flex-shrink: 0 !important;
justify-content: center;
align-content: flex-start;
align-items: flex-start;
width: 100%;
flex: 1 0 0%;
min-height: 100%;
max-height: 100%;
height: 100%;
padding: 0px;
flex-direction: column;
overflow: visible;
position: relative;
cursor: inherit;
transform-origin: 0% 0% 0px;

img

直接绝对定位
position: absolute;
top: ; left: :
想放在哪放在哪

加个margin-top