gpt4 book ai didi

css - MVC3 中的样式链接

转载 作者:太空宇宙 更新时间:2023-11-04 14:44:49 25 4
gpt4 key购买 nike

我想知道如何设置纯链接的样式:

@Html.ActionLink("Edit", "Edit", new { id=Model.id })

让我的提交按钮样式看起来像这样:

enter image description here

当前提交按钮 CSS:

background: none repeat scroll 0 0 #438ECE;
border: 1px solid #004989;
color: #FFFFFF;
cursor: pointer;
font-weight: bold;
padding: 5px;
margin-top: 15px;
margin-right: 10px;

最佳答案

试试这个:http://jsfiddle.net/eas8v/

a
{
background: none repeat scroll 0 0 #438ECE;
border: 1px solid #004989;
color: #FFFFFF;
cursor: pointer;
font-weight: bold;
padding: 5px;
margin-top: 15px;
margin-right: 10px;
text-decoration: none;
font-weight: normal;
font-family: Arial; Helvetica, Sans-seif;
font-size: 0.8em;
}

关于css - MVC3 中的样式链接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17972633/

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