提交 ed172f8a 编写于 作者: guangjun.yang's avatar guangjun.yang

医生列表页面

上级 ab6397c0
...@@ -107,6 +107,9 @@ export default { ...@@ -107,6 +107,9 @@ export default {
line-height: 50px; line-height: 50px;
background: #F8F9FA; background: #F8F9FA;
li { li {
position: relative;
top: 0;
left: 0;
text-align: center; text-align: center;
flex: 1; flex: 1;
font-size: 14px; font-size: 14px;
...@@ -114,15 +117,20 @@ export default { ...@@ -114,15 +117,20 @@ export default {
color: #979899; color: #979899;
&.active { &.active {
color: #373839; color: #373839;
}
&::after { &::after {
position: absolute;
display: inline-block; display: inline-block;
content: ''; content: '';
width: 6px; z-index: 1000;
height: 3px;; top: 42px;
left: 53px;
width: 10px;
height: 3px;
background: #449284;
border-radius: 3px; border-radius: 3px;
} }
} }
}
} }
.list { .list {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册