search_5.wxss 1.5 KB


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;
}

.mid{
  margin-top: 143rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pic{
  width:629rpx;
  height:463rpx;
  display: flex;
}
.pic image{
  width: 100%;
  height: 100%;
}
.pic_text{
  width: 334rpx;
  /* text-align: center; */
  position: absolute;
  bottom: 0;
  font-size:28rpx;
  font-family:PingFang-SC-Medium;
  font-weight:500;
  color:rgba(153,153,153,1);
  line-height: 42rpx;
}

.bottom{
  margin-top: 23rpx;
  text-align: center;
  font-size:24rpx;
  font-family:PingFang-SC-Regular;
  font-weight:400;
  color:rgba(153,153,153,1);
  
}
.text_bottom_text{
  margin-top: 17rpx;
  font-size:28rpx;
  font-family:PingFang-SC-Medium;
  font-weight:500;
  color:rgba(255,102,0,1);
}
.color_line{
  width:750rpx;
  height:14rpx;
  background:rgba(242,242,242,1);
}