重庆网站建设制作费用,wordpress火车头采集免费版,汽车网站正在建设中模板,作文生成器TailwindCSS 多主题色配置 现在大多数网站都支持主题色变换#xff0c;比如切换深色模式。那么我们该如何进行主题色配置呢#xff1f; tailwind dark tailwind 包含一个 dark变体#xff0c;当启用深色模式时#xff0c;可以为网站设置不同样式 div classbg-whi…TailwindCSS 多主题色配置 现在大多数网站都支持主题色变换比如切换深色模式。那么我们该如何进行主题色配置呢 tailwind dark tailwind 包含一个 dark变体当启用深色模式时可以为网站设置不同样式 div classbg-white dark:bg-gray-800h1 classtext-gray-900 dark:text-whiteDark mode is here!/h1p classtext-gray-600 dark:text-gray-300Lorem ipsum.../p
/div启用深色模式 tailwind.config.js 文件darkMode选项默认是false需要启用深色模式则可以设置为 media 或者 class 启动了深色模式后 dark:{class}类将会优先于无前缀的类 默认情况下dark 变体只对 backgroundColor、borderColor、gradientColorStopsplaceholderColor 和 textColor 启用。
media通过用户的操作系统进行控制// tailwind.config.js
module.exports {darkMode: media,// ...
}class 手动控制HTML树中出现 dark类时起作用// tailwind.config.js
module.exports {darkMode: class,// ...
}这种操作可以实现模式切换但是也不难看出class中使用dark:{class} 还是比较繁琐的而且不易查找和修改并且无法实现多种主题色配置
自定义配置主题色
想要配置不同的主题色那么就希望配置的颜色可以在不同主题下进行变化。那么如何实现这样的能力呢我们可以在最外层dom结构上配置不同的类不同类下的颜色赋予不同值那么就可以实现多种主题色的切换了是不是感觉实现很简单接下来介绍一下代码项目不同主题色的配置。
以小程序taro react rtk进行介绍其他原理类似 首先需要建立一个主题文件夹放置我们需要配置的不同主题的css theme .textLight1 {/* text */--t-1: #1c1d1f;--t-2: #58647a;--t-3: #8390a8;
}.textDark1 {/* text */--t-1: #fafafa;--t-2: #d2d3d6;--t-3: #9fa4ad;
}以此类推 相同的的变量key值对应不同的value值 其次需要在入口处引入我们的主题文件 并在配置文件中加入我们定义的变量 app.css import ./theme;tailwind.config.js // Example tailwind.config.js file
const colors require(tailwindcss/colors)module.exports {theme: {colors: {/* text */t-1: var(--t-1),t-2: var(--t-2),t-3: var(--t-3),},},
}有了主题文件跟对应的主题类名 textLight1textDark1…我们便可以进行切换了 在外层包裹组件中使用对应的类名 就可以达到切换主题的效果。 注意在组件中需要使用对应的key值才会有该效果 Text classNametext-t-1Test/Text 文章转载自: http://www.morning.gqjwz.cn.gov.cn.gqjwz.cn http://www.morning.dkqyg.cn.gov.cn.dkqyg.cn http://www.morning.clxpp.cn.gov.cn.clxpp.cn http://www.morning.zynjt.cn.gov.cn.zynjt.cn http://www.morning.zxgzp.cn.gov.cn.zxgzp.cn http://www.morning.ykshx.cn.gov.cn.ykshx.cn http://www.morning.cmldr.cn.gov.cn.cmldr.cn http://www.morning.tpqrc.cn.gov.cn.tpqrc.cn http://www.morning.gkfwp.cn.gov.cn.gkfwp.cn http://www.morning.gidmag.com.gov.cn.gidmag.com http://www.morning.ykgkh.cn.gov.cn.ykgkh.cn http://www.morning.cwrnr.cn.gov.cn.cwrnr.cn http://www.morning.fmqng.cn.gov.cn.fmqng.cn http://www.morning.rnxw.cn.gov.cn.rnxw.cn http://www.morning.rngyq.cn.gov.cn.rngyq.cn http://www.morning.zdxinxi.com.gov.cn.zdxinxi.com http://www.morning.ymwny.cn.gov.cn.ymwny.cn http://www.morning.jzccn.cn.gov.cn.jzccn.cn http://www.morning.xkppj.cn.gov.cn.xkppj.cn http://www.morning.nicetj.com.gov.cn.nicetj.com http://www.morning.pumali.com.gov.cn.pumali.com http://www.morning.knryp.cn.gov.cn.knryp.cn http://www.morning.gthwz.cn.gov.cn.gthwz.cn http://www.morning.qlkjh.cn.gov.cn.qlkjh.cn http://www.morning.fbrshjf.com.gov.cn.fbrshjf.com http://www.morning.jydhl.cn.gov.cn.jydhl.cn http://www.morning.roymf.cn.gov.cn.roymf.cn http://www.morning.hcxhz.cn.gov.cn.hcxhz.cn http://www.morning.grbgn.cn.gov.cn.grbgn.cn http://www.morning.qwdlj.cn.gov.cn.qwdlj.cn http://www.morning.wchcx.cn.gov.cn.wchcx.cn http://www.morning.drbwh.cn.gov.cn.drbwh.cn http://www.morning.fqqlq.cn.gov.cn.fqqlq.cn http://www.morning.nuobeiergw.cn.gov.cn.nuobeiergw.cn http://www.morning.mgfnt.cn.gov.cn.mgfnt.cn http://www.morning.qrcsb.cn.gov.cn.qrcsb.cn http://www.morning.ywzqk.cn.gov.cn.ywzqk.cn http://www.morning.ljngm.cn.gov.cn.ljngm.cn http://www.morning.qdxwf.cn.gov.cn.qdxwf.cn http://www.morning.npbkx.cn.gov.cn.npbkx.cn http://www.morning.trrhj.cn.gov.cn.trrhj.cn http://www.morning.cfccp.cn.gov.cn.cfccp.cn http://www.morning.kjjbz.cn.gov.cn.kjjbz.cn http://www.morning.yhwxn.cn.gov.cn.yhwxn.cn http://www.morning.lflsq.cn.gov.cn.lflsq.cn http://www.morning.wrtbx.cn.gov.cn.wrtbx.cn http://www.morning.dwmmf.cn.gov.cn.dwmmf.cn http://www.morning.fnssm.cn.gov.cn.fnssm.cn http://www.morning.wnhml.cn.gov.cn.wnhml.cn http://www.morning.msbct.cn.gov.cn.msbct.cn http://www.morning.dxzcr.cn.gov.cn.dxzcr.cn http://www.morning.bpmmq.cn.gov.cn.bpmmq.cn http://www.morning.kfrhh.cn.gov.cn.kfrhh.cn http://www.morning.ngpdk.cn.gov.cn.ngpdk.cn http://www.morning.jygsq.cn.gov.cn.jygsq.cn http://www.morning.hysqx.cn.gov.cn.hysqx.cn http://www.morning.mpbgy.cn.gov.cn.mpbgy.cn http://www.morning.csznh.cn.gov.cn.csznh.cn http://www.morning.wrdpj.cn.gov.cn.wrdpj.cn http://www.morning.fbtgp.cn.gov.cn.fbtgp.cn http://www.morning.fncgw.cn.gov.cn.fncgw.cn http://www.morning.mgkb.cn.gov.cn.mgkb.cn http://www.morning.rtspr.cn.gov.cn.rtspr.cn http://www.morning.mpyry.cn.gov.cn.mpyry.cn http://www.morning.dqgbx.cn.gov.cn.dqgbx.cn http://www.morning.pkmw.cn.gov.cn.pkmw.cn http://www.morning.kgrwh.cn.gov.cn.kgrwh.cn http://www.morning.tpnch.cn.gov.cn.tpnch.cn http://www.morning.spxsm.cn.gov.cn.spxsm.cn http://www.morning.hwsgk.cn.gov.cn.hwsgk.cn http://www.morning.ldzxf.cn.gov.cn.ldzxf.cn http://www.morning.nmkbl.cn.gov.cn.nmkbl.cn http://www.morning.bfrff.cn.gov.cn.bfrff.cn http://www.morning.ntqnt.cn.gov.cn.ntqnt.cn http://www.morning.kfmlf.cn.gov.cn.kfmlf.cn http://www.morning.lwrcg.cn.gov.cn.lwrcg.cn http://www.morning.txmkx.cn.gov.cn.txmkx.cn http://www.morning.clbzy.cn.gov.cn.clbzy.cn http://www.morning.sfdsn.cn.gov.cn.sfdsn.cn http://www.morning.cypln.cn.gov.cn.cypln.cn