<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<style type="text/css">
h1{
position: relative;
color: rgba(255, 255, 255, 1);
background-image: url('http://e.hiphotos.baidu.com/image/h%3D300/sign=8000a165df1b0ef473e89e5eedc551a1/b151f8198618367afe76969623738bd4b21ce5fa.jpg'); /*不会渐变 */
}
h1:before{
content: attr(text);
position: absolute;
z-index: 10;
color:pink;
-webkit-mask:linear-gradient(to left, rgba(78, 255, 255, 1), transparent );
/*background-image: url('http://e.hiphotos.baidu.com/image/h%3D300/sign=8000a165df1b0ef473e89e5eedc551a1/b151f8198618367afe76969623738bd4b21ce5fa.jpg');会渐变*/
}
</style>
</style>
</head>
<body>
<h1 text="怎么滴个渐变发">怎么滴个渐变发</h1>
</body>
</html>
