trees.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413
  1. /* 在这里引入自定义样式 */
  2. /* 链接和图片效果 */
  3. ._a {
  4. display: inline;
  5. color: #366092;
  6. word-break: break-all;
  7. padding: 1.5px 0 1.5px 0;
  8. }
  9. ._hover {
  10. opacity: 0.7;
  11. text-decoration: underline;
  12. }
  13. ._img {
  14. display: inline-block;
  15. text-indent: 0;
  16. }
  17. :host {
  18. display: inline;
  19. }
  20. .interlayer {
  21. align-content: inherit;
  22. align-items: inherit;
  23. display: inherit;
  24. flex-direction: inherit;
  25. flex-wrap: inherit;
  26. justify-content: inherit;
  27. width: 100%;
  28. white-space: inherit;
  29. }
  30. ._b,
  31. ._strong {
  32. font-weight: bold;
  33. }
  34. ._blockquote,
  35. ._div,
  36. ._p,
  37. ._ol,
  38. ._ul,
  39. ._li {
  40. display: block;
  41. }
  42. ._code {
  43. font-family: monospace;
  44. }
  45. ._del {
  46. text-decoration: line-through;
  47. }
  48. ._em,
  49. ._i {
  50. font-style: italic;
  51. }
  52. ._h1 {
  53. font-size: 2em;
  54. }
  55. ._h2 {
  56. font-size: 1.5em;
  57. }
  58. ._h3 {
  59. font-size: 1.17em;
  60. }
  61. ._h5 {
  62. font-size: 0.83em;
  63. }
  64. ._h6 {
  65. font-size: 0.67em;
  66. }
  67. ._h1,
  68. ._h2,
  69. ._h3,
  70. ._h4,
  71. ._h5,
  72. ._h6 {
  73. display: block;
  74. font-weight: bold;
  75. }
  76. ._ins {
  77. text-decoration: underline;
  78. }
  79. ._li {
  80. flex: 1;
  81. width: 0;
  82. }
  83. ._ol-bef {
  84. margin-right: 5px;
  85. text-align: right;
  86. width: 36px;
  87. }
  88. ._ul-bef {
  89. line-height: normal;
  90. margin: 0 12px 0 23px;
  91. }
  92. ._ol-bef,
  93. ._ul_bef {
  94. flex: none;
  95. -webkit-user-select: none;
  96. user-select: none;
  97. }
  98. ._ul-p1 {
  99. display: inline-block;
  100. height: 0.3em;
  101. line-height: 0.3em;
  102. overflow: hidden;
  103. width: 0.3em;
  104. }
  105. ._ul-p2 {
  106. border: 0.05em solid black;
  107. border-radius: 50%;
  108. display: inline-block;
  109. height: 0.23em;
  110. width: 0.23em;
  111. }
  112. ._q::before {
  113. content: '"';
  114. }
  115. ._q::after {
  116. content: '"';
  117. }
  118. ._sub {
  119. font-size: smaller;
  120. vertical-align: sub;
  121. }
  122. ._sup {
  123. font-size: smaller;
  124. vertical-align: super;
  125. }
  126. .__bdo,
  127. .__bdi,
  128. .__ruby,
  129. .__rt,
  130. ._entity {
  131. display: inline-block;
  132. }
  133. ._video {
  134. background-color: black;
  135. display: inline-block;
  136. height: 225px;
  137. position: relative;
  138. width: 300px;
  139. }
  140. ._video::after {
  141. border-color: transparent transparent transparent white;
  142. border-style: solid;
  143. border-width: 15px 0 15px 30px;
  144. content: '';
  145. left: 50%;
  146. margin: -15px 0 0 -15px;
  147. position: absolute;
  148. top: 50%;
  149. }