📅  最后修改于: 2022-03-11 14:47:54.644000             🧑  作者: Mango
div{
width: 300px;
height: 80px;
border: double 5px transparent;
border-radius: 30px;
background-image: linear-gradient(white, white), /*here must be*/
linear-gradient(to right, green, gold); /*both gradients*/
background-origin: border-box;
background-clip: content-box, border-box;
}