摘要: css: js: 阅读全文
posted @ 2020-06-19 14:05 nnc 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-06-18 16:43 nnc 阅读(888) 评论(0) 推荐(0) 编辑
摘要: -1.第一种(样式控制页面遮罩层)缺点:不能点击消失 Css: /*遮罩层的样式1*/ /*.loading-shade { position: fixed; background: rgba(0, 0, 0, .3); z-index: 102000000000000; height: 100%; 阅读全文
posted @ 2020-06-13 09:57 nnc 阅读(2777) 评论(0) 推荐(0) 编辑
摘要: handleTransform() { var arr = [] var obj='@class' this.sumitBuyList.forEach(item => { var str = {} str[obj]="com.cdk.entity.purchase.DraftPojo" str.dr 阅读全文
posted @ 2020-05-22 11:24 nnc 阅读(2379) 评论(0) 推荐(0) 编辑
摘要: /*单选框的取消点击边框的处理*/ .el-radio-button:focus:not(.is-focus):not(:active) { -webkit-box-shadow: 0 0 2px 2px #fff!important; box-shadow: 0 0 2px 2px #fff!im 阅读全文
posted @ 2020-05-20 17:40 nnc 阅读(697) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>测试页面</title></head><body> <button onclick="onNotice('承兑库','HelloWord')">这是一个按钮</bu 阅读全文
posted @ 2020-03-21 10:48 nnc 阅读(284) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta name="author" content="Yeeku.H.Lee(CrazyIt.org)" /> <meta http-equiv="Content-Type" content="text/html; charset=utf 阅读全文
posted @ 2020-03-16 17:40 nnc 阅读(548) 评论(0) 推荐(0) 编辑
摘要: 在网页中添加iframe,如果frameborder=0;就没有边框显示了;但是如果使用Javascript的setAttribute方法动态添加frameborder属性的时候,在IE7中还会显示框架的边框,一下是这个问题的解决办法。以下是代码,在IE6和火狐中可以把iframe的边框设置为0,但 阅读全文
posted @ 2020-03-13 14:05 nnc 阅读(3204) 评论(0) 推荐(0) 编辑
摘要: 1、使用 (1)原写法 /*为选项卡绑定右键*/ $(".tabs li").live('contextmenu', function (e) { /*选中当前触发事件的选项卡 */ var subtitle = $(this).text(); $('#mainTab').tabs('select' 阅读全文
posted @ 2020-03-11 14:11 nnc 阅读(154) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>左侧点击后右侧添加tab标签栏以及内容</title> <script src="http://code.jquery.com/jquery-2.1.4.min.js"></s 阅读全文
posted @ 2020-03-11 14:10 nnc 阅读(769) 评论(0) 推荐(0) 编辑