优惠券

image.png
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Document</title>
</head>
<style>
  .box3{
    width: 160px;
    height: 100px;
    background: radial-gradient(circle at 0 20%, transparent 6px, #fe8864 6px) top left,linear-gradient(0.25turn, #fe8864, #FE5151), radial-gradient(circle at 100% 20%, transparent 6px, #FE5151 6px) bottom right;
    filter: drop-shadow(-1px 0 7px rgba(0,0,0,0.7));
    background-size: 17px 100px, 126px 100px, 17px 100px;
    background-repeat: no-repeat;
    background-position: 0px 0px,17px 0px,143px 0px;
    border-radius: 6px;
  }
</style>
<body>
  <div class="box3">

  </div>
  
</body>
</html>
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容