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

还行的提交按钮

时间:2014-10-21 00:51:38      阅读:235      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   sp   div   on   log   html   ad   

<html>
    <head>
        <style type="text/css">
        input{
            background: #F06B37;
            border: none;
            padding: 0.55em 1.3em 0.6em;
            color: #FFF;
            font-size: 0.9em;
            border-radius: 1.3em;
            font-weight: 600;
        }
        input:hover{
            background:#62A0C4;
        }
        </style>
    </head>
    <body>
        <input type="submit" value="LOGIN">
    </body>
</html>

 

还行的提交按钮

标签:style   blog   color   sp   div   on   log   html   ad   

原文地址:http://www.cnblogs.com/ghgyj/p/4039293.html

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