gpt4 book ai didi

css - 类属性不适用于按钮

转载 作者:行者123 更新时间:2023-11-28 13:12:17 25 4
gpt4 key购买 nike

我有一个按钮,我想让它变得很大:

<button type="submit" class="button">Compra</button>

我正确地(我已经有反馈)链接了一个包含此类的 CSS 文件:

.title
{
font-size:75px;
text-align:center;
color:blue;
font-family:"Times New Roman",Georgia,Serif;
}

.subtitle
{
font-size:50px;
font-family:"Times New Roman",Georgia,Serif;
}

.text
{
font-size:25px;
font-family:"Times New Roman",Georgia,Serif;
}

.table
{
font-size:25px;
font-family:"Times New Roman",Georgia,Serif;
border: 0px;
text-align: left;
border-spacing: 20px 10px;
}

.button
{
width:280px;
height:280px;
}

但是按钮不受按钮类大小的影响。如果我这样做:

<body>
<form action="Purchase.xhtml" method="post">
<button type="submit" class="button">Compra</button>
... (other code)

它可以工作,但是我需要使用一个 CSS 文件,因为我有很多按钮,并且我可能会碰巧想要更改它们,所以在这种情况下,我将只更改 CSS 文件。

有人知道为什么按钮类的宽度/高度属性不影响按钮大小吗?

Jsfiddle:

http://jsfiddle.net/K2LLB/1

编辑

它适用于 firefox,但不适用于 chrome。

最佳答案

页面中的一些其他样式声明优先于 .button,无论是通过特异性还是加载顺序。我们需要查看更多代码或您的演示页面才能说更多。

关于css - 类属性不适用于按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15369392/

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