上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页
摘要: var ary1 = [], ary2 = [], ary3 = [], ary4 = []; function proFn(num){ return new Promise((resolve, reject) => { var ress = num * 2 setTimeout(()=>{ res 阅读全文
posted @ 2022-04-24 11:07 石头记1 阅读(35) 评论(0) 推荐(0)
摘要: 仓储—索赔单—新增页和修改页: 可新增6张图片带压缩点击看大图浏览功能,提交全部转为base64; 修改先把路径赋值到图片框,提交修改时旧图传获取的路径,新图传转换的base64, 在修改中点新增时将旧图路径转为base64再拼接新图的base64,用了promise和async await,因为路 阅读全文
posted @ 2022-04-22 17:20 石头记1 阅读(251) 评论(0) 推荐(0)
摘要: <input type="file" accept="image/png">限制图片选择png格式,作用不大 基于vue的图片上传压缩 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewpor 阅读全文
posted @ 2022-03-01 15:54 石头记1 阅读(39) 评论(0) 推荐(0)
摘要: //一维数组和多位数组交集差集 var obj = [ {id:1,name:'a'}, {id:2,name:'b'}, {id:3,name:'c'}, {id:4,name:'d'}, {id:5,name:'e'}, {id:6,name:'f'}, {id:7,name:'g'}, {id 阅读全文
posted @ 2022-01-06 16:58 石头记1 阅读(138) 评论(0) 推荐(0)
摘要: 动态绑定ID data-bind="click:JOpenView.bind($data, BM_ID,1),attr:{id:externalID('JournalListXQ_',BM_ID)}" 绑定多个值 data-bind="text:Abstract,attr:{title:Abstra 阅读全文
posted @ 2021-12-20 14:36 石头记1 阅读(11) 评论(0) 推荐(0)
摘要: 1.亮块为原图,底部为调深图 <style> .clip-me { clip-path: inset(10px 20px 30px 40px); clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 阅读全文
posted @ 2021-11-26 17:06 石头记1 阅读(46) 评论(0) 推荐(0)
摘要: #smoothmenu1{ width:200px; height:200px; background-color: #ff9900; display: flex; justify-content: center; align-items: center; } #frameDiv{ width: 2 阅读全文
posted @ 2021-11-05 15:22 石头记1 阅读(33) 评论(0) 推荐(0)
摘要: 上传: 传图: <link href="~/Scripts/uploadify/uploadify.css" rel="stylesheet" /> <div class="fitem" style=""> <div class="fl lh28" style="width:110px;">行驶证: 阅读全文
posted @ 2021-11-02 11:15 石头记1 阅读(6) 评论(0) 推荐(0)
摘要: datagrid绑值时不能有重复的字段,如果需要使用重复字段需要在获取数据后$(len).each自建一个字段 列表分页 .datagrid-row-selected {background-color: transparent;} 取消点击行变色 点击行中的<button>会自动刷新页面的问题,要 阅读全文
posted @ 2021-11-02 10:26 石头记1 阅读(6) 评论(0) 推荐(0)
摘要: 登录 容器居中body { background: #038bf6 url(/Content/images/bg.jpg) no-repeat fixed center; background-size:cover; } <div class="login_bginner" style="posit 阅读全文
posted @ 2021-11-01 11:20 石头记1 阅读(15) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页