JSDM

HTML

 
1
<div></div>

CSS

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

JS

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

文件管理 点击文件查看URL

图片

  1. 暂无文件

CSS

  1. 暂无文件

JavaScript

  1. 暂无文件

其他

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