首页 > 课堂 > 浏览器 > 正文

360浏览器input自动填充淡黄色背景怎么解决

2020-03-24 17:41:54
字体:
来源:转载
供稿:网友

方案一
给input设置内置阴影!而且一定要大,至少要比你的input本身大

input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px white inset;}

方案二
之前有输入记录就会出现这种情况 禁用input的记录就好了默认是on

<input type="text" autocomplete="off"

常用代码:

.data-loading .spinner{

margin:20px auto;

width:26px;

height:26px;

text-align: center;

-webkit-animation: rotate 2.0s infinite linear;

animation: rotate 2.0s infinite linear;

}

@-webkit-keyframes rotate { 100% { -webkit-transform: rotate(360deg) }}

@keyframes rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

#loading .spinner{

margin:20px auto;

width:46px;

height:46px;

text-align: center;

background:rgba(127,127,127,0.75);

border-radius:4px;

-webkit-border-radius:4px;

}

#loading .spinner img{

-webkit-animation: rotate 2.0s infinite linear;

animation: rotate 2.0s infinite linear;

margin-top:10px;

}

郑重声明:本文版权归原作者所有,转载文章仅为传播更多信息之目的,如作者信息标记有误,请第一时间联系我们修改或删除,多谢。

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表

图片精选