05 2018 档案

摘要:transform:scale( x ): 语法为:transform: scale(x,y). 同时有scaleX, scaleY专门的x, y方向的控制。 例如:transform: scale(0.5) 缩小为原来的一半 和zoom不同,scale并不支持百分比值和normal关键字,只能是数 阅读全文
posted @ 2018-05-31 17:20 前端开发小姐姐 阅读(3560) 评论(0) 推荐(0)
摘要:JSON.parse() :是将一系列 JSON 格式的字符串转换为 JSON 格式的对象数组 json.stringfy():而这个则是与 JSON.parse() 相反 JSON.parse() 在使用过程中,若有特殊字符,会报这个错误 阅读全文
posted @ 2018-05-31 14:45 前端开发小姐姐 阅读(207) 评论(0) 推荐(0)
摘要:内容转载自:https://www.cnblogs.com/masita/p/5460777.html table { border-collapse: collapse; border-spacing: 0;width:98%;max-width: 100%; }td, th { padding: 阅读全文
posted @ 2018-05-26 16:40 前端开发小姐姐 阅读(391) 评论(0) 推荐(0)
摘要:我所遇到的情况是,使用 mui 的 选项卡 + 下拉刷新 功能时,其中有2个页面是嵌入了别的网站的页面,而别个几个是通过 ajax 加载本网站的数据。然后 在其中嵌入 iframe 后,在 iphone 的情况下,iframe 的页面内容不能滚动,只显示第一屏内容。 解决问题是添加了 : 阅读全文
posted @ 2018-05-08 16:38 前端开发小姐姐 阅读(504) 评论(0) 推荐(0)