font-size:12px;
line-height:22px;
font-family:Arial,Helvetica,sans-serif;

/*优化*/
font:12px/22px Arial,Helvetica,sans-serif;


background-color:#eee;
background-image:url(background.gif);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:0 0;
background-size:50px 50px;
/*优化  background-size*/
background:#f00 url(background.gif) no-repeat fixed 0 0/50px 50px;

background:#f00 url(background.gif) no-repeat fixed 0 0/cover; 安卓低版本不兼容

/*针对低版本浏览器none无效*/ border:none;border:0\9; /*激活虚线问题*/ a:active,a:focus{outline:none; star:expression(this.onFocus=this.blur());}

相关文章:

  • 2021-11-11
  • 2021-05-12
  • 2022-01-16
猜你喜欢
  • 2022-01-15
  • 2021-09-11
  • 2022-12-23
  • 2021-08-03
  • 2021-09-15
  • 2022-01-31
  • 2022-12-23
相关资源
相似解决方案