码迷,mamicode.com
首页 > Web开发 > 详细

css-样式兼容

时间:2020-05-07 13:49:11      阅读:74      评论:0      收藏:0      [点我收藏+]

标签:pass   inter   events   兼容   import   text   image   int   port   

  1. safari input框type["password"] type["text"] 聚焦后右侧出现图标
    技术图片
    技术图片
input::-webkit-credentials-auto-fill-button , // password
input::-webkit-contacts-auto-fill-button { // other
   display: none !important;
   visibility: hidden;
   pointer-events: none;
   position: absolute; /* 避免占用 input 元素额外的 padding,正常情况下存在 display: none!; 就可以了 */
   right: 0;
}

css-样式兼容

标签:pass   inter   events   兼容   import   text   image   int   port   

原文地址:https://www.cnblogs.com/lisaShare/p/12842202.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!