Browse Source

1.0.0

pull/9/head
sentsin 8 years ago
parent
commit
9aca6f02f4
  1. 2
      build/css/layui.css
  2. 2
      build/lay/all.js
  3. 1
      gulpfile.js
  4. 2
      src/css/layui.css

2
build/css/layui.css

File diff suppressed because one or more lines are too long

2
build/lay/all.js

@ -1,2 +0,0 @@
/** layui-v1.0.0 经典模块化前端框架 LGPL license By www.layui.com */
;layui.define(function(i){i("layui.all",layui.v)});

1
gulpfile.js

@ -29,6 +29,7 @@ var task = {
return gulp.src([
'./src/**/*'+ mod +'.js'
,'!./src/lay/all.js'
]).pipe(uglify())
.pipe(header('/** <%= pkg.name %>-v<%= pkg.version %> <%= pkg.description %> <%= pkg.license %> license By <%= pkg.homepage %> */\n ;', {pkg: pkg}))
.pipe(gulp.dest('./build'))

2
src/css/layui.css

@ -79,7 +79,7 @@ a cite{font-style: normal; *cursor:pointer;}
/** 页面元素 **/
.layui-btn, .layui-input, .layui-textarea, layui-upload-button{outline: none; -webkit-transition: border-color .3s cubic-bezier(.65,.05,.35,.5); transition: border-color .3s cubic-bezier(.65,.05,.35,.5); -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; box-sizing: border-box !important;}
.layui-btn, .layui-input, .layui-textarea, .layui-upload-button{outline: none; -webkit-transition: border-color .3s cubic-bezier(.65,.05,.35,.5); transition: border-color .3s cubic-bezier(.65,.05,.35,.5); -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; box-sizing: border-box !important;}
/* 引用 */.layui-elem-quote{margin-bottom: 10px; padding: 15px; border-left: 5px solid #009688; border-radius: 0 2px 2px 0; background-color: #f2f2f2;}
/* 字段集合 */.layui-elem-field{padding: 0; border: 1px solid #e2e2e2;}

Loading…
Cancel
Save