JSDM

HTML

1
 
1
div.heart
!

CSS

xxxxxxxxxx
39
 
1
.heart
2
  top 0
3
  bottom 0 
4
  left 0
5
  right 0
6
  margin auto
7
  vertical-align middle
8
  position fixed
9
  display inline-block
10
  width 18px
11
  height 18px
12
  background transparent
13
  &::after,&::before
14
    content ""
15
    position absolute
16
    background #fe4556
17
    width 50%
18
    height 75%
19
    border-top-left-radius 50%
20
    border-top-right-radius 50%
21
    border-bottom-left-radius 30%
22
    border-bottom-right-radius 30%
23
    top 7%
24
  &::before
25
    left 16%
26
    background #fe4556
27
    transform rotate(-45deg)
28
  &::after
29
    right 16%
30
    transform rotate(45deg)
31
  &:hover
32
    animation: pop .5s infinite
33
@keyframes pop
34
  0%
35
    transform scale(1)
36
  75%
37
    transform scale(3)
38
  100%
39
    transform scale(1)
!
? ?
? ?
必须是有效的URL
+ 添加另一个资源

JS

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

文件管理 点击文件查看URL

图片

  1. 暂无文件

CSS

  1. 暂无文件

JavaScript

  1. 暂无文件

其他

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