随笔分类 -  css

css相关使用和总结
摘要:实现文字渐变: background-image: -webkit-linear-gradient(bottom, #0a97d3, #effcfe); -webkit-background-clip: text; // 以文字的范围来裁剪背景图片 -webkit-text-fill-color: 阅读全文
posted @ 2022-04-08 16:59 拾忆-iiii 阅读(20) 评论(0) 推荐(0) 编辑
摘要:pointer-events:auto | none | visiblepainted | visiblefill | visiblestroke | visible | painted | fill | stroke | all 默认值:auto, auto:与pointer-events属性未指 阅读全文
posted @ 2021-08-12 10:23 拾忆-iiii 阅读(247) 评论(0) 推荐(0) 编辑