JSDM

HTML

 
1
<div class="collapse_span"></div>

CSS

x
 
1
.collapse_span {
2
    position: absolute;
3
    bottom: 1px;
4
    left: 50%;
5
    width: 60px;
6
    height: 12px;
7
    cursor: pointer;
8
}
9
.collapse_span:before {
10
        content: "";
11
  position: absolute;
12
  top: 0; 
13
  right: 0; 
14
  bottom: 0; 
15
  left: 0;
16
  border: 1px solid rgba(12,131,242,0.5);
17
        transform: perspective(1em) rotateX(15deg);
18
    }
19
.collapse_span:after {
20
  content: '';
21
  position: absolute;
22
  bottom: 0;
23
  left: 50%;
24
  transform: translateX(-50%);
25
  border-left: 10px solid transparent;
26
  border-bottom: 6px solid #409EFF;
27
  border-top: 10px solid transparent;
28
  border-right: 10px solid transparent;
29
}
30
31
? ?
? ?
必须是有效的URL
+ 添加另一个资源

JS

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

文件管理 点击文件查看URL

图片

  1. 暂无文件

CSS

  1. 暂无文件

JavaScript

  1. 暂无文件

其他

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