.basic-info{ position: relative; } .sign-image{ z-index: 9; position: absolute; width: 98px; height: 85px; top: 10px; left: 50%; transform: translateX(-50%); } .basic-info .title{ height: 40px; } .basic-info .title text{ display: block; border-left: 3px solid #069F99; height: 14px; padding-left: 10px; border-radius: 2px; display: flex; justify-content: center; align-items: center; color: #333; font-size: 15px; font-weight: 500; } .basic-info view text:nth-child(1){ flex-shrink: 0; margin-right: 10px; } .basic-info view{ background-color: #FFF; padding: 15px; height: 40px; display: flex; justify-content: space-between; align-items: center; color: #333; font-size: 14px; border-bottom: 0.5px solid #f5f5f5; position: relative; } .basic-info view:last-child{ border-bottom: 0; } .scanSign{ padding: 0 15px; margin: 10px 0; } .scanSign text{ display: flex; justify-content: center; align-items: center; height: 45px; background-color: #069F99; border-radius: 5px; font-size: 13px; color: #fff; } .imageBox { border: 1px solid #dedede; margin: 10px; height: 160px } .imageBox image { width: 100%; height: 160px } .warning-text{ margin:50px 0 10px 0; display: flex; justify-content: center; align-items: center; flex-direction: column; color: #999; font-size: 12px; } .warning-text image{ width: 100px; height: 100px; margin-bottom: 15px; }