agreement.css 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. [data-v-b9c8a97d] ._video {
  2. width: 300px;
  3. height: 225px;
  4. display: inline-block;
  5. background-color: black;
  6. }
  7. /* a 标签默认效果 */
  8. ._a[data-v-b9c8a97d] {
  9. padding: 1.5px 0 1.5px 0;
  10. color: #366092;
  11. word-break: break-all;
  12. }
  13. /* a 标签点击态效果 */
  14. ._hover[data-v-b9c8a97d] {
  15. text-decoration: underline;
  16. opacity: 0.7;
  17. }
  18. /* 图片默认效果 */
  19. ._img[data-v-b9c8a97d] {
  20. max-width: 100%;
  21. -webkit-touch-callout: none;
  22. }
  23. /* 内部样式 */
  24. ._block[data-v-b9c8a97d] {
  25. display: block;
  26. }
  27. ._b[data-v-b9c8a97d],
  28. ._strong[data-v-b9c8a97d] {
  29. font-weight: bold;
  30. }
  31. ._code[data-v-b9c8a97d] {
  32. font-family: monospace;
  33. }
  34. ._del[data-v-b9c8a97d] {
  35. text-decoration: line-through;
  36. }
  37. ._em[data-v-b9c8a97d],
  38. ._i[data-v-b9c8a97d] {
  39. font-style: italic;
  40. }
  41. ._h1[data-v-b9c8a97d] {
  42. font-size: 2em;
  43. }
  44. ._h2[data-v-b9c8a97d] {
  45. font-size: 1.5em;
  46. }
  47. ._h3[data-v-b9c8a97d] {
  48. font-size: 1.17em;
  49. }
  50. ._h5[data-v-b9c8a97d] {
  51. font-size: 0.83em;
  52. }
  53. ._h6[data-v-b9c8a97d] {
  54. font-size: 0.67em;
  55. }
  56. ._h1[data-v-b9c8a97d],
  57. ._h2[data-v-b9c8a97d],
  58. ._h3[data-v-b9c8a97d],
  59. ._h4[data-v-b9c8a97d],
  60. ._h5[data-v-b9c8a97d],
  61. ._h6[data-v-b9c8a97d] {
  62. display: block;
  63. font-weight: bold;
  64. }
  65. ._image[data-v-b9c8a97d] {
  66. height: 1px;
  67. }
  68. ._ins[data-v-b9c8a97d] {
  69. text-decoration: underline;
  70. }
  71. ._li[data-v-b9c8a97d] {
  72. display: list-item;
  73. }
  74. ._ol[data-v-b9c8a97d] {
  75. list-style-type: decimal;
  76. }
  77. ._ol[data-v-b9c8a97d],
  78. ._ul[data-v-b9c8a97d] {
  79. display: block;
  80. padding-left: 40px;
  81. margin: 1em 0;
  82. }
  83. ._q[data-v-b9c8a97d]::before {
  84. content: '"';
  85. }
  86. ._q[data-v-b9c8a97d]::after {
  87. content: '"';
  88. }
  89. ._sub[data-v-b9c8a97d] {
  90. font-size: smaller;
  91. vertical-align: sub;
  92. }
  93. ._sup[data-v-b9c8a97d] {
  94. font-size: smaller;
  95. vertical-align: super;
  96. }
  97. ._thead[data-v-b9c8a97d],
  98. ._tbody[data-v-b9c8a97d],
  99. ._tfoot[data-v-b9c8a97d] {
  100. display: table-row-group;
  101. }
  102. ._tr[data-v-b9c8a97d] {
  103. display: table-row;
  104. }
  105. ._td[data-v-b9c8a97d],
  106. ._th[data-v-b9c8a97d] {
  107. display: table-cell;
  108. vertical-align: middle;
  109. }
  110. ._th[data-v-b9c8a97d] {
  111. font-weight: bold;
  112. text-align: center;
  113. }
  114. ._ul[data-v-b9c8a97d] {
  115. list-style-type: disc;
  116. }
  117. ._ul ._ul[data-v-b9c8a97d] {
  118. margin: 0;
  119. list-style-type: circle;
  120. }
  121. ._ul ._ul ._ul[data-v-b9c8a97d] {
  122. list-style-type: square;
  123. }
  124. ._abbr[data-v-b9c8a97d],
  125. ._b[data-v-b9c8a97d],
  126. ._code[data-v-b9c8a97d],
  127. ._del[data-v-b9c8a97d],
  128. ._em[data-v-b9c8a97d],
  129. ._i[data-v-b9c8a97d],
  130. ._ins[data-v-b9c8a97d],
  131. ._label[data-v-b9c8a97d],
  132. ._q[data-v-b9c8a97d],
  133. ._span[data-v-b9c8a97d],
  134. ._strong[data-v-b9c8a97d],
  135. ._sub[data-v-b9c8a97d],
  136. ._sup[data-v-b9c8a97d] {
  137. display: inline;
  138. }
  139. ._video[data-v-b9c8a97d] {
  140. width: 300px;
  141. height: 225px;
  142. }
  143. /* 根节点样式 */
  144. ._root[data-v-334fab66] {
  145. padding: 1px 0;
  146. overflow-x: auto;
  147. overflow-y: hidden;
  148. -webkit-overflow-scrolling: touch;
  149. }
  150. /* 长按复制 */
  151. ._select[data-v-334fab66] {
  152. -webkit-user-select: text;
  153. user-select: text;
  154. }
  155. /* 提示条 */
  156. ._tooltip_contain[data-v-334fab66] {
  157. position: absolute;
  158. right: 20px;
  159. left: 20px;
  160. text-align: center;
  161. }
  162. ._tooltip[data-v-334fab66] {
  163. box-sizing: border-box;
  164. display: inline-block;
  165. width: auto;
  166. max-width: 100%;
  167. height: 30px;
  168. padding: 0 3px;
  169. overflow: scroll;
  170. font-size: 14px;
  171. line-height: 30px;
  172. white-space: nowrap;
  173. }
  174. ._tooltip_item[data-v-334fab66] {
  175. display: inline-block;
  176. width: auto;
  177. padding: 0 2vw;
  178. line-height: 30px;
  179. background-color: black;
  180. color: white;
  181. }
  182. /* 图片宽度滚动条 */
  183. ._slider[data-v-334fab66] {
  184. position: absolute;
  185. left: 20px;
  186. width: 220px;
  187. }
  188. ._tooltip[data-v-334fab66],
  189. ._slider[data-v-334fab66] {
  190. background-color: black;
  191. border-radius: 3px;
  192. opacity: 0.75;
  193. }
  194. /**
  195. * 这里是uni-app内置的常用样式变量
  196. *
  197. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  198. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  199. *
  200. */
  201. /**
  202. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  203. *
  204. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  205. */
  206. /* 颜色变量 */
  207. /* 行为相关颜色 */
  208. /* 文字基本颜色 */
  209. /* 背景颜色 */
  210. /* 边框颜色 */
  211. /* 尺寸变量 */
  212. /* 文字尺寸 */
  213. /* 图片尺寸 */
  214. /* Border Radius */
  215. /* 水平间距 */
  216. /* 垂直间距 */
  217. /* 透明度 */
  218. /* 文章场景相关 */
  219. body[data-v-b3cf2c5c] {
  220. height: 100%;
  221. }
  222. .content[data-v-b3cf2c5c] {
  223. height: 100%;
  224. }