SOURCE

console 命令行工具 X clear

                    
>
console
<p class="shanshuo">为您精选.优质内容</p>
<div>
    <span class="vip-img"><img src="https://www.gteman.com/img/vips/vip-1.png" alt=""></span>
</div>
<div class="vip-buy">
    <button class="btn-hover color-vip0">
        <span>立刻开通</span>
    </button>
</div>
<div class="vip-buy">
    <button class="btn-hover color-vip1">
        <span>立刻开通</span>
    </button>
</div>
<div class="vip-buy">
    <button class="btn-hover color-vip2">
        <span>立刻开通</span>
    </button>
</div>
<div class="vip-buy">
    <button class="btn-hover color-vip3">
        <span>立刻开通</span>
    </button>
</div>
p {
    font-size: 22px;
    margin-top: 20px;
}
.vip-buy {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

button:hover{cursor:pointer !important;}
.shanshuo{background:linear-gradient(90deg,rgba(131,58,180,1) 0%,rgba(253,29,29,1) 33.3%,rgba(252,176,69,1) 66.6%,rgba(131,58,180,1) 100%);
-webkit-background-clip:text;color:transparent;background-size:300% 100%;animation:text 4s infinite linear;}
@keyframes text{0%{background-position:0 0}100%{background-position:-150% 0}}

.vip-img{display:inline-block;width:130px;height:30px;position:relative;bottom:15px;image-rendering:-moz-crisp-edges;image-rendering:-o-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;-ms-interpolation-mode:nearest-neighbor;}

.btn-hover{width:150px;font-size:16px;font-weight:600;color:#fff;cursor:pointer;margin:20px;height:50px;text-align:center;border:none;background-size:300% 100%;border-radius:50px;moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;}
.btn-hover:hover{background-position:100% 0;moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;}
.btn-hover.color-vip0{background-image:linear-gradient(to right,#C8D5DE,#485563,#2b5876,#4e4376);box-shadow:0 4px 15px 0 rgba(45,54,65,0.75);}
.btn-hover.color-vip1{background-image:linear-gradient(to right,#fc6076,#ff9a44,#ef9d43,#e75516);box-shadow:0 4px 15px 0 rgba(252,104,110,0.75);}
.btn-hover.color-vip2{background-image:linear-gradient(to right,#25aae1,#4481eb,#04befe,#3f86ed);box-shadow:0 4px 15px 0 rgba(65,132,234,0.75);}
.btn-hover.color-vip3{background-image:linear-gradient(to right,#eb3941,#f15e64,#e14e53,#e2373f);box-shadow:0 5px 15px rgba(242,97,103,.4);}