<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
body {
background-color: black;
}
.box {
width: 700px;
height: 700px;
margin: 0 auto;
background-color: transparent;
border: 1px solid transparent;
border-image: url("./svg边框.svg") 1 round stretch;
}
</style>
</head>
<body>
<div class="box"></div>
</body>
</html>
svg样式
实现效果