随笔分类 - css
css相关使用和总结
摘要:实现文字渐变: background-image: -webkit-linear-gradient(bottom, #0a97d3, #effcfe); -webkit-background-clip: text; // 以文字的范围来裁剪背景图片 -webkit-text-fill-color:
阅读全文
摘要:pointer-events:auto | none | visiblepainted | visiblefill | visiblestroke | visible | painted | fill | stroke | all 默认值:auto, auto:与pointer-events属性未指
阅读全文