diff --git a/src/views/bigScreen/index.vue b/src/views/bigScreen/index.vue index a7ddca8..bbea95c 100644 --- a/src/views/bigScreen/index.vue +++ b/src/views/bigScreen/index.vue @@ -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;