light.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. /*音频播放器样式*/
  2. .h2w-light .audioForH2w {
  3. background: #f1f1f1;
  4. }
  5. .h2w-light .audioForH2w__cover {
  6. background: black;
  7. }
  8. .h2w-light .audioForH2w__schedule {
  9. background: rgba(0, 255, 0, 0.1);
  10. }
  11. .h2w-light .audioForH2w__icon {
  12. border-color: transparent transparent transparent #fff;
  13. }
  14. /*正文样式*/
  15. .h2w-light {
  16. color:#333;
  17. background-color:white;
  18. }
  19. /**标题**/
  20. .h2w-light .h2w__h1,
  21. .h2w-light .h2w__h2 {
  22. border-color:#eee;
  23. }
  24. /**表格**/
  25. .h2w-light .h2w__thead .h2w__tr {
  26. background-color:#f6f8fa;
  27. }
  28. .h2w-light .h2w__table .h2w__tr:nth-child(2n){
  29. background-color:#fbfcfd;
  30. }
  31. .h2w-light .h2w__th,
  32. .h2w-light .h2w__td {
  33. border-color:#dfe2e5;
  34. }
  35. /**代码块**/
  36. .h2w-light .h2w__pre {
  37. background-color:#f6f8fa;
  38. border-color:#eaedf0;
  39. }
  40. .h2w-light .h2w__code {
  41. color: red;
  42. }
  43. /**块元素**/
  44. .h2w-light .h2w__blockquote {
  45. border-left-color:#dfe2e5;
  46. }
  47. /**内连元素**/
  48. .h2w-light .h2w__a {
  49. color:#1aad16; border-color:#b9d9b8;
  50. }
  51. .h2w-light .h2w__hr {
  52. background-color:#eee;
  53. }
  54. .h2w-light .h2w__mark {
  55. background:yellow;
  56. color:black;
  57. }
  58. /**代码高亮样式**/
  59. @import '/towxml/plugins/hljs/style/github.wxss';