u-parse.css 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  1. /**
  2. * author: Di (微信小程序开发工程师)
  3. * organization: WeAppDev(微信小程序开发论坛)(http://weappdev.com)
  4. * 垂直微信小程序开发交流社区
  5. *
  6. * github地址: https://github.com/icindy/wxParse
  7. *
  8. * for: 微信小程序富文本解析
  9. * detail : http://weappdev.com/t/wxparse-alpha0-1-html-markdown/184
  10. */
  11. .wxParse {
  12. width: 100%;
  13. font-family: Helvetica, sans-serif;
  14. /* font-size: 40upx; */
  15. /* color: #666; */
  16. line-height: 1.8;
  17. }
  18. .wxParse view {
  19. word-break: hyphenate;
  20. white-space: pre-line;
  21. }
  22. .wxParse .inline {
  23. display: inline;
  24. margin: 0;
  25. padding: 0;
  26. }
  27. .wxParse .div {
  28. margin: 0;
  29. padding: 0;
  30. }
  31. .wxParse .h1 .text {
  32. font-size: 2em;
  33. margin: 0.67em 0;
  34. }
  35. .wxParse .h2 .text {
  36. font-size: 1.5em;
  37. margin: 0.83em 0;
  38. }
  39. .wxParse .h3 .text {
  40. font-size: 1.17em;
  41. margin: 1em 0;
  42. }
  43. .wxParse .h4 .text {
  44. margin: 1.33em 0;
  45. }
  46. .wxParse .h5 .text {
  47. font-size: 0.83em;
  48. margin: 1.67em 0;
  49. }
  50. .wxParse .h6 .text {
  51. font-size: 0.67em;
  52. margin: 2.33em 0;
  53. }
  54. .wxParse .h1 .text,
  55. .wxParse .h2 .text,
  56. .wxParse .h3 .text,
  57. .wxParse .h4 .text,
  58. .wxParse .h5 .text,
  59. .wxParse .h6 .text,
  60. .wxParse .b,
  61. .wxParse .strong {
  62. font-weight: bolder;
  63. }
  64. .wxParse .p {
  65. margin: 1em 0;
  66. }
  67. .wxParse .i,
  68. .wxParse .cite,
  69. .wxParse .em,
  70. .wxParse .var,
  71. .wxParse .address {
  72. font-style: italic;
  73. }
  74. .wxParse .pre,
  75. .wxParse .tt,
  76. .wxParse .code,
  77. .wxParse .kbd,
  78. .wxParse .samp {
  79. font-family: monospace;
  80. }
  81. .wxParse .pre {
  82. overflow: auto;
  83. background: #f5f5f5;
  84. padding: 16upx;
  85. white-space: pre;
  86. margin: 1em 0upx;
  87. }
  88. .wxParse .code {
  89. display: inline;
  90. background: #f5f5f5;
  91. }
  92. .wxParse .big {
  93. font-size: 1.17em;
  94. }
  95. .wxParse .small,
  96. .wxParse .sub,
  97. .wxParse .sup {
  98. font-size: 0.83em;
  99. }
  100. .wxParse .sub {
  101. vertical-align: sub;
  102. }
  103. .wxParse .sup {
  104. vertical-align: super;
  105. }
  106. .wxParse .s,
  107. .wxParse .strike,
  108. .wxParse .del {
  109. text-decoration: line-through;
  110. }
  111. .wxParse .strong,
  112. .wxParse .s {
  113. display: inline;
  114. }
  115. .wxParse .a {
  116. color: deepskyblue;
  117. }
  118. .wxParse .video {
  119. text-align: center;
  120. margin: 22upx 0;
  121. }
  122. .wxParse .video-video {
  123. width: 100%;
  124. }
  125. .wxParse .img {
  126. display: inline-block;
  127. width: 0;
  128. height: 0;
  129. max-width: 100%;
  130. overflow: hidden;
  131. border-radius: 16rpx;
  132. }
  133. .wxParse .blockquote {
  134. margin: 10upx 0;
  135. padding: 22upx 0 22upx 22upx;
  136. font-family: Courier, Calibri, "宋体";
  137. background: #f5f5f5;
  138. border-left: 6upx solid #dbdbdb;
  139. }
  140. .wxParse .blockquote .p {
  141. margin: 0;
  142. }
  143. .wxParse .ul,
  144. .wxParse .ol {
  145. display: block;
  146. margin: 1em 0;
  147. padding-left: 33upx;
  148. }
  149. .wxParse .ol {
  150. list-style-type: disc;
  151. }
  152. .wxParse .ol {
  153. list-style-type: decimal;
  154. }
  155. .wxParse .ol>weixin-parse-template,
  156. .wxParse .ul>weixin-parse-template {
  157. display: list-item;
  158. align-items: baseline;
  159. text-align: match-parent;
  160. }
  161. .wxParse .ol>.li,
  162. .wxParse .ul>.li {
  163. display: list-item;
  164. align-items: baseline;
  165. text-align: match-parent;
  166. }
  167. .wxParse .ul .ul,
  168. .wxParse .ol .ul {
  169. list-style-type: circle;
  170. }
  171. .wxParse .ol .ol .ul,
  172. .wxParse .ol .ul .ul,
  173. .wxParse .ul .ol .ul,
  174. .wxParse .ul .ul .ul {
  175. list-style-type: square;
  176. }
  177. .wxParse .u {
  178. text-decoration: underline;
  179. }
  180. .wxParse .hide {
  181. display: none;
  182. }
  183. .wxParse .del {
  184. display: inline;
  185. }
  186. .wxParse .figure {
  187. overflow: hidden;
  188. }
  189. .wxParse .table {
  190. width: 100%;
  191. }
  192. .wxParse .thead,
  193. .wxParse .tfoot,
  194. .wxParse .tr {
  195. display: flex;
  196. flex-direction: row;
  197. }
  198. .wxParse .tr {
  199. width: 100%;
  200. display: flex;
  201. border-right: 2upx solid #e0e0e0;
  202. border-bottom: 2upx solid #e0e0e0;
  203. }
  204. .wxParse .th,
  205. .wxParse .td {
  206. display: flex;
  207. width: 1276upx;
  208. overflow: auto;
  209. flex: 1;
  210. padding: 11upx;
  211. border-left: 2upx solid #e0e0e0;
  212. }
  213. .wxParse .td:last {
  214. border-top: 2upx solid #e0e0e0;
  215. }
  216. .wxParse .th {
  217. background: #f0f0f0;
  218. border-top: 2upx solid #e0e0e0;
  219. }