JSDM

HTML

 
1
<div id="gg">
2
  <img src="http://www.southinfo.net/uploadfile/upfiles/20130426102144.jpg"/>
3
</div>

CSS

x
 
1
#gg {
2
            width: 100px;
3
            height: 100px;
4
            background: red;
5
            position: relative;
6
        }
7
8
        #gg:before {
9
            content: "";
10
            position: absolute;
11
            top: 0;
12
            left: 38px;
13
            border-bottom: 20px solid red;
14
            border-right: 20px solid #FFF;
15
            width: 42px;
16
            height: 0;
17
        }
18
19
        #gg:after {
20
            content:"";
21
            position: absolute;
22
            bottom: 0;
23
            left: 0;
24
            border-top: 20px solid red;
25
            border-left: 20px solid #FFF;
26
            width: 42px;
27
            height: 0;
28
        }
29
    img{width:100%;height:100%;}
? ?
? ?
必须是有效的URL
+ 添加另一个资源

JS

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

文件管理 点击文件查看URL

图片

  1. 暂无文件

CSS

  1. 暂无文件

JavaScript

  1. 暂无文件

其他

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