Commit b6ad2f2e authored by 郭志伟's avatar 郭志伟

fix: css样式问题修复

parent 43b4510b
......@@ -57,6 +57,7 @@ export default {
position: fixed;
bottom: 0;
left: 0;
z-index: 10;
width: 100%;
height: 60px;
display: flex;
......
......@@ -68,7 +68,7 @@ export default {
&-header {
background: url(../../../assets/goods/detail/assistant-card.png) top no-repeat;
background-size: contain;
padding: 24px 24px 20px;
padding: 24px 24px 21.5px;
h4 {
margin-top: 20px;
font-size: @font-size-20;
......
......@@ -53,8 +53,19 @@ export default {
@import "../../../style/var.less";
.cps-process {
&-list {
position: relative;
&::after {
content: " ";
display: block;
position: absolute;
top: 50px;
left: 13px;
width: 0;
height: calc(100% - 98px);
border-left: 1px solid #d8d8d8;
z-index: 5;
}
&-item {
position: relative;
display: flex;
align-items: center;
padding-bottom: 16px;
......@@ -68,25 +79,17 @@ export default {
background-color: @orange-light;
border-radius: @border-radius-max;
line-height: @line-height-md;
position: relative;
text-align: center;
line-height: 19px;
&::after {
content: " ";
display: block;
position: absolute;
top: 19px;
left: 9.5px;
width: 0;
height: calc(100% + 70px);
border-left: 1px solid #d8d8d8;
}
position: relative;
z-index: 6;
}
&-content {
flex: 1;
background-color: #f6f6f6;
border-radius: @border-radius-sm / 2 @border-radius-md;
padding: @padding-sm;
position: relative;
h6 {
color: @black;
font-weight: @font-weight-bold;
......@@ -102,7 +105,7 @@ export default {
&:last-child {
color: #fff;
padding-bottom: 0;
.cps-process-list-item-title::after {
&::after {
display: none;
}
}
......
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