css渐变

background: repeating-linear-gradient(to bottom,#8a38f5,#ffffff 135rpx);

如果高度大于135rpx 那么他会重复渐变

禁止重复渐变就用 background: linear-gradient(to bottom, #8a38f5,#ffffff 135rpx);

repeating-linear-gradient -》 linear-gradient

posted @ 2024-02-02 11:36  柏泊  阅读(4)  评论(0编辑  收藏  举报