修改大屏样式
This commit is contained in:
parent
032d3b01a1
commit
e8792bbaa1
|
@ -1133,11 +1133,7 @@ li {
|
||||||
margin-left: .125rem;
|
margin-left: .125rem;
|
||||||
margin-right: .125rem;
|
margin-right: .125rem;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
|
||||||
.no-hd {
|
|
||||||
height: .75rem;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
border: 1px solid rgba(25, 186, 139, 0.17);
|
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -1145,7 +1141,7 @@ li {
|
||||||
left: 0;
|
left: 0;
|
||||||
content: "";
|
content: "";
|
||||||
width: 30px;
|
width: 30px;
|
||||||
height: 10px;
|
height: 20px;
|
||||||
border-top: 2px solid #02a6b5;
|
border-top: 2px solid #02a6b5;
|
||||||
border-left: 2px solid #02a6b5;
|
border-left: 2px solid #02a6b5;
|
||||||
}
|
}
|
||||||
|
@ -1156,11 +1152,15 @@ li {
|
||||||
right: 0;
|
right: 0;
|
||||||
content: "";
|
content: "";
|
||||||
width: 30px;
|
width: 30px;
|
||||||
height: 10px;
|
height: 20px;
|
||||||
border-right: 2px solid #02a6b5;
|
border-right: 2px solid #02a6b5;
|
||||||
border-bottom: 2px solid #02a6b5;
|
border-bottom: 2px solid #02a6b5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.no-hd {
|
||||||
|
height: .75rem;
|
||||||
|
border: 1px solid rgba(25, 186, 139, 0.17);
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue