gpt4 book ai didi

css - 更改 @Ajax.ActionLink 的第一个参数的 CSS

转载 作者:行者123 更新时间:2023-11-28 09:01:22 26 4
gpt4 key购买 nike

有没有办法只改变第一个参数“添加到购物车”的 CSS 样式?例如更改文本的字体或颜色?

@Ajax.ActionLink( "Add To Cart", "addToCart", "Product", new { idProduct = @item.idProduct, quantity = 1 }, new AjaxOptions { HttpMethod = "POST", }, new { @class = "item-add-btn" } ) 

最佳答案

也许在 css 中使用伪类,first-of-type 或 first-child。看例子

li:first-of-type {
background-color: yellow;
}

li:first-child {
background-color: yellow;
}

CSS3 :first-of-type Selector

关于css - 更改 @Ajax.ActionLink 的第一个参数的 CSS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26900002/

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