no message
This commit is contained in:
parent
de3eed0d55
commit
71ce7c6c88
@ -376,6 +376,16 @@
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
.content .side .item.pitch::before {
|
||||
content: "";
|
||||
background-color: #fbfbfb;
|
||||
width: 5px;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
display: block;
|
||||
}
|
||||
.content .side .item .item-text {
|
||||
position: relative;
|
||||
}
|
||||
@ -1482,15 +1492,6 @@
|
||||
transition: all 0.3s;
|
||||
border: 1px solid #6fc16d;
|
||||
}
|
||||
.content .details-box .pattern .tab::before {
|
||||
content: "";
|
||||
background-color: #fbfbfb;
|
||||
width: 5px;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
.content .details-box .pattern .introduce .item {
|
||||
text-align: center;
|
||||
}
|
||||
|
@ -427,6 +427,16 @@
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
&::before {
|
||||
content: "";
|
||||
background-color: #fbfbfb;
|
||||
width: 5px;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.item-text {
|
||||
@ -1742,16 +1752,6 @@
|
||||
transition: all 0.3s;
|
||||
border: 1px solid #6fc16d;
|
||||
}
|
||||
|
||||
&::before {
|
||||
content: "";
|
||||
background-color: #fbfbfb;
|
||||
width: 5px;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.introduce {
|
||||
|
Loading…
x
Reference in New Issue
Block a user