CSS3背景圖片百分比及應用

1.background-size:100% auto,意思是背景圖片寬度爲元素寬度*100%,高度等比縮放。圖片

2.等價寫法it

  • top left, left top 等價於 0% 0%.
  • top, top center, center top 等價於 50% 0%.
  • right top, top right 等價於 100% 0%.
  • left, left center, center left 等價於 0% 50%.
  • center, center center 等價於 50% 50%.
  • right, right center, center right 等價於 100% 50%.
  • bottom left, left bottom 等價於 0% 100%.
  • bottom, bottom center, center bottom 等價於 50% 100%.
  • bottom right, right bottom 等價於 100% 100%.

3.百分比計算公式io

標準規定:background-position:perenct的參考值爲: (容器寬度 - 背景圖片寬度).容器

相關文章
相關標籤/搜索