scss 线性渐变

background: linear-gradient(left, #3f89f6, #55bcfe);

background: -webkit-gradient(linear, left top, right top, from(#3f89f6), to(#55bcfe));

你可能感兴趣的:(scss 线性渐变)