摘要:
textarea:focus{ background: #ffff outline:none; } input:focus{ oulilne:none; } 阅读全文
摘要:
例如:http://192.168.10.100/#/DirectoryThumbnails?book_id=21&course_id=54 想截取book_id = getQueryString.('book_id') 阅读全文
摘要:
苹果手机真是各种坑,导致我都想摔手机呀,但没办法,用苹果的人太多,程序员还是继续在坑的路上行走! 上一篇文章介绍了一些组件,就是使用vux可以解决,苹果手机使用position:fixed的问题 给需要position:fixed的元素上绑定一个 v-transfer-dom,script中引用一下 阅读全文
摘要:
最近使用了很多组件,发现挺好用的,省去了很多样式的问题,用的也很顺手,现在就介绍几个我现在用的组件,都适应于移动端的微信 http://mint-ui.github.io/#!/zh-cn 这个网站里的上拉加载组件挺好用的,推荐使用 https://vux.li/#/ 这个是vux,适合做前后端分离 阅读全文
摘要:
<select class="classColor" @change="select" v-model="selectValue"> <option v-for="(itema, index) in classSelect" :key="index" v-text="itema.class_name 阅读全文
摘要:
阅读全文
摘要:
... 阅读全文
摘要:
if (typeof thisObj.city 'undefined') { return} 阅读全文