selectdanwei.wxss 863 字节
.search{
    width:750rpx;
    height:104rpx;
    background:#1C8FFF;
    padding: 0 32rpx;
    box-sizing: border-box
}
.searchbox{
    width:584rpx;
    height:64rpx;
    background: #fff;
    padding: 0 24rpx;
    box-sizing: border-box;
    border-radius: 10rpx;
}
.searchboxleft{
    width:32rpx;
    height:32rpx;
    font-size: 0;
}
.searchright{
    width:481rpx;
    height:64rpx;
    font-size:0;
    margin-left:10rpx;
}
.searchright input{
    width:500rpx;
    height:64rpx;
    color:#8C9198;
    font-size: 28rpx;
    border:none;
    outline:none;
}
.enter{
   color:#8C9198;
    font-size: 28rpx;
}
.searchname{
  
 
  color:#fff;
  font-size: 32rpx;
}
.danweilist{
  padding: 0 32rpx;
  box-sizing: border-box
}
.danweiitem{
  padding: 32rpx 0;
  box-sizing: border-box;
  color:#8C9198;
  font-size: 28rpx;
  border-bottom:1rpx solid #f5f5f5;
}