NEZ-602 perf: 向导列表中间的横线样式
This commit is contained in:
@@ -326,6 +326,25 @@ export default {
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
|
&:not(:nth-of-type(2)):before {
|
||||||
|
top: 100px;
|
||||||
|
width: 50%;
|
||||||
|
height: 2px;
|
||||||
|
background-color: #d8d8d8;
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
&:not(:last-of-type):after {
|
||||||
|
top: 100px;
|
||||||
|
width: 50%;
|
||||||
|
height: 2px;
|
||||||
|
background-color: #d8d8d8;
|
||||||
|
position: absolute;
|
||||||
|
right: 0;
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
|
||||||
&.guide-item--active {
|
&.guide-item--active {
|
||||||
.item__title {
|
.item__title {
|
||||||
color: #101B27;
|
color: #101B27;
|
||||||
@@ -359,6 +378,7 @@ export default {
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
background-color: #F6F6F6;
|
background-color: #F6F6F6;
|
||||||
transition: all linear .3s;
|
transition: all linear .3s;
|
||||||
|
z-index: 1;
|
||||||
|
|
||||||
i {
|
i {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
Reference in New Issue
Block a user