修改大屏样式

This commit is contained in:
jiangzhe 2024-06-04 09:51:50 +08:00
parent 032d3b01a1
commit e8792bbaa1
1 changed files with 23 additions and 23 deletions

View File

@ -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;