边框渐变

display: block; text-align: center; color: #FFF; line-height: 1rem; border-radius: 0.1rem; font-size: 0.36rem; font-weight: bold; background-clip: padding-box,border-box; background-origin: padding-box,border-box; background-image: linear-gradient(135deg,#00c56b,#00c56b),linear-gradient(135deg,#ffee2c,#68f7b7); border: 3px transparent solid;

你可能感兴趣的:(边框渐变)