trees.wxss 2.8 KB

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