优惠券样式收集

7 篇文章 0 订阅
<!DOCTYPE HTML>
<html>
<head>
  <meta charset="UTF-8" />
  <title>CSS3优惠券</title>
</head>
<body>


<div class="demo-container demo"><style>
  .demo{width:410px;}
  .stamp *{padding: 0;margin: 0;list-style:none;font-family:"Microsoft YaHei",'Source Code Pro', Menlo, Consolas, Monaco, monospace;}

  .stamp {
    width: 387px;
    height: 140px;
    padding: 0 10px;
    margin-bottom: 50px;

    position: relative;
    overflow: hidden;

  }
  .stamp:before {
    content: '';
    position: absolute;
    top:0;
    bottom:0;
    left:10px;
    right:10px;

    z-index: -1;
  }
  .stamp:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.5);
    z-index: -2;
  }

  .stamp i{
    position: absolute;
    left: 20%;
    top: 45px;
    height: 190px;
    width: 390px;
    background-color: rgba(255,255,255,.15);
    transform: rotate(-30deg);
  }
  .stamp .par{
    float: left;
    padding: 16px 15px;
    width: 220px;
    border-right:2px dashed rgba(255,255,255,.3);
    text-align: left;
  }
  .stamp .par p{color:#fff;font-size: 16px;
    line-height: 21px;}
  .stamp .par span{
    font-size: 50px;
    color:#fff;
    margin-right: 5px;
    line-height: 65px;
  }
  .stamp .par .sign{font-size: 34px;}
  .stamp .par sub{position: relative;top:-5px;
    color:rgba(255,255,255,.8);
  }
  .stamp .copy{
    display: inline-block;
    padding:21px 14px;
    width:100px;
    vertical-align: text-bottom;
    font-size: 30px;
    color:rgb(255,255,255);
    text-align: center;
    line-height: initial;
  }
  .stamp .copy p{font-size: 16px;margin-top: 15px;}
  .stamp01{
    background: #F39B00;
    background: radial-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 5px, #F39B00 5px);
    background-size: 15px 15px;
    background-position: 9px 3px;
  }
  .stamp01:before{
    background-color:#F39B00;
  }
  .stamp02{
    background: #D24161;
    background: radial-gradient(transparent 0, transparent 5px, #D24161 5px);
    background-size: 15px 15px;
    background-position: 9px 3px;
  }
  .stamp02:before{
    background-color:#D24161;
  }
  .stamp03{
    background: #7EAB1E;
    background: radial-gradient(transparent 0, transparent 5px, #7EAB1E 5px);
    background-size: 15px 15px;
    background-position: 9px 3px;
  }
  .stamp03:before{
    background-color:#7EAB1E;
  }
  .stamp03 .copy{
    padding: 10px 6px 10px 12px;
    font-size: 24px;
  }
  .stamp03 .copy p{
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 8px;
  }
  .stamp03 .copy a{
    background-color:#fff;
    color:#333;
    font-size: 14px;
    text-decoration:none;
    padding:5px 10px;
    border-radius:3px;
    display: block;
  }


  .stamp04{
    width: 94%;
    background: #50ADD3;
    background: radial-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 4px, #50ADD3 4px);
    background-size: 12px 8px;
    background-position: -5px 10px;
  }
  .stamp04:before{
    background-color:#50ADD3;
    left: 5px;
    right: 5px;
  }
  .stamp04 .copy{
    padding: 10px 6px 10px 12px;
    font-size: 24px;
  }
  .stamp04 .copy p{
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 8px;
  }
  .stamp04 .copy a{
    background-color:#fff;
    color:#333;
    font-size: 14px;
    text-decoration:none;
    padding:5px 10px;
    border-radius:3px;
    display: block;
  }
</style>

  <div class="demo">
    <div class="stamp stamp01">
      <div class="par"><p>XXXXXX折扣店</p><sub class="sign">¥</sub><span>50.00</span><sub>优惠券</sub><p>订单满100.00元</p></div>
      <div class="copy">副券<p>2015-08-13<br>2016-08-13</p></div>
      <i></i>
    </div>
    <div class="stamp stamp02">
      <div class="par"><p>XXXXXX折扣店</p><sub class="sign">¥</sub><span>50.00</span><sub>优惠券</sub><p>订单满100.00元</p></div>
      <div class="copy">副券<p>2015-08-13<br>2016-08-13</p></div>
      <i></i>
    </div>
    <div class="stamp stamp03">
      <div class="par"><p>XXXXXX折扣店</p><sub class="sign">¥</sub><span>50.00</span><sub>优惠券</sub><p>订单满100.00元</p></div>
      <div class="copy">副券<p>2015-08-13<br>2016-08-13</p><a href="#">立即使用</a></div>
      <i></i>
    </div>
    <div class="stamp stamp04">
      <div class="par"><p>XXXXXX折扣店</p><sub class="sign">¥</sub><span>50.00</span><sub>优惠券</sub><p>订单满100.00元</p></div>
      <div class="copy">副券<p>2015-08-13<br>2016-08-13</p><a href="#">立即使用</a></div>
      <i></i>
    </div>
  </div></div>
<div style="display:none"><div style="display:none">
  <script>
    var _hmt = _hmt || [];
    (function() {
      var hm = document.createElement("script");
      hm.src = "//hm.baidu.com/hm.js?4a3d16059170b45c7f772623026671d9";
      var s = document.getElementsByTagName("script")[0];
      s.parentNode.insertBefore(hm, s);
    })();
  </script>
  <script src="http://v1.cnzz.com/stat.php?id=5899338&web_id=5899338" language="JavaScript"></script>
</div></div>
</body>
</html>
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值