上一页 1 ··· 63 64 65 66 67 68 69 70 71 ··· 77 下一页
摘要: input{ padding: 20px; width: 100%; height: 5vh; margin-bottom: 2vh; border-radius: 10vw; border: 0; outline-style: none; } input{ padding: 20px; width 阅读全文
posted @ 2019-07-20 21:29 武卡卡 阅读(731) 评论(0) 推荐(0)
摘要: 网页可见区域宽:document.body.clientWidth; 网页可见区域高:document.body.clientHeight; 网页可见区域高:document.body.offsetWidth (包括边线的宽);网页可见区域高:document.body.offsetHeight ( 阅读全文
posted @ 2019-07-20 18:19 武卡卡 阅读(325) 评论(0) 推荐(0)
摘要: 一,主页 index.php <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> < 阅读全文
posted @ 2019-07-20 18:13 武卡卡 阅读(476) 评论(0) 推荐(0)
摘要: —————————————————————————————————————————— —————————————————————————————————————————— 阅读全文
posted @ 2019-07-18 11:31 武卡卡 阅读(149) 评论(0) 推荐(0)
摘要: 一、json字符串转json对象 1.json字符串转json对象 2.获取对象的value 二、json对象转json字符串 阅读全文
posted @ 2019-07-14 16:09 武卡卡 阅读(323) 评论(0) 推荐(0)
摘要: $("p:eq(1)").css({ "width": winWidth * 300 / 1080, "top": winWidth * 700 / 1080, "left": winWidth * 220 / 1080, }); 阅读全文
posted @ 2019-07-14 10:48 武卡卡 阅读(124) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-07-14 10:07 武卡卡 阅读(804) 评论(0) 推荐(0)
摘要: <body> <label>Hello APP</label> <div id='sys-info'></div></body> <script type="text/javascript" src="../script/api.js"></script> <script type="text/ja 阅读全文
posted @ 2019-07-13 15:26 武卡卡 阅读(547) 评论(0) 推荐(0)
摘要: $(".userinfo-three:eq(0)").css({ "width": winWidth * 300 / 1080, "top": winWidth * 530 / 1080, "left": winWidth * 450 / 1080, }); $(".userinfo-three:e 阅读全文
posted @ 2019-07-12 15:47 武卡卡 阅读(3881) 评论(0) 推荐(0)
摘要: 1,slider.js /** * slider插件可悬停控制 */ ; $(function ($, window, document, undefined) { Slider = function (container, options) { /* options = { auto: true, 阅读全文
posted @ 2019-07-06 17:49 武卡卡 阅读(318) 评论(0) 推荐(0)
上一页 1 ··· 63 64 65 66 67 68 69 70 71 ··· 77 下一页