未来穗香

导航

 

2021年3月9日

摘要: 点击QQ咨询打开QQ临时会话窗口 鼠标经过出现具体联系方式 html-css-js <div class="right_kefu"> <!-- QQ --> <!-- 修改中间QQ号 --> <a class="item-qq" href="tencent://message/?uin=174*** 阅读全文
posted @ 2021-03-09 10:22 未来穗香 阅读(92) 评论(0) 推荐(0) 编辑
 

2021年3月5日

摘要: 1、伪类 2、移动 html <!-- 1、用伪类画箭头部分 --> <div class="test"></div> <div class="test"></div> <div class="test"></div> <br/><br/><br/> <!--2、红箭头是单独的盒子,通过移动显示出箭 阅读全文
posted @ 2021-03-05 18:24 未来穗香 阅读(313) 评论(0) 推荐(0) 编辑
 

2019年11月21日

摘要: 显示效果: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="initial-scale=1.0, user-scalable=no"> <title></title> <!--高德 阅读全文
posted @ 2019-11-21 16:49 未来穗香 阅读(232) 评论(0) 推荐(0) 编辑
 
摘要: jQuery /*! jQuery v2.0.0 | (c) 2005, 2013 jQuery Foundation, Inc. | jquery.org/license //@ sourceMappingURL=jquery.min.map */ (function(e,undefined){v 阅读全文
posted @ 2019-11-21 10:18 未来穗香 阅读(286) 评论(0) 推荐(1) 编辑
 

2019年11月20日

摘要: Ajax的优点: 1.能在不更新整个页面的前提下维护数据。这使得Web应用程序更为迅捷地回应用户动作,并避免了在网络上发送那些没有改变的信息。 2.Ajax不需要任何浏览器插件,但需要用户允许JavaScript在浏览器上执行。就像DHTML应用程序那样,Ajax应用程序必须在众多不同的浏览器和平台 阅读全文
posted @ 2019-11-20 23:33 未来穗香 阅读(288) 评论(0) 推荐(0) 编辑
 

2019年11月17日

摘要: 鼠标没有经过: 鼠标经过第三个盒子: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> #maxbox{ width: 830px; height: 350px; 阅读全文
posted @ 2019-11-17 20:41 未来穗香 阅读(884) 评论(1) 推荐(1) 编辑
 
摘要: 效果图: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>菜秒笔记</title> <style type="text/css"> #box{ margin: 50px auto; width: 400px; height: 3 阅读全文
posted @ 2019-11-17 15:51 未来穗香 阅读(1211) 评论(1) 推荐(0) 编辑
 

2019年11月15日

摘要: 实现效果: <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title></title> <script src="https://unpkg.com/react@16/umd/react.development.js"></scrip 阅读全文
posted @ 2019-11-15 19:39 未来穗香 阅读(796) 评论(0) 推荐(0) 编辑
 

2019年11月14日

摘要: 使用前需引入jQuery /*! jQuery v2.0.0 | (c) 2005, 2013 jQuery Foundation, Inc. | jquery.org/license //@ sourceMappingURL=jquery.min.map */ (function(e,undefi 阅读全文
posted @ 2019-11-14 22:03 未来穗香 阅读(538) 评论(0) 推荐(1) 编辑