search.wxss 1.5 KB
/* pages/homeindex/search/search.wxss */
.search{
  padding: 16rpx 32rpx;
  height: 64rpx;
  background: #6EAC3D;
  display: flex;
  justify-content: center;
  align-content: space-between;
}
.search_inp{
  box-sizing: border-box;
  width: 608rpx;
  height: 64rpx;
  border-radius: 32rpx;
  display:flex;
  align-items: center;
  padding-left: 76rpx;
  padding-right: 32rpx;
  background:#fff;
  border: 0;
  outline: none;
  font-size: 26rpx;
  position: relative;
}
.search_inp input{
  width: 100%;
}
.search_inp image{
  position: absolute;
  left: 32rpx;
  width: 32rpx;
  height: 32rpx;
}
.search_txt{
  height: 64rpx;
  font-size: 30rpx;
  color: #fff;
  line-height: 64rpx;
  padding-left: 16rpx;
}
.Popular{
  padding: 32rpx;
  padding-bottom: 0rpx;
  
}
.Popular_title{
  display: flex;
  align-items: center;
  font-size: 26rpx;
  color: #333;
  font-weight: 400;
}
.Popular_title text{
  margin-right: 12rpx;
}
.Popular image{
  width: 28rpx;
  height: 32rpx;
}
.Popular_list{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 28rpx;
  padding-bottom: 16rpx;
  border-bottom: 1rpx solid #F5F5F5;
}
.Popular_item,.History_item{
  padding: 8rpx 26rpx;
  border-radius: 24rpx;
  background:rgba(247,247,247,1);
  font-size: 26rpx;
  margin-bottom: 16rpx;
  margin-right: 16rpx;
}
.History{
  margin-top: 30rpx;
}
.History_title{
  font-size: 26rpx;
  color: #333;
  font-weight: 400;
}
.History_list{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;

}