【发布时间】:2016-08-02 22:15:29
【问题描述】:
我遇到了在 Mozzilla 中失去我的表单不透明度的问题:
为每个浏览器设置我的 CSS3 代码是否存在一些费用?如果它会用 -o- -moz- ect 添加额外的行,那就太好了。前缀。
我的代码没什么特别的……
.input2
{
transition: all 300ms ease;
width: 240px;
height: 45px;
margin: 0 auto;
margin-top: 10px;
margin-left: 80px;
border-width: 0;
background-color: white;
border-bottom-width: 3px;
border-color: #CCCA14;
text-indent: 20px;
font-family: 'Titillium Web', sans-serif;
color: #232227;
font-size: 16px;
}
【问题讨论】:
-
你的代码是...?
-
欢迎来到 Stack Overflow。我们试图帮助人们解决代码中的错误,但要做到这一点,您需要提供您的代码!请阅读如何在Help center 中提出好问题
-
好的,我发布了我的 CSS 代码,谢谢。
标签: css google-chrome firefox