JSDM

HTML

1
 
1
div
!

CSS

x
 
1
$primary-color=orange
2
$size=50px
3
4
html, body
5
  height 100%
6
body
7
  display flex
8
  align-items center
9
  justify-content center
10
div
11
  position relative
12
  &::after
13
    width $size
14
    height $size
15
    background $primary-color
16
    border-radius 100%
17
    box-shadow 0 0 0 ($size / 10) white, 0 0 0 ($size / 5) $primary-color
18
    display flex
19
    justify-content center
20
    align-items center
21
    content '1'
22
    color white
23
    font-size ($size / 5) * 3
24
  &::before
25
    width ($size / 10) + 1
26
    left 0
27
    right 0
28
    top -($size / 5 * 2)
29
    bottom -($size / 5 * 2)
30
    margin auto
31
    background $primary-color
32
    content ''
33
    position absolute
34
    z-index -1
!
? ?
? ?
必须是有效的URL
+ 添加另一个资源

JS

1
 
1
!
必须是有效的URL
+ 添加另一个资源
Close

文件管理 点击文件查看URL

图片

  1. 暂无文件

CSS

  1. 暂无文件

JavaScript

  1. 暂无文件

其他

  1. 暂无文件
拖动文件到上面的区域或者:
加载中 ..................