background-clip

border-box:充满边框和内边距,内容.
padding-box:充满内边距,内容
content-box:只充满内容

background-origin

border-box:在边框开始绘制
padding-box:在内边距开始绘制
content-box:只在内容里开始绘制

border-image

border-image:url(“01.png”) 50 50 50 60;
对话框的形状
数字为九宫格,拉伸部位只有区域5

CSS3背景相关新增属性

设置背景图片位置

CSS3背景相关新增属性

相关文章:

  • 2021-12-04
  • 2021-07-30
  • 2021-12-04
  • 2021-12-22
  • 2021-12-12
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-07
  • 2021-05-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案