From d0f8db7f155bd7d883d5ec98f56f429684df87d1 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Wed, 22 Jan 2025 18:15:35 +0800 Subject: [PATCH] no message --- css/details.css | 12 ++++++++++++ css/details.less | 14 ++++++++++++++ img/triangle-blue.svg | 6 ++++++ 3 files changed, 32 insertions(+) create mode 100644 img/triangle-blue.svg diff --git a/css/details.css b/css/details.css index 2f43e7b..81c4fbd 100644 --- a/css/details.css +++ b/css/details.css @@ -67,6 +67,18 @@ top: -9px; right: 44px; } +.boxbox .admission-box .triangle { + width: 20px; + height: 8px; + position: absolute; + top: 0; +} +.boxbox .admission-box .triangle.triangle-left { + left: -8px; +} +.boxbox .admission-box .triangle.triangle-right { + right: -8px; +} .boxbox .admission-box .bj { width: 566px; height: 226px; diff --git a/css/details.less b/css/details.less index 416c3ba..b6de97d 100644 --- a/css/details.less +++ b/css/details.less @@ -77,6 +77,20 @@ top: -9px; right: 44px; + .triangle { + width: 20px; + height: 8px; + position: absolute; + top: 0; + + &.triangle-left { + left: -8px; + } + &.triangle-right { + right: -8px; + } + } + .bj { width: 566px; height: 226px; diff --git a/img/triangle-blue.svg b/img/triangle-blue.svg new file mode 100644 index 0000000..e7d1ab3 --- /dev/null +++ b/img/triangle-blue.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file