.main {
background: #fff;
width: 100%;
height: 100%;
}
.icon_name_view {
padding-top: 10px;
margin-left: 10px;
display: flex;
}
.doctor_icon {
width: 66px;
height: 66px;
border-radius: 50%;
border: 3px solid white;
}
.content_view {
margin-left: 10px;
}
.name_view {
display: flex;
margin-top: 3px;
}
.name {
font-size: 20px;
color: #222;
}
.depart {
font-size: 14px;
color: #888;
margin-top: 8px;
margin-left: 10px;
}
.doctor_other {
font-size: 14px;
color: #888;
}
.departname_view {
display: flex;
margin-left: 10px;
margin-top: 10px;
}
.line {
background: #48c17b;
width: 2px;
height: 14px;
margin-top: 3px;
}
.title_text {
font-size: 14px;
color: #222;
margin-left: 5px;
}
.doctor_intro{
font-size: 13px;
color: #888888;
margin: 10px;
}