rotate start

This commit is contained in:
hufeixiong
2021-07-22 22:08:18 +08:00
parent b55f43fd0b
commit 2fa6bc6193
11 changed files with 466 additions and 21 deletions

View File

@@ -171,3 +171,14 @@
position: relative;
bottom: 0;
}
.rotate {
position: absolute;
top: -30px;
left: calc(50% - 6px);
height: 12px;
width: 12px;
border-radius: 50%;
background-color: #2196f3;
cursor: grab;
}