Commit 7f06849d authored by 郭志伟's avatar 郭志伟

详情理赔流程样式调整

parent 70b0dfa1
......@@ -43,21 +43,21 @@ export default {
@import "../../../../style/var.less";
.cps-process {
&-list {
position: relative;
&::after {
content: " ";
display: block;
position: absolute;
top: 35px;
left: 13px;
width: 0;
height: calc(100% - 98px);
border-left: 1px solid #d8d8d8;
z-index: 5;
}
&-item {
display: flex;
padding-bottom: 16px;
position: relative;
&::after {
content: " ";
display: block;
position: absolute;
top: 35px;
left: 13px;
width: 0;
height: 100%;
border-left: 1px solid #d8d8d8;
z-index: 5;
}
&-title {
font-size: @font-size-12;
font-weight: @font-weight-bold;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment