摘要:
1、去除input的边框 1 .form-control{ 2 border:0; 3 webkit-box-shadow:none; 4 box-shadow:none; 5 } 2、去除input选中时的蓝色边框线 1 .form-control:focus{ 2 border-color:#f 阅读全文
摘要:
1、iframe <iframe src="html/template1.html" width="100%" height="50" frameborder="0"></iframe> 2、object <object data="html/template2.html" width="100%" 阅读全文