complete cursor

This commit is contained in:
hufeixiong
2021-07-26 11:27:55 +08:00
parent 1ee6dccdb0
commit 7328374b1f
5 changed files with 97 additions and 51 deletions

View File

@@ -90,7 +90,7 @@
cursor: pointer;
border-radius: 50%;
&.left {
&.l {
left: -6px;
top: calc(50% - 3px);
@@ -99,7 +99,7 @@
}
}
&.right {
&.r {
right: -6px;
top: calc(50% - 3px);
@@ -108,7 +108,7 @@
}
}
&.top {
&.t {
top: -6px;
left: calc(50% - 3px);
@@ -117,7 +117,7 @@
}
}
&.bottom {
&.b {
bottom: -6px;
left: calc(50% - 3px);
@@ -126,7 +126,7 @@
}
}
&.topleft {
&.lt {
top: -6px;
left: -6px;
@@ -135,7 +135,7 @@
}
}
&.bottomleft {
&.lb {
bottom: -6px;
left: -6px;
@@ -144,7 +144,7 @@
}
}
&.bottomright {
&.rb {
bottom: -6px;
right: -6px;
@@ -153,7 +153,7 @@
}
}
&.topright {
&.rt {
top: -6px;
right: -6px;