homepage.wxss 3.5 KB
@import '../../common/common.wxss';
.head{
  display:flex;
  align-items: center;
  height:88rpx;
  padding: 0 33rpx;
  border-bottom: 1rpx solid #f5f5f5;
}
.place{
  display:flex;
   height:64rpx;
   padding: 12rpx 0;
  justify-content: space-between;
  align-items: center;
}
.place_name{
  color:#292625;
  font-size: 26rpx;
  font-weight: bold;
}
/* .place_img{
  width:10rpx;
  height:10rpx;
  font-size: 0;
  margin-left: 10rpx;
  margin-top: 13rpx;
}
.place_img image{
  width:100%;
  height:100%;
} */
.search{

  height:64rpx;
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding: 12rpx 20rpx 12rpx 33rpx;
  background:rgba(250,250,250,1);
  border-radius:32px;
  box-sizing: border-box;
  margin-left: 30rpx;
}
.searchimg{
  width:66rpx;
  height:33rpx;
  font-size: 0;
  text-align: center
}
.searchimg image{
  width:33rpx;
  height:100%;
  margin:0 auto;
}
.enterword{
  width:454rpx;
  color:#B2B2B2;
  font-size: 28rpx;
}
.kindtype{
  overflow: hidden;
}
.kitype_item{
  float:left;
}
.item_img{
  width:80rpx;
  height:80rpx;
  font-size: 0;
}
.item_img image{
  width:100%;
  height:100%;
}

.kitype_item{
  width:309rpx;
  display:flex;
  align-items: center;
  padding: 38rpx 32rpx;
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;

}
.strategy{
  color:#292625;
  font-size: 30rpx;
  font-weight: bold;
}
.strategy_name{
  color:#5C5453;
  font-size: 26rpx;
}
.strategy_text{
  margin-left: 20rpx;
}
.type:after{
  content:"";
  display:block;
  width:750rpx;
  height:16rpx;
  background:#FCF8F7;
}

.search_list{
  display:flex;
  height:100rpx;
  justify-content: space-between;
  align-items: center;
  padding: 29rpx 48rpx;
  border-bottom:1px solid #f5f5f5;
  box-sizing: border-box;
}

.search_item{
  width:250rpx;
  display:flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.allhospital{
   color:#292625;
  font-size: 26rpx;
  font-weight: bold;
}
.listitem_img{
  width:180rpx;
  height:180rpx;
  font-size: 0;
  border-radius: 5rpx;
}
.listitem_img image{
  width:100%;
  height:100%;
   border-radius: 5rpx;
}
.item_content_name{
  color:#000000;
  font-size: 32rpx;
  font-weight: bold;
}
.item_content_text{
  display:flex;
}
.price{
  color:#292525;
  font-size: 26rpx;
  height:30rpx;
  line-height: 30rpx;
}
.rank{
  display:flex;
  height:30rpx;
  align-items:center;
  margin-left: 19rpx;

}
.rank_star{
  width:23rpx;
  height:22rpx;
  font-size: 0;
  margin-left: 6rpx;
}
.rank_star image{
  width:100%;
  height:100%;
}
.list_item{
  display:flex;
  padding: 32rpx 32rpx;

}
.item_content{
  flex:1;
  margin-left: 31rpx
  }
  .item_content_text{
    margin-top: 10rpx;
  }
  .text_name{
   background:  #FD8779;
   color:#fff;
   font-size: 24rpx;
   /* width:372rpx; */
   border-radius: 3rpx;
   padding: 5rpx 5rpx;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap
  }
  .kilometer{
    width:90rpx;
    padding: 5rpx 10rpx;
    font-size: 24rpx;
    color:#fff;
    border-radius: 3rpx;
    background: #FFC299;
    margin-left: 9rpx;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
  }
  .meter{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10rpx;
  }
  .predit{
    width:455rpx;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#FD8779;
    font-size: 24rpx;
    margin-top: 13rpx;
  }
.nodata{
  color:#999;
  font-size:30rpx;

}