上一页 1 ··· 9 10 11 12 13 14 下一页
摘要: 获取地址栏参数 var url = window.location.href; //获取当前窗口的Url; 结果:http://localhost:61768/Home/Index?id=2&age=18 var host = window.location.host;//获取当前窗口的主机名; 结 阅读全文
posted @ 2019-12-23 17:16 星宝攸宁 阅读(244) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-12-19 13:52 星宝攸宁 阅读(414) 评论(0) 推荐(0)
摘要: 1.html <div class="row pop_xiugai"> <div class="position-relative"> <img src="../../static/images/pop_xiugai.png" width="800px" height="500px"/> <butt 阅读全文
posted @ 2019-12-16 16:43 星宝攸宁 阅读(239) 评论(0) 推荐(0)
摘要: dataZoom: [ { type: 'slider', show: true, xAxisIndex: [0], handleSize: 20,//滑动条的 左右2个滑动条的大小 height: 8,//组件高度 left: 30, //左边的距离 right: 40,//右边的距离 botto 阅读全文
posted @ 2019-12-03 15:16 星宝攸宁 阅读(1403) 评论(0) 推荐(0)
摘要: css .img_person{ width:500px; height: 500px; background: #58a; clip-path: polygon( 30px 0, calc(100% - 30px) 0, 100% 30px, 100% calc(100% - 30px), cal 阅读全文
posted @ 2019-11-26 11:24 星宝攸宁 阅读(194) 评论(0) 推荐(0)
摘要: 1.div结构 <div class="level_prompt position-absolute"> <div class="arrow" > <span></span> </div> </div> 2.css样式 .level_prompt{ margin-top: 100px; width: 阅读全文
posted @ 2019-11-23 17:55 星宝攸宁 阅读(357) 评论(0) 推荐(0)
摘要: 1.div写法 <div class="house_roof"></div> 2.css样式 .house_roof{ position:absolute; top:30%; padding: 0; text-decoration: none; display: inline-block; z-in 阅读全文
posted @ 2019-11-23 17:09 星宝攸宁 阅读(875) 评论(0) 推荐(0)
摘要: 参考网站:https://nicescroll.areaaperta.com/demo/ 参考案例:https://github.com/inuyaksa/jquery.nicescroll 修改之后样式: 所做步骤: <div id="boxscroll4"> <div class="wrappe 阅读全文
posted @ 2019-11-23 11:34 星宝攸宁 阅读(2509) 评论(0) 推荐(0)
摘要: 1.背景透明 .detail input{ background-color:transparent; color: #00c7ff; border:1px solid #00c7ff; } 2.修改字符背景透明 .detail input:focus { background-color:tran 阅读全文
posted @ 2019-11-23 08:29 星宝攸宁 阅读(1391) 评论(0) 推荐(0)
摘要: <style> .border_bottom{ margin-top: 10px; border:medium none; height: 2px; background-image:linear-gradient(to right,transparent,#009ee2,transparent); 阅读全文
posted @ 2019-11-21 15:37 星宝攸宁 阅读(108) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 下一页