gpt4 book ai didi

html - 使用html提交按钮获取CSS问题

转载 作者:太空宇宙 更新时间:2023-11-03 23:51:43 24 4
gpt4 key购买 nike

我已经从这个站点创建了 CSS 按钮 cssportal.com但在添加到我的网站后,我与最初创建的有所不同。为什么我从左侧和顶部获得边框。

原始 View :

enter image description here

但目前我得到这个:

enter image description here

我的 fiddle :Sample

最佳答案

给 CSS 一个 border: 0;...

预览

普通版和悬停版:

fiddle :http://jsfiddle.net/xm73g/3/

.wpcf7-submit {
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: bold;
color: #FFFFFF !important;
font-size: 15px;
text-shadow: 1px 1px 0px #3498DB;
text-transform:uppercase;
padding: 10px 40px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border: 0;
background: #3498DB;
background: linear-gradient(top, #3498DB, #3498DB);
background: -ms-linear-gradient(top, #3498DB, #3498DB);
background: -webkit-gradient(linear, left top, left bottom, from(#3498DB), to(#3498DB));
background: -moz-linear-gradient(top, #3498DB, #3498DB);
}

关于html - 使用html提交按钮获取CSS问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19854689/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com