searchpage.wxss 784 字节
@import '../../icon/icon.wxss';
@import '../pocketlesson/pocketlesson.wxss';

.hotsearchcontent{
  margin-top:54rpx;
  padding: 0 30rpx;

}
.hotsearch{
  color:#333333;
  font-size:36rpx;
}
.hotsearchlist{
  display:flex;
  flex-wrap: wrap
}
.hotsearchlistitem{
  color:#999999;
  font-size: 28rpx;
  margin-left: 42rpx;
  margin-top: 19rpx;
}
.historysearchlistitem{
    color:#999999;
    font-size: 28rpx;
    padding: 29rpx 0 14rpx 25rpx;
    border-bottom: 1rpx solid #f5f5f5;
}
.historysearchname{
  display:flex;
  justify-content: space-between;
  align-items: center
}
.clearhistory{
  display:flex;
  align-items: center
}
.icon-shanchu{
  font-size: 36rpx;
}
.clear{
  margin-right: 10rpx;
}
.projectlist{
  padding: 0
}
.placeholder_input{
 color:#fff;
 font-size:28rpx;
}