gpt4 book ai didi

c# - 专注于文本框

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

我刚刚在文本框上放置了一些 CSS:

 #TxtBoxDescription
{
height: 30px;
padding: 5px;
width: 185px;
background: rgba(255,255,255,0.4);
border: none;
float: right;
margin: 10px 3px;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

#DropDownListPriority
{
float: right;
height: 30px;
width: 95px;
background: rgba(255,255,255,0.4);
margin: 10px 3px;
}

#LkAddBug
{
color: rgba(255,255,255,0.8);
font-family: 'Quicksand' , sans-serif;
float: right;
width: 95px;
height: 22px;
text-decoration: none;
display: block;
background: rgba(255,255,255,0.4);
margin: 10px 10px 10px 3px;
text-align: center;
padding: 4px 0;
letter-spacing: -1;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

而现在当我想点击文本框写一些文字的时候,我不能点击中间,我必须点击底部才能获得焦点......这太奇怪了,所以我认为这可能是一个 css 问题,但我无法修复它......有人可以帮助我吗?

谢谢!

最佳答案

如图this fiddle ,CSS 不会影响文本区域或文本输入。在 IE 和 Firefox 中测试。

您可能是其他原因导致了您的问题,或者您错过了一条相关信息。

关于c# - 专注于文本框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8267546/

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