摘要: <!doctype html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, m 阅读全文
posted @ 2020-06-16 17:04 金牛座的女孩 阅读(213) 评论(0) 推荐(0) 编辑
摘要: //最大值 5 最小值 1var fround = LimitRandom(1,5)alert(fround); function LimitRandom(min,max){ var fRound = Math.floor(Math.random()*(max-min+1)+min); return 阅读全文
posted @ 2019-09-10 10:05 金牛座的女孩 阅读(1640) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <style> /* 清除标签默认边距 */ body,ul,li,ol,img { margin: 0; padding: 0; 阅读全文
posted @ 2019-03-26 11:21 金牛座的女孩 阅读(850) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <style> .hide{display:none;} li{list-style: none;display:inline-b 阅读全文
posted @ 2019-03-26 11:15 金牛座的女孩 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 引入阿里巴巴适量图标实例:https://www.cnblogs.com/studyh5/p/10039360.html 小程序位置文档:https://developers.weixin.qq.com/miniprogram/dev/api/wx.openLocation.html 腾讯位置服务: 阅读全文
posted @ 2019-01-16 14:23 金牛座的女孩 阅读(1776) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>border</title> <style> .div{width:200px;height:200px;background:#396;margin-left:3 阅读全文
posted @ 2019-01-11 10:37 金牛座的女孩 阅读(328) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>border</title> <style> .add { display: inline-block; width: 76px; height: 76px; co 阅读全文
posted @ 2019-01-09 09:45 金牛座的女孩 阅读(187) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>绝对定位和伪类元素的应用(css世界中的列表框实例)</title> <style> .list { width:400px; margin:0 auto; dis 阅读全文
posted @ 2018-12-29 10:33 金牛座的女孩 阅读(431) 评论(0) 推荐(0) 编辑
摘要: 效果图: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>纯css实现移入文字出现提示框(position:absolute 和伪类元素)</title> <style> .tips[data-title]{po 阅读全文
posted @ 2018-12-29 09:47 金牛座的女孩 阅读(903) 评论(0) 推荐(1) 编辑
摘要: 1、weui 下载地址:https://github.com/Tencent/weui-wxss 学习链接:https://blog.csdn.net/chq1988/article/details/73549027/ 2、iviewui 学习链接:https://weapp.iviewui.com 阅读全文
posted @ 2018-12-20 16:58 金牛座的女孩 阅读(241) 评论(0) 推荐(0) 编辑