gpt4 book ai didi

jquery - CSS (JQUERY) : border around icon

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

enter image description here当使用大图标时,图标区域周围会出现一个边框。

I have tried: 
.ui-icon {
border: none;
}

那不是解决方案。有什么想法或者你能给我指出正确的方向吗?

<head>
<style type="text/css">
<!--
.ui-icon-green5{
background-image: url(green_05_64x64.png);
}
.ui-icon {
background-color: transparent;
width: 64px;
height: 64px;
border: none;
margin-top:150px;
margin-left:150px;
}

a{
line-height: 600px;
}
-->
</head>
<body>
<div id="content2" style="background-color:#000000;height:400px;width:400px;float:left;">
<a data-theme="a" id="start-button" data-iconpos="top" data-icon="green5"
data-role="button"
href="index.html"
data-corners="false">LIVINGROOM</a>
</div>
</body>

最佳答案

尝试

.ui-icon {
border: 0 !important;
}

如果这不起作用,边框必须在 png 本身上

关于jquery - CSS (JQUERY) : border around icon,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11873196/

25 4 0
文章推荐: c++ - 函数和参数
文章推荐: C++ if 语句
文章推荐: javascript - d3 条形图添加边距
文章推荐: c++ - C++ 的结构错误?
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com