前端
不掉头发的攻城狮
学无止境
展开
-
css样式2-》body初始化
body { max-width: 540px; min-width: 320px; margin: 0 auto; font: normal 14px/1.5 Tahoma, "Lucida Grande", Verdana, "Microsoft Yahei", STXihei, hei; color: #000; background: #f...原创 2020-04-16 12:00:32 · 723 阅读 · 1 评论 -
css样式-》固定定位块级元素居中(1)
<body> <div class="search-index"> </div></body>.search-index { position: fixed; top: 0px; left: 50%; width: 100%; height: 44px; min-width:...原创 2020-04-16 11:59:41 · 208 阅读 · 0 评论 -
esay ui 数据表格动态添加删除行
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title></head><link rel="stylesheet" type="text/css" href="../js/jqu...原创 2019-10-25 16:04:14 · 639 阅读 · 0 评论 -
bootstrap table 记录
var jlqdmxTableInit = function () { var oTableInit = new Object(); oTableInit.Init = function () { $('#jlqdmx').bootstrapTable({ url: '#', //请求后...原创 2019-10-22 09:59:39 · 133 阅读 · 0 评论