pull/6/head
sentsin 2015-04-20 00:55:14 +08:00
parent 5bbd6677c2
commit d88519f482
19 changed files with 40 additions and 3 deletions

5
.gitignore vendored
View File

@ -1,5 +1,4 @@
1.8.5/
doc/
*.iml
.idea/
.ipr
@ -17,4 +16,6 @@ Thumbs.db
.project
.settings/
node_modules/
_site/
_site/
*/seaning
git/

BIN
src/skin/seaning/close.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
src/skin/seaning/icon0.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 873 B

BIN
src/skin/seaning/icon1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
src/skin/seaning/icon10.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
src/skin/seaning/icon11.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
src/skin/seaning/icon12.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
src/skin/seaning/icon13.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 923 B

BIN
src/skin/seaning/icon2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
src/skin/seaning/icon3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
src/skin/seaning/icon4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
src/skin/seaning/icon5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
src/skin/seaning/icon6.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
src/skin/seaning/icon7.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
src/skin/seaning/icon8.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

BIN
src/skin/seaning/icon9.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -0,0 +1,36 @@
/**
@Name: layer--seaning
@Date: 2015.04.19
@Author:
@blog: seaning.com
@remark:
1.flatlayer48px;
2.
3.titleborder
**/
html #layui_layer_skinseaningstylecss{display:none; position: absolute; width:1989px;}
body .layer-ext-seaning .layui-layer-title{background:#f6f6f6; color:#000; border: 1px #e7e7e7 solid;}
body .layer-ext-seaning .layui-layer-content .layui-layer-ico{width:48px; height:48px;}
body .layer-ext-seaning .layui-layer-ico0{background:url(default.png) no-repeat 0 0;}
body .layer-ext-seaning .layui-layer-ico1{background:url(default.png) no-repeat -48px 0;}
body .layer-ext-seaning .layui-layer-ico2{background:url(default.png) no-repeat -96px 0;}
body .layer-ext-seaning .layui-layer-ico3{background:url(default.png) no-repeat -144px 0;}
body .layer-ext-seaning .layui-layer-ico4{background:url(default.png) no-repeat -192px 0;}
body .layer-ext-seaning .layui-layer-ico5{background:url(default.png) no-repeat -240px 0;}
body .layer-ext-seaning .layui-layer-ico6{background:url(default.png) no-repeat -288px 0;}
body .layer-ext-seaning .layui-layer-ico7{background:url(default.png) no-repeat -336px 0;}
body .layer-ext-seaning .layui-layer-ico8{background:url(default.png) no-repeat -384px 0;}
body .layer-ext-seaning .layui-layer-ico9{background:url(default.png) no-repeat -432px 0;}
body .layer-ext-seaning .layui-layer-ico10{background:url(default.png) no-repeat -480px 0;}
body .layer-ext-seaning .layui-layer-ico11{background:url(default.png) no-repeat -528px 0;}
body .layer-ext-seaning .layui-layer-ico12{background:url(default.png) no-repeat -576px 0;}
body .layer-ext-seaning .layui-layer-ico13{background:url(default.png) no-repeat -624px 0;}
body .layer-ext-seaning .layui-layer-setwin .layui-layer-close1 {width: 14px; height: 14px; background:url(close.png) no-repeat;}
body .layer-ext-seaning .layui-layer-content{border-bottom:1px #e9e9e9 solid;padding:30px;}
body .layer-ext-seaning .layui-layer-padding{padding-top:28px;padding-left:74px;}
body .layer-ext-seaning .layui-layer-btn{padding:5px 0;text-align:right;}

View File

@ -64,7 +64,7 @@ pre{font-family:'微软雅黑'}
//加载扩展模块
layer.config({
extend: 'layer.ext.js'
extend: 'extend/layer.ext.js'
});
//页面一打开就执行放入ready是为了layer所需配件css、扩展模块加载完毕