index.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. /* a 标签默认效果 */
  2. ._a[data-v-c65e823d] {
  3. padding: 1.5px 0 1.5px 0;
  4. color: #366092;
  5. word-break: break-all;
  6. }
  7. /* a 标签点击态效果 */
  8. ._hover[data-v-c65e823d] {
  9. text-decoration: underline;
  10. opacity: 0.7;
  11. }
  12. /* 图片默认效果 */
  13. ._img[data-v-c65e823d] {
  14. max-width: 100%;
  15. -webkit-touch-callout: none;
  16. }
  17. /* 内部样式 */
  18. ._block[data-v-c65e823d] {
  19. display: block;
  20. }
  21. ._b[data-v-c65e823d],
  22. ._strong[data-v-c65e823d] {
  23. font-weight: bold;
  24. }
  25. ._code[data-v-c65e823d] {
  26. font-family: monospace;
  27. }
  28. ._del[data-v-c65e823d] {
  29. text-decoration: line-through;
  30. }
  31. ._em[data-v-c65e823d],
  32. ._i[data-v-c65e823d] {
  33. font-style: italic;
  34. }
  35. ._h1[data-v-c65e823d] {
  36. font-size: 2em;
  37. }
  38. ._h2[data-v-c65e823d] {
  39. font-size: 1.5em;
  40. }
  41. ._h3[data-v-c65e823d] {
  42. font-size: 1.17em;
  43. }
  44. ._h5[data-v-c65e823d] {
  45. font-size: 0.83em;
  46. }
  47. ._h6[data-v-c65e823d] {
  48. font-size: 0.67em;
  49. }
  50. ._h1[data-v-c65e823d],
  51. ._h2[data-v-c65e823d],
  52. ._h3[data-v-c65e823d],
  53. ._h4[data-v-c65e823d],
  54. ._h5[data-v-c65e823d],
  55. ._h6[data-v-c65e823d] {
  56. display: block;
  57. font-weight: bold;
  58. }
  59. ._image[data-v-c65e823d] {
  60. height: 1px;
  61. }
  62. ._ins[data-v-c65e823d] {
  63. text-decoration: underline;
  64. }
  65. ._li[data-v-c65e823d] {
  66. display: list-item;
  67. }
  68. ._ol[data-v-c65e823d] {
  69. list-style-type: decimal;
  70. }
  71. ._ol[data-v-c65e823d],
  72. ._ul[data-v-c65e823d] {
  73. display: block;
  74. padding-left: 40px;
  75. margin: 1em 0;
  76. }
  77. ._q[data-v-c65e823d]::before {
  78. content: '"';
  79. }
  80. ._q[data-v-c65e823d]::after {
  81. content: '"';
  82. }
  83. ._sub[data-v-c65e823d] {
  84. font-size: smaller;
  85. vertical-align: sub;
  86. }
  87. ._sup[data-v-c65e823d] {
  88. font-size: smaller;
  89. vertical-align: super;
  90. }
  91. ._thead[data-v-c65e823d],
  92. ._tbody[data-v-c65e823d],
  93. ._tfoot[data-v-c65e823d] {
  94. display: table-row-group;
  95. }
  96. ._tr[data-v-c65e823d] {
  97. display: table-row;
  98. }
  99. ._td[data-v-c65e823d],
  100. ._th[data-v-c65e823d] {
  101. display: table-cell;
  102. vertical-align: middle;
  103. }
  104. ._th[data-v-c65e823d] {
  105. font-weight: bold;
  106. text-align: center;
  107. }
  108. ._ul[data-v-c65e823d] {
  109. list-style-type: disc;
  110. }
  111. ._ul ._ul[data-v-c65e823d] {
  112. margin: 0;
  113. list-style-type: circle;
  114. }
  115. ._ul ._ul ._ul[data-v-c65e823d] {
  116. list-style-type: square;
  117. }
  118. ._abbr[data-v-c65e823d],
  119. ._b[data-v-c65e823d],
  120. ._code[data-v-c65e823d],
  121. ._del[data-v-c65e823d],
  122. ._em[data-v-c65e823d],
  123. ._i[data-v-c65e823d],
  124. ._ins[data-v-c65e823d],
  125. ._label[data-v-c65e823d],
  126. ._q[data-v-c65e823d],
  127. ._span[data-v-c65e823d],
  128. ._strong[data-v-c65e823d],
  129. ._sub[data-v-c65e823d],
  130. ._sup[data-v-c65e823d] {
  131. display: inline;
  132. }
  133. ._video[data-v-c65e823d] {
  134. width: 300px;
  135. height: 225px;
  136. }
  137. /* 根节点样式 */
  138. ._root[data-v-73e89447] {
  139. padding: 1px 0;
  140. overflow-x: auto;
  141. overflow-y: hidden;
  142. -webkit-overflow-scrolling: touch;
  143. }
  144. /* 长按复制 */
  145. ._select[data-v-73e89447] {
  146. -webkit-user-select: text;
  147. -moz-user-select: text;
  148. user-select: text;
  149. }