.tdt-search-box { display: flex; height: 30px; position: relative; box-shadow: 2px 2px 2px rgb(0 0 0 / 15%); .tdt-search-box__input { outline: none; width: 200px; height: 100%; border: none; text-indent: 10px; } .tdt-search-box__btn { outline: none; border: none; width: 30px; height: 100%; line-height: 35px; font-size: 16px; color: #333; cursor: pointer; text-align: center; background-color: #fff; } .tdt-search-box__close { position: absolute; left: 180px; top: 0; width: 15px; height: 30px; line-height: 35px; font-size: 10px; color: #333; cursor: pointer; text-align: center; background-color: #fff; } }