position: fixed 的缩写

5年以前  |  阅读数:419 次  |  编程语言:HTML/CSS 
.pf {
  position: fixed;
  /*chrome 内核 浏览器 position: fixed 防止抖动*/
  -webkit-transform: translateZ(0);
}

Copyright© 2013-2020

All Rights Reserved 京ICP备2023019179号-8