摘要: <script> $(function() { $("#datepicker").datepicker({ dateFormat: "yy/mm/dd" }); }); </script> 阅读全文
posted @ 2016-06-16 17:49 简单就好zyx 阅读(302) 评论(0) 推荐(0)
摘要: /* css*/ input[type="checkbox"] { -webkit-appearance: none; background: url('../images/AgentService/default.jpg') no-repeat; height: .17rem; vertical- 阅读全文
posted @ 2016-06-16 15:02 简单就好zyx 阅读(191) 评论(0) 推荐(0)
摘要: 其实用下列CSS就可以解决,原理是将浏览器默认的下拉框样式清除,然后应用上自己的,再附一张向右对齐小箭头的图片即可。 select { /*Chrome和Firefox里面的边框是不一样的,所以复写了一下*/ border: solid 1px #000; /*很关键:将默认的select选择框样式 阅读全文
posted @ 2016-06-16 15:00 简单就好zyx 阅读(641) 评论(0) 推荐(0)