JSDM

HTML

1
1
<div></div>

CSS

x
 
1
body{
2
  background-color:rgba(255,165,0,.2);}
3
4
div{
5
 background-color:tomato;
6
 width:100px;
7
 height:100px;
8
 position:relative;
9
 top:100px;
10
 left:50%;
11
 transform: rotate(-45deg);}
12
13
div:before{
14
  content:"";
15
  width:100px;
16
  height:100px;
17
  border-radius:50%;
18
  background-color:tomato;
19
  position:absolute;
20
  top:-50px;
21
  left:0;}
22
23
div:after{
24
  z-index:-1;
25
  content:"";
26
  width:100px;
27
  height:100px;
28
  border-radius:50%;
29
  background:tomato;
30
  position:absolute;
31
  top:0px;
32
  left:50px;}
? ?
? ?
必须是有效的URL
+ 添加另一个资源

JS

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

文件管理 点击文件查看URL

图片

  1. 暂无文件

CSS

  1. 暂无文件

JavaScript

  1. 暂无文件

其他

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