common-wxa-auto-dark.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. /*
  2. 此文件为开发者工具生成,生成时间: 2021/3/17 下午5:41:05
  3. 使用方法:
  4. 在 common.wxss 文件末尾引入样式
  5. ```
  6. @import "./common-wxa-auto-dark.wxss";
  7. ```
  8. */
  9. @media (prefers-color-scheme: dark) {
  10. button[plain] {
  11. color: rgb(206, 206, 206);
  12. border: rgb(0, 0, 0);
  13. background-color: rgba(0, 0, 0, 0);
  14. }
  15. button[type=primary][plain] {
  16. color: rgb(0, 98, 0);
  17. border: rgb(0, 0, 0);
  18. background-color: rgb(14, 28, 21);
  19. }
  20. button[type=primary] {
  21. color: rgb(17, 17, 17);
  22. background-color: rgb(0, 98, 0);
  23. }
  24. button[type=warn][plain] {
  25. color: rgb(230, 6, 32);
  26. border: rgb(0, 0, 0);
  27. background-color: rgba(0, 0, 0, 0);
  28. }
  29. button[type=warn] {
  30. color: rgb(17, 17, 17);
  31. background-color: rgb(230, 6, 32);
  32. }
  33. button[type=default][plain] {
  34. color: rgb(209, 209, 209);
  35. border: rgb(0, 0, 0);
  36. background-color: rgba(0, 0, 0, 0);
  37. }
  38. button[type=default] {
  39. color: rgb(209, 209, 209);
  40. background-color: rgb(29, 29, 29);
  41. }
  42. button[type=hasbg][plain] {
  43. color: rgb(108, 49, 0);
  44. border: rgb(0, 0, 0);
  45. background-color: rgb(21, 19, 14);
  46. }
  47. .b-1px:before {
  48. color: rgb(45, 45, 45);
  49. }
  50. .b-1px-t:before {
  51. color: rgb(45, 45, 45);
  52. }
  53. .b-1px-b::after {
  54. color: rgb(45, 45, 45);
  55. }
  56. .b-1px-tb:before {
  57. color: rgb(45, 45, 45);
  58. }
  59. .b-1px-tb:after {
  60. color: rgb(45, 45, 45);
  61. }
  62. .b-1px-l::before {
  63. color: rgb(45, 45, 45);
  64. }
  65. .b-1px-r::after {
  66. color: rgb(45, 45, 45);
  67. }
  68. .right-arrow::after {
  69. border-color: rgb(58, 58, 58);
  70. border-left-color: rgba(0, 0, 0, 0);
  71. border-bottom-color: rgba(0, 0, 0, 0);
  72. }
  73. .down-arrow::after {
  74. border-color: rgb(99, 99, 99);
  75. }
  76. .upload-add {
  77. background: rgb(23, 24, 26);
  78. }
  79. .upload-add:before, .upload-add:after {
  80. background-color: rgb(42, 42, 42);
  81. }
  82. .upload-add:before, .upload-add:after {
  83. background-color: rgb(42, 42, 42);
  84. }
  85. }