123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- /*
- 此文件为开发者工具生成,生成时间: 2021/3/17 下午5:41:05
- 使用方法:
- 在 theme.wxss 文件末尾引入样式
- ```
- @import "./theme-wxa-auto-dark.wxss";
- ```
- */
- @media (prefers-color-scheme: dark) {
- .c-base {
- color: rgb(17, 17, 17);
- }
- .c-black {
- color: rgb(255, 255, 255);
- }
- .c-default {
- color: rgb(231, 231, 231);
- }
- .c-primary {
- color: rgb(0, 98, 0);
- }
- .c-success {
- color: rgb(0, 98, 0);
- }
- .c-star-mark {
- color: rgb(179, 50, 0);
- }
- .c-important {
- color: rgb(231, 48, 63);
- }
- .c-warning {
- color: rgb(223, 20, 39);
- }
- .c-error {
- color: rgb(223, 20, 39);
- }
- .c-hot {
- color: rgb(189, 39, 58);
- }
- .c-tips {
- color: rgb(0, 121, 210);
- }
- .c-disabled {
- color: rgb(42, 42, 42);
- }
- .c-title {
- color: rgb(210, 210, 210);
- }
- .c-tag {
- color: rgb(195, 44, 6);
- }
- .c-paragraph {
- color: rgb(151, 151, 151);
- }
- .c-paragraph-sm {
- color: rgb(101, 101, 101);
- }
- .c-caption {
- color: rgb(115, 115, 115);
- }
- .c-news-title {
- color: rgb(142, 164, 215);
- }
- .c-placeholder {
- color: rgb(83, 83, 83);
- }
- .c-tabbar-default {
- color: rgb(150, 155, 162);
- }
- .c-shadow {
- text-shadow: rgb(0, 0, 0);
- }
- .fill-base {
- background: rgb(17, 17, 17);
- }
- .fill-body {
- background: rgb(22, 22, 22);
- }
- .fill-primary {
- background: rgb(23, 24, 26);
- }
- .fill-success {
- background: rgb(0, 104, 0);
- }
- .fill-warning {
- background: rgb(179, 50, 0);
- }
- .fill-error {
- background: rgb(229, 30, 50);
- }
- .fill-disabled {
- background: rgb(42, 42, 42);
- }
- .space {
- border-bottom: rgb(0, 0, 0);
- }
- }
|