12 2021 档案

摘要:创建js mobileSelect.js (function ($) { $.fn.extend({ "pluginselector": function (clsN) { var num = this; var numVal = num.val(); var textCont = num.find 阅读全文
posted @ 2021-12-31 10:49 七叶菩提 阅读(613) 评论(0) 推荐(0)
摘要:/** Resets the unit of the page used for mobile phone* The screen benchmark is 750 pixels* */(function(designWidth, maxWidth) { var doc = document, wi 阅读全文
posted @ 2021-12-31 10:28 七叶菩提 阅读(188) 评论(0) 推荐(0)
摘要:css方面问题: input disabled属性在ios上显示浅色解决办法input{ -webkit-text-fill-color:black; -webkit-opacity:1; opacity: 1;} input 输入框ios上输入不了内容原因:初始化css时有时我们会加入-webki 阅读全文
posted @ 2021-12-31 10:12 七叶菩提 阅读(120) 评论(0) 推荐(0)