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

医生列表页面

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