.header{ position: fixed; top:0; left: 0; width: 100%; height: 0.9rem; background: var(--themeColor); color: #fff; display: flex; align-items: center; justify-content: space-between; padding: 0.2rem; box-sizing: border-box; z-index: 999; } .header i{ font-size: .4rem; } .header .icon-search{ cursor: pointer; } .header .search_box{ flex: 1; background: var(--whiteColor); height: .6rem; margin: 0 0.2rem; border-radius: .6rem; padding-left: .4rem; box-sizing: border-box; } .suggest{ width: 100%; padding-left: 0.3rem; box-sizing: border-box; } .suggest .suggest_title{ font-size: .36rem; padding: 0.42rem 0; font-weight: 600; } .suggest .suggest_list{ display: flex; flex-wrap: wrap; } .suggest .suggest_list li{ width: max-content; font-size: 0.28rem; color: #fff; border-radius: 0.4rem; margin-bottom: 0.18rem; margin-right: 0.16rem; padding: 0.06rem 0.2rem; background: var(--themeColor); cursor: pointer; } .suggest_item{ width: 100%; background: red; }