div{
background: linear-gradient(#fff, #19B4F7);
-webkit-background-clip: text;
color: transparent;
}
液晶字体
@font-face {
font-family: "myFont";
src: url(DISPLAY%20FREE%20TFB.ttf); //网上下载一个
}
label{
font-family: myFont;
font-size: 14px;
color: orange;
}
网友评论