提交 5bcab03f 编写于 作者: LUCIFER-ZHU's avatar LUCIFER-ZHU

update: 样式更新

上级 c56fe3eb
......@@ -8,4 +8,5 @@
@import './card.scss';
@import './data-picker.scss';
@import './button.scss';
@import './input-box.scss';
\ No newline at end of file
@import './input-box.scss';
@import './step.scss';
\ No newline at end of file
.ivu-steps-horizontal{
padding: 10px;
.ivu-steps-item{
.ivu-steps-tail{
padding: 0 80px;
left: 44px;
>i{
height: 2px;
}
}
.ivu-steps-head{
.ivu-steps-head-inner{
margin-right: 10px;
border-color: var(--app-color-gray-200);
background-color: #fff;
span{
color: #fff;
}
}
}
.ivu-steps-main{
.ivu-steps-title{
font-size: 14px;
color: var(--app-color-black);
}
}
}
// 进行中
.ivu-steps-item.ivu-steps-status-process{
.ivu-steps-head{
.ivu-steps-head-inner{
border-color: var(--app-color-blue);
span{
color: #fff;
}
}
}
}
// 完成
.ivu-steps-item.ivu-steps-status-finish{
.ivu-steps-tail{
>i::after{
background-color: #188CE5;
}
}
.ivu-steps-head{
.ivu-steps-head-inner{
border-color: var(--app-color-blue);
.ivu-icon-ios-checkmark{
color: var(--app-color-blue);
transform: scale(1.5);
}
}
}
}
}
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册