first commit
2337
public/static/js/layui/css/font-awesome.css
vendored
Normal file
1
public/static/js/layui/css/layui.css
Normal file
1
public/static/js/layui/css/modules/code.css
Normal file
@@ -0,0 +1 @@
|
||||
html #layuicss-skincodecss{display:none;position:absolute;width:1989px}.layui-code-h3,.layui-code-view{position:relative;font-size:12px}.layui-code-view{display:block;margin:10px 0;padding:0;border:1px solid #eee;border-left-width:6px;background-color:#FAFAFA;color:#333;font-family:Courier New}.layui-code-h3{padding:0 10px;height:40px;line-height:40px;border-bottom:1px solid #eee}.layui-code-h3 a{position:absolute;right:10px;top:0;color:#999}.layui-code-view .layui-code-ol{position:relative;overflow:auto}.layui-code-view .layui-code-ol li{position:relative;margin-left:45px;line-height:20px;padding:0 10px;border-left:1px solid #e2e2e2;list-style-type:decimal-leading-zero;*list-style-type:decimal;background-color:#fff}.layui-code-view .layui-code-ol li:first-child{padding-top:10px}.layui-code-view .layui-code-ol li:last-child{padding-bottom:10px}.layui-code-view pre{margin:0}.layui-code-notepad{border:1px solid #0C0C0C;border-left-color:#3F3F3F;background-color:#0C0C0C;color:#C2BE9E}.layui-code-notepad .layui-code-h3{border-bottom:none}.layui-code-notepad .layui-code-ol li{background-color:#3F3F3F;border-left:none}.layui-code-demo .layui-code{visibility:visible!important;margin:-15px;border-top:none;border-right:none;border-bottom:none}.layui-code-demo .layui-tab-content{padding:15px;border-top:none}
|
||||
16
public/static/js/layui/css/modules/laydate/default/font.css
Normal file
@@ -0,0 +1,16 @@
|
||||
/** 图标字体 **/
|
||||
@font-face {font-family: 'laydate-icon';
|
||||
src: url('./font/iconfont.eot');
|
||||
src: url('./font/iconfont.eot#iefix') format('embedded-opentype'),
|
||||
url('./font/iconfont.svg#iconfont') format('svg'),
|
||||
url('./font/iconfont.woff') format('woff'),
|
||||
url('./font/iconfont.ttf') format('truetype');
|
||||
}
|
||||
|
||||
.laydate-icon{
|
||||
font-family:"laydate-icon" !important;
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
BIN
public/static/js/layui/css/modules/layer/default/icon-ext.png
Normal file
|
After Width: | Height: | Size: 5.8 KiB |
BIN
public/static/js/layui/css/modules/layer/default/icon.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
public/static/js/layui/css/modules/layer/default/loading-0.gif
Normal file
|
After Width: | Height: | Size: 701 B |
BIN
public/static/js/layui/css/modules/layer/default/loading-1.gif
Normal file
|
After Width: | Height: | Size: 5.7 KiB |
BIN
public/static/js/layui/css/modules/layer/default/loading-2.gif
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
1934
public/static/js/layui/css/modules/notice.css
Normal file
100
public/static/js/layui/css/modules/tags.css
Normal file
@@ -0,0 +1,100 @@
|
||||
/*!
|
||||
* tags标签组件
|
||||
* by meystack to www.swiftadmin.net
|
||||
* Apache2.0 Licensed
|
||||
*/
|
||||
|
||||
.layui-tags {
|
||||
border: 1px solid #e3e7f1;
|
||||
height: 31px;
|
||||
line-height: 31px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
background-color: #fff;
|
||||
border-radius: 2px;
|
||||
cursor: text;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.layui-tags input {
|
||||
width: 93px;
|
||||
font-family: helvetica;
|
||||
font-size: 13px;
|
||||
border: 1px solid transparent;
|
||||
background: 0 0;
|
||||
color: #000;
|
||||
outline: 0;
|
||||
height: 31px;
|
||||
float: left;
|
||||
|
||||
}
|
||||
|
||||
.layui-tags span.tag-elem {
|
||||
float: left;
|
||||
height: 25px;
|
||||
line-height: 16px;
|
||||
font-size: 12px;
|
||||
box-sizing: border-box;
|
||||
margin-right: 5px;
|
||||
padding: 5px;
|
||||
margin-top: 4px;
|
||||
-moz-border-radius: 2px;
|
||||
-webkit-border-radius: 2px;
|
||||
font-family: helvetica;
|
||||
color: #1890ff;
|
||||
background: #e6f7ff;
|
||||
border: 1px solid #91d5ff;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.layui-tags span.tag-elem i {
|
||||
font-family: Verdana;
|
||||
color: #0084ff;
|
||||
margin-left: 5px;
|
||||
font-size: 12px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.layui-tags span.tag-elem i:hover {
|
||||
color: red;
|
||||
}
|
||||
|
||||
#layui-tags-ajax {
|
||||
text-align: left;
|
||||
cursor: default;
|
||||
background: #fff;
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
border-radius: 2px;
|
||||
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
||||
-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
||||
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
||||
background-clip: padding-box;
|
||||
position: absolute;
|
||||
display: none;
|
||||
z-index: 1029;
|
||||
max-height: 254px;
|
||||
overflow: hidden;
|
||||
overflow-y: auto;
|
||||
width: 138px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#layui-tags-ajax li {
|
||||
position: relative;
|
||||
line-height: 20px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
font-size: 1em;
|
||||
color: #333;
|
||||
padding: 5px 10px;
|
||||
cursor: pointer;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#layui-tags-ajax li:hover,#layui-tags-ajax .layui-tag-this {
|
||||
background: #f0f0f0;
|
||||
}
|
||||
|
||||
#layui-tags-ajax li b {
|
||||
color: red;
|
||||
}
|
||||
BIN
public/static/js/layui/font/iconfont.eot
Normal file
554
public/static/js/layui/font/iconfont.svg
Normal file
|
After Width: | Height: | Size: 299 KiB |
BIN
public/static/js/layui/font/iconfont.ttf
Normal file
BIN
public/static/js/layui/font/iconfont.woff
Normal file
BIN
public/static/js/layui/font/iconfont.woff2
Normal file
BIN
public/static/js/layui/fonts/FontAwesome.otf
Normal file
BIN
public/static/js/layui/fonts/fontawesome-webfont.eot
Normal file
2671
public/static/js/layui/fonts/fontawesome-webfont.svg
Normal file
|
After Width: | Height: | Size: 434 KiB |
BIN
public/static/js/layui/fonts/fontawesome-webfont.ttf
Normal file
BIN
public/static/js/layui/fonts/fontawesome-webfont.woff
Normal file
BIN
public/static/js/layui/fonts/fontawesome-webfont.woff2
Normal file
BIN
public/static/js/layui/images/face/0.gif
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
public/static/js/layui/images/face/1.gif
Normal file
|
After Width: | Height: | Size: 5.4 KiB |
BIN
public/static/js/layui/images/face/10.gif
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
public/static/js/layui/images/face/11.gif
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
public/static/js/layui/images/face/12.gif
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
public/static/js/layui/images/face/13.gif
Normal file
|
After Width: | Height: | Size: 7.3 KiB |
BIN
public/static/js/layui/images/face/14.gif
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
public/static/js/layui/images/face/15.gif
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
public/static/js/layui/images/face/16.gif
Normal file
|
After Width: | Height: | Size: 6.6 KiB |
BIN
public/static/js/layui/images/face/17.gif
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
BIN
public/static/js/layui/images/face/18.gif
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
public/static/js/layui/images/face/19.gif
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
public/static/js/layui/images/face/2.gif
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
public/static/js/layui/images/face/20.gif
Normal file
|
After Width: | Height: | Size: 5.0 KiB |
BIN
public/static/js/layui/images/face/21.gif
Normal file
|
After Width: | Height: | Size: 5.1 KiB |
BIN
public/static/js/layui/images/face/22.gif
Normal file
|
After Width: | Height: | Size: 9.6 KiB |
BIN
public/static/js/layui/images/face/23.gif
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
public/static/js/layui/images/face/24.gif
Normal file
|
After Width: | Height: | Size: 7.9 KiB |
BIN
public/static/js/layui/images/face/25.gif
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
public/static/js/layui/images/face/26.gif
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
public/static/js/layui/images/face/27.gif
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
BIN
public/static/js/layui/images/face/28.gif
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
public/static/js/layui/images/face/29.gif
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
BIN
public/static/js/layui/images/face/3.gif
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
public/static/js/layui/images/face/30.gif
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
public/static/js/layui/images/face/31.gif
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
public/static/js/layui/images/face/32.gif
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
public/static/js/layui/images/face/33.gif
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
public/static/js/layui/images/face/34.gif
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
public/static/js/layui/images/face/35.gif
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
public/static/js/layui/images/face/36.gif
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
public/static/js/layui/images/face/37.gif
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
public/static/js/layui/images/face/38.gif
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
public/static/js/layui/images/face/39.gif
Normal file
|
After Width: | Height: | Size: 6.3 KiB |
BIN
public/static/js/layui/images/face/4.gif
Normal file
|
After Width: | Height: | Size: 5.6 KiB |
BIN
public/static/js/layui/images/face/40.gif
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
public/static/js/layui/images/face/41.gif
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
public/static/js/layui/images/face/42.gif
Normal file
|
After Width: | Height: | Size: 5.2 KiB |
BIN
public/static/js/layui/images/face/43.gif
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
public/static/js/layui/images/face/44.gif
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
public/static/js/layui/images/face/45.gif
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
public/static/js/layui/images/face/46.gif
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
public/static/js/layui/images/face/47.gif
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
public/static/js/layui/images/face/48.gif
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
public/static/js/layui/images/face/49.gif
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
public/static/js/layui/images/face/5.gif
Normal file
|
After Width: | Height: | Size: 4.5 KiB |
BIN
public/static/js/layui/images/face/50.gif
Normal file
|
After Width: | Height: | Size: 5.7 KiB |
BIN
public/static/js/layui/images/face/51.gif
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
public/static/js/layui/images/face/52.gif
Normal file
|
After Width: | Height: | Size: 777 B |
BIN
public/static/js/layui/images/face/53.gif
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
public/static/js/layui/images/face/54.gif
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
public/static/js/layui/images/face/55.gif
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
public/static/js/layui/images/face/56.gif
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
public/static/js/layui/images/face/57.gif
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
public/static/js/layui/images/face/58.gif
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
public/static/js/layui/images/face/59.gif
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
public/static/js/layui/images/face/6.gif
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
public/static/js/layui/images/face/60.gif
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
public/static/js/layui/images/face/61.gif
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
public/static/js/layui/images/face/62.gif
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
public/static/js/layui/images/face/63.gif
Normal file
|
After Width: | Height: | Size: 5.7 KiB |
BIN
public/static/js/layui/images/face/64.gif
Normal file
|
After Width: | Height: | Size: 6.3 KiB |
BIN
public/static/js/layui/images/face/65.gif
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
public/static/js/layui/images/face/66.gif
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
public/static/js/layui/images/face/67.gif
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
public/static/js/layui/images/face/68.gif
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
public/static/js/layui/images/face/69.gif
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
public/static/js/layui/images/face/7.gif
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
public/static/js/layui/images/face/70.gif
Normal file
|
After Width: | Height: | Size: 4.5 KiB |
BIN
public/static/js/layui/images/face/71.gif
Normal file
|
After Width: | Height: | Size: 5.2 KiB |
BIN
public/static/js/layui/images/face/8.gif
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
public/static/js/layui/images/face/9.gif
Normal file
|
After Width: | Height: | Size: 4.1 KiB |