2023年12月19日
摘要: 1. 安装 NPM npm install vue-ls --save YARN yarn add vue-ls 2.全局使用 在main.js 中引入下列代码 import Storage from 'vue-ls'; const options = { namespace: 'myStorage 阅读全文
posted @ 2023-12-19 16:56 贲风 阅读(52) 评论(0) 推荐(0) 编辑
摘要: 效果如图 直接上代码 // 文字描边 -webkit-text-stroke: 2px #fff; // 文字渐变颜色 background: linear-gradient(#fd4277 0% 35%, #ff7d72 55% 100%); background-clip: text; -web 阅读全文
posted @ 2023-12-19 10:01 贲风 阅读(20) 评论(0) 推荐(0) 编辑