feat: New content for clock
- Add background canvas - Add marker - Add sections
This commit is contained in:
parent
8af4dc92d9
commit
6e75d9b290
3 changed files with 184 additions and 68 deletions
|
|
@ -17,7 +17,19 @@
|
|||
@extend .sec_main_center;
|
||||
display: flex;
|
||||
flex-flow: column nowrap;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.wrap {
|
||||
position: relative;
|
||||
width: 512px;
|
||||
height: 512px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
canvas {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
p {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue