码迷,mamicode.com
首页 > 其他好文 > 详细

什么鬼

时间:2017-12-03 13:52:36      阅读:137      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!