<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
</head>
  <body>
      <div  style="width: 350px; height: 46px; padding:10px; -webkit-border-image: url(image/whiteButton.png) 8 stretch ; border-width: 8px;">-webkit-border-image效果</div>
      <div  style="width: 350px;  height: 46px;padding:10px;border-image: url(image/whiteButton.png) 8 stretch ; border-width: 8px;">border-image效果</div>
</body>
</html>

border-image属性在chrome中的不同效果

不清楚是什么原因,先记下方便回顾

相关文章:

  • 2022-12-23
  • 2021-11-19
  • 2022-12-23
  • 2022-12-23
  • 2021-07-14
  • 2021-08-12
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-01
  • 2021-11-17
  • 2021-07-22
  • 2021-08-14
  • 2021-10-01
  • 2022-12-23
相关资源
相似解决方案