trees.ttss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446
  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. .interlayer {
  19. display: inherit;
  20. -webkit-box-orient: inherit;
  21. -webkit-box-direction: inherit;
  22. -webkit-flex-direction: inherit;
  23. flex-direction: inherit;
  24. -webkit-flex-wrap: inherit;
  25. flex-wrap: inherit;
  26. -webkit-align-content: inherit;
  27. align-content: inherit;
  28. -webkit-box-align: inherit;
  29. -webkit-align-items: inherit;
  30. align-items: inherit;
  31. -webkit-box-pack: inherit;
  32. -webkit-justify-content: inherit;
  33. justify-content: inherit;
  34. width: 100%;
  35. white-space: inherit;
  36. }
  37. ._b,
  38. ._strong {
  39. font-weight: bold;
  40. }
  41. ._blockquote,
  42. ._div,
  43. ._p,
  44. ._ol,
  45. ._ul,
  46. ._li {
  47. display: block;
  48. }
  49. ._code {
  50. font-family: monospace;
  51. }
  52. ._del {
  53. text-decoration: line-through;
  54. }
  55. ._em,
  56. ._i {
  57. font-style: italic;
  58. }
  59. ._h1 {
  60. font-size: 2em;
  61. }
  62. ._h2 {
  63. font-size: 1.5em;
  64. }
  65. ._h3 {
  66. font-size: 1.17em;
  67. }
  68. ._h5 {
  69. font-size: 0.83em;
  70. }
  71. ._h6 {
  72. font-size: 0.67em;
  73. }
  74. ._h1,
  75. ._h2,
  76. ._h3,
  77. ._h4,
  78. ._h5,
  79. ._h6 {
  80. display: block;
  81. font-weight: bold;
  82. }
  83. ._image {
  84. display: block;
  85. width: 100%;
  86. height: 360px;
  87. margin-top: -360px;
  88. opacity: 0;
  89. }
  90. ._ins {
  91. text-decoration: underline;
  92. }
  93. ._li {
  94. -webkit-box-flex: 1;
  95. -webkit-flex: 1;
  96. flex: 1;
  97. width: 0;
  98. }
  99. ._ol-bef {
  100. width: 36px;
  101. margin-right: 5px;
  102. text-align: right;
  103. }
  104. ._ul-bef {
  105. display: block;
  106. margin: 0 12px 0 23px;
  107. line-height: normal;
  108. }
  109. ._ol-bef,
  110. ._ul-bef {
  111. -webkit-box-flex: 0;
  112. -webkit-flex: none;
  113. flex: none;
  114. -webkit-user-select: none;
  115. user-select: none;
  116. }
  117. ._ul-p1 {
  118. display: inline-block;
  119. width: 0.3em;
  120. height: 0.3em;
  121. overflow: hidden;
  122. line-height: 0.3em;
  123. }
  124. ._ul-p2 {
  125. display: inline-block;
  126. width: 0.23em;
  127. height: 0.23em;
  128. border: 0.05em solid black;
  129. border-radius: 50%;
  130. }
  131. ._q::before {
  132. content: '"';
  133. }
  134. ._q::after {
  135. content: '"';
  136. }
  137. ._sub {
  138. font-size: smaller;
  139. vertical-align: sub;
  140. }
  141. ._sup {
  142. font-size: smaller;
  143. vertical-align: super;
  144. }
  145. ._video {
  146. position: relative;
  147. display: inline-block;
  148. width: 300px;
  149. height: 225px;
  150. background-color: black;
  151. }
  152. ._video::after {
  153. position: absolute;
  154. top: 50%;
  155. left: 50%;
  156. margin: -15px 0 0 -15px;
  157. content: '';
  158. border-color: transparent transparent transparent white;
  159. border-style: solid;
  160. border-width: 15px 0 15px 30px;
  161. }