| | |
| | | body { |
| | | background-color: #fff; |
| | | } |
| | | |
| | | input::placeholder { |
| | | color: #b4b4b4; |
| | | } |
| | | input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */ |
| | | color: #b4b4b4; |
| | | } |
| | | .layui-input input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */ |
| | | color: #b4b4b4; |
| | | } |
| | | .layui-input input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */ |
| | | color: #b4b4b4; |
| | | } |
| | | .layui-input input:-ms-input-placeholder { /* Internet Explorer 10+ 适配ie*/ |
| | | color: #b4b4b4; |
| | | } |
| | | |
| | | /* layui优化 */ |
| | | .layui-form-label { |
| | | /*color: #595959;*/ |
| | | } |
| | | .layui-input:focus { |
| | | border-color: #007bff !important; |
| | | } |
| | | /*搜索栏*/ |
| | | .layui-form.layui-card-header { |
| | | padding: 20px 0 5px 0; |
| | |
| | | #data-search-btn.layui-btn-container .layui-btn{ |
| | | margin-right: 20px; |
| | | } |
| | | |
| | | |
| | | /*头工具栏*/ |
| | | .layui-table-tool-temp { |
| | |
| | | height: 200px; |
| | | } |
| | | |
| | | |
| | | |
| | | /* |
| | | 布局 |
| | | */ |
| | |
| | | .col{ |
| | | height: inherit; |
| | | } |
| | | |
| | | |
| | | /*权限*/ |
| | | #btn-add { |
| | |
| | | layer.open({ |
| | | type: 2, |
| | | title: '生成托盘码', |
| | | area: ['500px'], |
| | | area: ['360px'], |
| | | shadeClose: true, |
| | | content: 'tray.html', |
| | | success: function(layero, index){ |
| | |
| | | <script type="text/javascript" src="../../static/js/handlebars/handlebars-v4.5.3.js"></script> |
| | | <script type="text/javascript" src="../../static/js/common.js" charset="utf-8"></script> |
| | | <script type="text/javascript" src="../../static/js/cool.js" charset="utf-8"></script> |
| | | <style> |
| | | .layui-form { |
| | | padding: 25px 30px 0 0; |
| | | } |
| | | .layui-form-label { |
| | | padding: 8px 15px; |
| | | box-sizing: content-box; |
| | | -webkit-box-sizing: content-box; |
| | | } |
| | | .layui-form-required:before { |
| | | content: "*"; |
| | | display: inline-block; |
| | | font-family: SimSun,serif; |
| | | margin-right: 4px; |
| | | font-size: 14px; |
| | | line-height: 1; |
| | | color: #ed4014; |
| | | } |
| | | .layui-input { |
| | | height: 36px; |
| | | border-radius: 4px; |
| | | } |
| | | </style> |
| | | </head> |
| | | <body> |
| | | <form class="layui-form"> |
| | | |
| | | <div class="layui-form-item"> |
| | | <label class="layui-form-label layui-form-required">序列号:</label> |
| | | <div class="layui-input-block"> |
| | | <input name="startNo" placeholder="请输入序列号" class="layui-input" lay-vertype="tips" lay-verify="required|number" required=""> |
| | | </div> |
| | | </div> |
| | | </form> |
| | | </body> |
| | | <script> |