vue背景渐变、字体渐变、透明度
background: -webkit-linear-gradient(315deg,#42d392 25%,#647eff);//背景
-webkit-background-clip: text;//字体
-webkit-text-fill-color: transparent;
opacity: 0.7;//透明度
background-color:#55585a+7a//制淡化背景不改变字体透明度
background: -webkit-linear-gradient(315deg,#42d392 25%,#647eff);//背景
-webkit-background-clip: text;//字体
-webkit-text-fill-color: transparent;
opacity: 0.7;//透明度
background-color:#55585a+7a//制淡化背景不改变字体透明度