search_2.wxss 1.6 KB
/* pages/index/search_2/search_2.wxss */

page{
  line-height: 1;
  /* background: #EBEBEB; */
}
.container{
  display: flex;
  flex-flow: column;
}
.top{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  padding: 24rpx 0;
}
.top_box{
  display: flex;
  align-items: center;
  width:686rpx;
  height:60rpx;
  background:rgba(237,238,242,1);
  border-radius:10rpx;
  box-sizing: border-box;
  padding: 0 24rpx;
}
.top_pic{
  
  width:28rpx;
  height:28rpx;
  display: flex;
}
.top_pic image{
  width: 100%;
  height: 100%;
}
.top_box input{
  margin-left: 25rpx;
  width: 100%;
  height: 100%;


  font-size:26rpx;
  font-family:PingFang-SC-Medium;
  font-weight:500;
  color:#000;
}
.items{
  display: flex;
  flex-flow: column;
}
.item{
  display: flex;
  flex-flow: column;
  box-sizing: border-box;
  padding: 40rpx 0;
  margin: 0 32rpx;
  border-bottom: 1px solid #EBEBEB;
}
.item_top{
  display: flex;
  justify-content: space-between;
}
.item_top_left{
  display: flex;
  font-size:30rpx;
  font-family:PingFang-SC-Medium;
  font-weight:500;
  color:rgba(153,153,153,1);
}
.item_top_right{
  width:40rpx;
  height:40rpx;
  display: flex;
}
.item_top_right image{
  width: 100%;
  height: 100%;
}
.item_bottom{
  margin-top: 10rpx;
  display: flex;
  flex-wrap: wrap;
}
.item_bottom_content{
  margin-top: 20rpx;
  margin-right: 20rpx;
  box-sizing: border-box;
  padding: 17rpx;
  background:rgba(250,250,250,1);
  border-radius:5rpx;

  font-size:26rpx;
  font-family:PingFang-SC-Regular;
  font-weight:400;
  color:rgba(26,26,26,1);
}