SOURCE

console 命令行工具 X clear

                    
>
console
<div class="sweet-alert">
<h2><small>有卡啦提示您</small></h2>
<p style="display: block;"><p style="text-align: left;font-size: 14px;border-bottom:1px dashed #eee;padding-bottom: 10px;margin-bottom:10px;line-height: 30px"><b>订单编号:</b>D3BC1EF81F89D861<br><b>金额:</b><b style="color: #f97c73;font-size: larger">100.00</b></p><p style="text-align: left;font-size: 12px;color: #999;line-height: 30px"><span style="color: #f97c73">1.支付完成后,请回到此页面查看卡密</span><br>2.保存订单号,可手机截屏,方便查卡密<br>3.假卡欺诈,查卡密请联系QQ公众号:<a style="color: #449CF3">800193022</a><br>4.工作时间可拨打电话:0712-25555592</p>
<div class="sa-button-container">
      <button class="cancel" tabindex="2" style="display: inline-block; box-shadow: none;">返回修改</button>
      <div class="sa-confirm-button-container">
        <button class="confirm" tabindex="1" style="display: inline-block; background-color: rgb(140, 212, 245); box-shadow: rgba(140, 212, 245, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.05) 0px 0px 0px 1px inset;">继续付款</button><div class="la-ball-fall">
          <div></div>
          <div></div>
          <div></div>
        </div>
      </div>
    </div>
  </div>
.sweet-alert{
  padding:17px;
}
.sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block;
}
.sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
}
.sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer;
}
.sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative;
}
.sweet-alert button.cancel {
    background-color: #C1C1C1;
}