合集-css

摘要:毛玻璃: background-color: transparent; backdrop-filter: blur(3px);//毛玻璃属性 这边是一行的时候。 overflow:hidden; //超出的文本隐藏 text-overflow:ellipsis; //溢出用省略号显示 white-s 阅读全文
posted @ 2021-05-25 15:19 monologuse 阅读(76) 评论(0) 推荐(0)
摘要:<div :sryle="{ '--colorStyle':colorStyle}"></div> data() { return { colorStyle: '#ffffff' }}, created() { const style = 'aaaa' if (style 'dark') { thi 阅读全文
posted @ 2021-07-24 16:37 monologuse 阅读(412) 评论(0) 推荐(0)
摘要:1. 将 tailwind.config.js 改为 tailwind.config.cjs 2. 文件内容修改为: /** @type {import('tailwindcss').Config} */ module.exports = { content: [ './index.html', ' 阅读全文
posted @ 2023-10-19 10:56 monologuse 阅读(679) 评论(0) 推荐(0)