该文被密码保护。 阅读全文
posted @ 2020-03-15 18:26 琥珀君 阅读(0) 评论(0) 推荐(0) 编辑
摘要: html: <button id="showToast">此按钮是测试toast的例子</button> CSS: /*手机*/ @media screen and (max-width:600px) { /* toast start */ @-webkit-keyframes toastAnima 阅读全文
posted @ 2020-03-15 18:23 琥珀君 阅读(393) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-03-15 18:19 琥珀君 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 客户希望我们开发的不是一个B/S系统,而是一个客户端应用。 还有在一些需要全屏的需求的B/S系统的时候,需要隐藏所有浏览器的相关的内容。 按F11的全屏不能满足要求。 只需做如下操作: "C:\Program Files (x86)\Google\Chrome\Application\chrome. 阅读全文
posted @ 2020-03-15 18:10 琥珀君 阅读(628) 评论(0) 推荐(0) 编辑
摘要: window.open ('testDefalut.html', 'newwindow', 'height=100, width=400, top=0,left=0, toolbar=no, menubar=no, scrollbars=no,titlebar=no,resizable=no,loc 阅读全文
posted @ 2020-03-15 18:00 琥珀君 阅读(185) 评论(0) 推荐(0) 编辑