.center { width: 100%; height: 100%; overflow: hidden; display: flex; flex-direction: column; .title{ height: 28px; line-height: 28px; position: relative; font-size: 16px; font-weight: 400; color: #0080FF; opacity: 1; p{ text-align: center; cursor: default;; } span{ position: absolute; right: 10px; top: 0; font-size: 14px; cursor: pointer; } span:hover{ text-decoration: underline; } } }