惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

aimingoo的专栏
aimingoo的专栏
Jina AI
Jina AI
WordPress大学
WordPress大学
Recent Announcements
Recent Announcements
G
Google Developers Blog
I
InfoQ
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Google DeepMind News
Google DeepMind News
P
Proofpoint News Feed
MyScale Blog
MyScale Blog
M
MIT News - Artificial intelligence
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
C
Check Point Blog
J
Java Code Geeks
T
Tailwind CSS Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Microsoft Security Blog
Microsoft Security Blog
MongoDB | Blog
MongoDB | Blog
V
Visual Studio Blog
人人都是产品经理
人人都是产品经理
量子位
A
About on SuperTechFans
D
DataBreaches.Net
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知

博客园 - abcByme

边框渐变、字体渐变 列表进度处理 路由保存参数还在当前页 菜单右侧竖条 头像图片上传和裁切 a-table 子级异步加载 动态效果 是否第一次打开 vue3 拖动弹窗 vue3 表格下拉刷新 vue3 下拉刷新 平均分布从左到右 从上到下 js 数据平均分配 喊话器功能 获取完整的文件路径地址 vue3 词云 树形多选 多表单验证 复选框单选
登录记住密码浏览器默认样式修改
abcByme · 2025-04-27 · via 博客园 - abcByme

太难看了

// 登录页记住密码样式修改

.new-input {

  input:-webkit-autofill,

  textarea:-webkit-autofill,

  select:-webkit-autofill {

    // color: #fff !important;

    //

    // background-image: none;

    // // box-shadow: 0 0 0 1000px transparent inset !important;

    // transition: background-color 50000s ease-in-out 0s;

    // -webkit-text-fill-color: #fff !important;

  }

  input:-webkit-autofill:hover,

  input:-webkit-autofill:focus,

  input:-webkit-autofill:active {

    color: #fff !important;

    background: none !important;

    box-shadow: none !important;

    transition: color 99999s ease-out, background-color 99999s ease-out;

    transition-delay: 99999s;

    -webkit-text-fill-color: #fff !important;

  }

}