05 2020 档案

摘要:1.html代码: <table> <thead> <tr> <th> <input type="checkbox" id="all"/> </th> <th>商品</th> <th>型号</th> <th>价格</th> </tr> </thead> <tbody id="tbs"> <tr> < 阅读全文
posted @ 2020-05-29 11:07 戌月十一 阅读(296) 评论(0) 推荐(0)
摘要:1.search页面 html 代码: <div class="content"> <form class="mui-input-group" id="from"> <div class="mui-input-row"> <label>姓名</label> <input type="text" cl 阅读全文
posted @ 2020-05-26 11:13 戌月十一 阅读(666) 评论(0) 推荐(0)
摘要:点击 input 时 不显示聚焦边框 input{ outline: none; } 改变 input 中 placeholder 属性默认样式 input::-webkit-input-placeholder { color:red; font-size:16px; } 改变 input 中 ty 阅读全文
posted @ 2020-05-21 10:17 戌月十一 阅读(711) 评论(0) 推荐(0)
摘要:一、单选按钮(通过添加删除class实现) 1.html代码: <div class="content"> <div class="payment"> <div class="mode "> <div class="payment-left bg-active"></div> </div> <div 阅读全文
posted @ 2020-05-19 17:55 戌月十一 阅读(258) 评论(0) 推荐(0)
摘要:1.引入Layer的js文件和css文件、jQuery UI的js文件和css文件,由于jQuery UI是依赖于jQuery的,还需要在引入jQuery UI之前引入jQuery。 2.html代码: <button type="button" onclick="approval(applicat 阅读全文
posted @ 2020-05-17 16:23 戌月十一 阅读(567) 评论(0) 推荐(0)
摘要:1.页面先引入layui.js和jquery.js文件 2.html页面如下: <div class="hour_type mg-top"> <ul class="mui-table-view"> <li class="mui-table-view-cell"> <div class="left-s 阅读全文
posted @ 2020-05-13 11:50 戌月十一 阅读(1145) 评论(0) 推荐(0)