This commit is contained in:
lb
2024-01-25 10:31:51 +08:00
parent b27a20f3cf
commit 2fb3d05f8c
13 changed files with 288 additions and 40 deletions

View File

@@ -0,0 +1,25 @@
.arrow {
width: 16px;
height: 48px;
background: #ccc;
position: relative;
}
.arrow-top {
background: #00f3ed;
width: 8px;
height: 24px;
position: absolute;
top: 0;
left: 0;
border-radius: 12px;
}
.arrow-bottom {
background: #00f3ed;
width: 8px;
height: 24px;
position: absolute;
bottom: 0;
left: 0;
border-radius: 12px;
}