search.wxss 1004 字节
/* pages/classify/search/search.wxss */

.search_box {
  font-size: 32rpx;
  color: #999;
  padding: 16rpx 32rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search {
  width: 85%;
  height: 80rpx;
  background: rgba(245, 247, 250, 1);
  border-radius: 40px;
  padding: 0 29rpx;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.search_img {
  width: 35rpx;
  height: 32rpx;
  margin-right: 21rpx;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search_img image {
  width: 100%;
  height: 100%;
}

.search_input {
  font-size: 32rpx;
  color: #1a1a1a;
}



.content_title {
  font-size: 32rpx;
  font-weight: bold;
  color: #1a1a1a;
  border-bottom: 1rpx solid #ebebeb;
  padding: 35rpx 33rpx;
}

.list_content {
  font-size: 30rpx;
  color: #666;
  border-bottom: 1rpx solid #ebebeb;
  padding: 0 33rpx;
}

.item_list {
  border-bottom: 1rpx solid #ebebeb;
  padding: 35rpx 0rpx;
}

.item_list:last-child {
  border: none;
}