摘要: html: js: 阅读全文
posted @ 2020-07-27 11:32 nnc 阅读(182) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-07-27 11:26 nnc 阅读(346) 评论(0) 推荐(0)
摘要: css: js: 阅读全文
posted @ 2020-06-19 14:05 nnc 阅读(162) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-06-18 16:43 nnc 阅读(896) 评论(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 阅读(2793) 评论(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 阅读(2387) 评论(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 阅读(707) 评论(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 阅读(290) 评论(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 阅读(561) 评论(0) 推荐(0)
摘要: 在网页中添加iframe,如果frameborder=0;就没有边框显示了;但是如果使用Javascript的setAttribute方法动态添加frameborder属性的时候,在IE7中还会显示框架的边框,一下是这个问题的解决办法。以下是代码,在IE6和火狐中可以把iframe的边框设置为0,但 阅读全文
posted @ 2020-03-13 14:05 nnc 阅读(3269) 评论(0) 推荐(0)