css-样式兼容

2021-03-11 04:33

阅读:523

标签: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


评论


亲,登录后才可以留言!