随笔分类 - html5
摘要:1.首先固定宽高 (将文字移至左边,例如 “姓名:”) .line{ width:100%; height:40px; float:left; border-bottom:1px solid #ccc } .title{ height:38px; width:50px; line-height:38
阅读全文
摘要:http://www.ruanyifeng.com/blog/2015/07/flex-examples.html
阅读全文
摘要:<!--[if !supportLists]-->html5和之前版本的区别就是:以前版本多采用<tr><td>等标签,对于webapp的开发不是很好把控。H5采用<div>等标签直接进行布局(且多了许多标签功能很实用)。
阅读全文
摘要:1 appearance:none; 2 -moz-appearance:none; /* Firefox */ 3 -webkit-appearance:none; /* Safari 和 Chrome */ 例子:使用appearance属性改变元素的外观 1 <p class="lookLik
阅读全文