| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 | /* 此文件为开发者工具生成,生成时间: 2021/3/17 下午5:41:05使用方法:在 common.wxss 文件末尾引入样式```@import "./common-wxa-auto-dark.wxss";``` */@media (prefers-color-scheme: dark) {    button[plain] {        color: rgb(206, 206, 206);        border: rgb(0, 0, 0);        background-color: rgba(0, 0, 0, 0);    }    button[type=primary][plain] {        color: rgb(0, 98, 0);        border: rgb(0, 0, 0);        background-color: rgb(14, 28, 21);    }    button[type=primary] {        color: rgb(17, 17, 17);        background-color: rgb(0, 98, 0);    }    button[type=warn][plain] {        color: rgb(230, 6, 32);        border: rgb(0, 0, 0);        background-color: rgba(0, 0, 0, 0);    }    button[type=warn] {        color: rgb(17, 17, 17);        background-color: rgb(230, 6, 32);    }    button[type=default][plain] {        color: rgb(209, 209, 209);        border: rgb(0, 0, 0);        background-color: rgba(0, 0, 0, 0);    }    button[type=default] {        color: rgb(209, 209, 209);        background-color: rgb(29, 29, 29);    }    button[type=hasbg][plain] {        color: rgb(108, 49, 0);        border: rgb(0, 0, 0);        background-color: rgb(21, 19, 14);    }    .b-1px:before {        color: rgb(45, 45, 45);    }    .b-1px-t:before {        color: rgb(45, 45, 45);    }    .b-1px-b::after {        color: rgb(45, 45, 45);    }    .b-1px-tb:before {        color: rgb(45, 45, 45);    }    .b-1px-tb:after {        color: rgb(45, 45, 45);    }    .b-1px-l::before {        color: rgb(45, 45, 45);    }    .b-1px-r::after {        color: rgb(45, 45, 45);    }    .right-arrow::after {        border-color: rgb(58, 58, 58);        border-left-color: rgba(0, 0, 0, 0);        border-bottom-color: rgba(0, 0, 0, 0);    }    .down-arrow::after {        border-color: rgb(99, 99, 99);    }    .upload-add {        background: rgb(23, 24, 26);    }    .upload-add:before, .upload-add:after {        background-color: rgb(42, 42, 42);    }    .upload-add:before, .upload-add:after {        background-color: rgb(42, 42, 42);    }}
 |