梗概

  • 位置用百分比跟在颜色节点之后
  • 颜色节点用逗号分隔

实例

.multicolor-linear {
  background: linear-gradient(to left, lime 28px, red 77%, cyan);
}