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