gpt4 book ai didi

html - Tizen - 如何更改按钮字体大小 - 已修复

转载 作者:行者123 更新时间:2023-11-28 10:47:48 25 4
gpt4 key购买 nike

如何更改按钮的字体大小?当我尝试用 css 更改它时,此更改不起作用并且按钮也丢失了 data-style: round 属性。我有一个 html 应用程序和按钮,只需打开另一个页面,就在这里:

<p><a href="two.html" data-role="button"
data-style="round" id="btn" style="border: 5;
background: #FFFFFF">
test</a></p>

CSS:

   #btn {
width: 250px; height: 40px;
margin: 0 auto;
/*data-style: round;*/
border: #000000;
border-style: solid;
border-width: 5px;
font-family:"Times New Roman", Times, serif;
font-size: 8pt;

}

解决方案建立在下面的答案中

最佳答案

你为什么不在 css 中尝试这样的东西

border-radius:8px ;
-moz-border-radius:8x;
-webtrik-border-radius:8px

关于html - Tizen - 如何更改按钮字体大小 - 已修复,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22894571/

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