什么鬼
Posted yolo_bean
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了什么鬼相关的知识,希望对你有一定的参考价值。
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>
以上是关于什么鬼的主要内容,如果未能解决你的问题,请参考以下文章