|
@@ -207,7 +207,7 @@ header .menu-mobile ul li a:hover{
|
|
|
color: inherit;
|
|
color: inherit;
|
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
|
margin-top: 10px;
|
|
margin-top: 10px;
|
|
|
- min-height: 54px;
|
|
|
|
|
|
|
+ height: 60px;
|
|
|
background: #ebebeb;
|
|
background: #ebebeb;
|
|
|
border-radius: 32px 0 0 32px;
|
|
border-radius: 32px 0 0 32px;
|
|
|
position: relative;
|
|
position: relative;
|
|
@@ -222,7 +222,7 @@ header .menu-mobile ul li a:hover{
|
|
|
margin-left: -10px;
|
|
margin-left: -10px;
|
|
|
z-index: 10;
|
|
z-index: 10;
|
|
|
left: 12px;
|
|
left: 12px;
|
|
|
- top: 2px;
|
|
|
|
|
|
|
+ top: 5px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.left-side .spec .text{
|
|
.left-side .spec .text{
|
|
@@ -237,6 +237,7 @@ header .menu-mobile ul li a:hover{
|
|
|
|
|
|
|
|
.left-side .spec .text .title{
|
|
.left-side .spec .text .title{
|
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
|
|
|
+ line-height: 16px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.left-side .more{
|
|
.left-side .more{
|
|
@@ -405,6 +406,12 @@ header .menu-mobile ul li a:hover{
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+.about .doctor .doctor-avatar img{
|
|
|
|
|
+ display: block;
|
|
|
|
|
+ margin: 0 auto;
|
|
|
|
|
+ border-radius: 50%;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
.about .doctor .doctor-name{
|
|
.about .doctor .doctor-name{
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
font-size: 20px;
|
|
font-size: 20px;
|
|
@@ -536,7 +543,7 @@ header .menu-mobile ul li a:hover{
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
background: url(../images/arrow-right-blue.png) no-repeat center;
|
|
background: url(../images/arrow-right-blue.png) no-repeat center;
|
|
|
- right: 0;
|
|
|
|
|
|
|
+ right: 10px;
|
|
|
top: 0;
|
|
top: 0;
|
|
|
width: 20px;
|
|
width: 20px;
|
|
|
height: 75px;
|
|
height: 75px;
|