首页 > 其他 > 详细

什么鬼

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

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>

 

什么鬼

原文:http://www.cnblogs.com/yolo-bean/p/7965889.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!