doctortail.wxss 3.5 KB
@import '../../../common/common.wxss';
.doctor_date_lsit{
  display:flex;
  justify-content: center;
  flex-wrap: wrap;
}
.doctor_date{
  /* width:116rpx; 
  height:32rpx; */
   padding: 4rpx 4rpx;
  border-radius: 3rpx;
  background:#FD8779;
  color:#fff;
  font-size: 24rpx;
  margin-left: 16rpx;
  margin-top:29rpx;

}
.doctor_date_lsit{
  /* margin-left:24rpx; */
}
.doctor_type{
  margin-top:15rpx;
}
.doctor_box{
  margin-top:60rpx;
  padding-bottom:31rpx;
  border-bottom:16rpx solid #FCF8F7;
}
.doctoritem_img{
  width:120rpx;
  height:120rpx;
  font-size: 0;
  margin: 0 auto;
  border-radius:50%;
}
.doctoritem_img image{
  width:100%;
  height:100%;
  border-radius:50%;
}
.type_name1{
  color:292525;
  font-size: 28rpx;
  font-weight: bold;
  text-align: center
}
.type_name2{
  color:#292525;
  font-size: 24rpx;
  margin-left:21rpx;
  
}
.professional{
  display:flex;
  justify-content: center;
  margin-top: 10rpx;

}
.professiona2{
  display:flex;
  /* flex-wrap: wrap;
  justify-content: center; */
  flex-direction: column;
  justify-content: center;
  /* margin-top: 10rpx; */
  padding:0 0.3rem; 


}
.host_name1{
  color:#292525;
  font-size: 24rpx;
  margin-left:11rpx;
  text-align: center;
}
.host_name{
  color:#292525;
  font-size: 24rpx;
  margin-left:11rpx;
  text-align: center;
  margin-top:10rpx;
}
.mecomment{
  width:310rpx;
  height:80rpx;
  border-radius: 40rpx;
  background: #FD8779;
  color:#fff;
  font-size: 30rpx;
  text-align: center;
  line-height: 80rpx;
  margin:36rpx auto 0;
}
/* 用户评论 */
.essays_content{
  display:flex;
  padding: 31rpx 33rpx;
}
.essays_content_img{
  width:80rpx;
  height:80rpx;
  font-size: 0
}
.essays_content_img image{
  width:100%;
  height:100%;
}
.essays_name{
  color:#000000;
  font-size: 30rpx;
  font-weight: bold;
 
}
.essays_date{
  color:#999999;
  font-size: 26rpx;
  margin-top: 18rpx;

}
.essays_text{
  color:#292525;
  font-size: 28rpx;
  margin-top: 30rpx;
}
.essays_content_text{
  width:587rpx;
  margin-left:17rpx;
}
.new_left,.mew_right{
display:flex;
}
.use_comment{
  justify-content: space-between
}
.new{
  width:68rpx;
  text-align: center;
  color:#A89997;
  font-size: 24rpx;
}
.new:first-child{
    border-right:1px solid #f5f5f5;
}
.new_active{
  color:#FD8779;
}
.user_comment_name{
  display:flex;
  justify-content: space-between;
  align-items: center
}
.user_comment_hostpital{
  padding: 5rpx 22rpx;
  border-radius: 22rpx;
  color:#FD8779;
  font-size: 26rpx;
  border:1rpx solid #FD8779;
 

}
.user_bottom{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-top:43rpx;
}
.user_img{
  width:32rpx;
  height:30rpx;
  font-size: 0;
  margin-right:15rpx;
 
}
.user_img image{
  width:100%;
  height:100%;
}
.thumb{
  display:flex;
}
.user_lsit_img{
  display:flex;
}
.user_date,.thumb_num{
  color:#999999;
  font-size: 24rpx;
  height:30rpx;
  line-height: 30rpx;
  
}
.thumb_star{
 margin-right: 40rpx;
}
.user_essays_content{
  border-bottom:1rpx solid #f5f5f5;
}
.use{
  display:flex;
  align-items: center;
  height:80rpx;
  padding: 0 30rpx;
}
.use_img{
  width:40rpx;
  height:40rpx;
  font-size: 0;
  margin-top: 8rpx;

}
.use_img image{
  width:100%;
  height:100%;
}
.use_name{
  color:#292525;
  font-size: 26rpx;
  font-weight: bold;
  margin-left: 10rpx;
  height:60rpx;
  line-height: 60rpx;

}
.record_text{
  padding: 0 30rpx;
}
.process_explain{
  position:relative;
  padding: 13rpx 6rpx;
  color: #292525;
  font-size: 26rpx;
  line-height:1.8;

}
.record{
  border-bottom:16rpx solid #FCF8F7;
}