标签:for uos value red pre gre sub inpu col
type为submit的边框
<style type="text/css"> *{margin: 0;padding: 0;} input[type=‘text‘]{ background: red; width: 80px; height: 40px; border:solid 1px black; } input[type=‘submit‘]{ background: green; width: 80px; height: 40px; border:solid 1px black; } </style> </head> <body> <form> <input type="text" name=""> <input type="submit" value="suosuo" name=""> </form> </body>
标签:for uos value red pre gre sub inpu col
原文地址:http://www.cnblogs.com/yolo-bean/p/7965889.html