forked from layui/layer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
sentsin
committed
Apr 19, 2015
1 parent
5bbd667
commit d88519f
Showing
19 changed files
with
40 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
/** | ||
@Name: layer皮肤--seaning | ||
@Date: 2015.04.19 | ||
@Author: 隐 | ||
@blog: seaning.com | ||
@remark: | ||
1.新增flat风格图标,替换layer默认图标,新图标大小为48px; | ||
2.更改按钮位置,右对齐 | ||
3.添加title的底部border | ||
**/ | ||
|
||
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;} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters