aParse.acss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. .aParse{
  2. margin: 0 5px;
  3. font-family: Helvetica,sans-serif;
  4. font-size: 28rpx;
  5. color: #666;
  6. line-height: 1.8;
  7. }
  8. view{
  9. word-break:break-all; overflow:auto;
  10. }
  11. .aParse-inline{
  12. display: inline;
  13. margin: 0;
  14. padding: 0;
  15. }
  16. /*//标题 */
  17. .aParse-div{margin: 0;padding: 0;}
  18. .aParse-h1{ font-size:2em; margin: .67em 0 }
  19. .aParse-h2{ font-size:1.5em; margin: .75em 0 }
  20. .aParse-h3{ font-size:1.17em; margin: .83em 0 }
  21. .aParse-h4{ margin: 1.12em 0}
  22. .aParse-h5 { font-size:.83em; margin: 1.5em 0 }
  23. .aParse-h6{ font-size:.75em; margin: 1.67em 0 }
  24. .aParse-h1 {
  25. font-size: 18px;
  26. font-weight: 400;
  27. margin-bottom: .9em;
  28. }
  29. .aParse-h2 {
  30. font-size: 16px;
  31. font-weight: 400;
  32. margin-bottom: .34em;
  33. }
  34. .aParse-h3 {
  35. font-weight: 400;
  36. font-size: 15px;
  37. margin-bottom: .34em;
  38. }
  39. .aParse-h4 {
  40. font-weight: 400;
  41. font-size: 14px;
  42. margin-bottom: .24em;
  43. }
  44. .aParse-h5 {
  45. font-weight: 400;
  46. font-size: 13px;
  47. margin-bottom: .14em;
  48. }
  49. .aParse-h6 {
  50. font-weight: 400;
  51. font-size: 12px;
  52. margin-bottom: .04em;
  53. }
  54. .aParse-h1, .aParse-h2, .aParse-h3, .aParse-h4, .aParse-h5, .aParse-h6, .aParse-b, .aParse-strong { font-weight: bolder }
  55. .aParse-i,.aParse-cite,.aParse-em,.aParse-var,.aParse-address{font-style:italic}
  56. .aParse-pre,.aParse-tt,.aParse-code,.aParse-kbd,.aParse-samp{font-family:monospace}
  57. .aParse-pre{white-space:pre}
  58. .aParse-big{font-size:1.17em}
  59. .aParse-small,.aParse-sub,.aParse-sup{font-size:.83em}
  60. .aParse-sub{vertical-align:sub}
  61. .aParse-sup{vertical-align:super}
  62. .aParse-s,.aParse-strike,.aParse-del{text-decoration:line-through}
  63. /*aparse-自定义个性化的css样式*/
  64. /*增加video的css样式*/
  65. .aParse-strong,.aParse-s{display: inline}
  66. .aParse-a{
  67. color: deepskyblue;
  68. word-break:break-all;
  69. overflow:auto;
  70. }
  71. .aParse-video{
  72. text-align: center;
  73. margin: 10px 0;
  74. }
  75. .aParse-video-video{
  76. width:100%;
  77. }
  78. .aParse-img{
  79. /*background-color: #efefef;*/
  80. overflow: hidden;
  81. }
  82. .aParse-blockquote {
  83. margin: 0;
  84. padding:10px 0 10px 5px;
  85. font-family:Courier, Calibri,"宋体";
  86. background:#f5f5f5;
  87. border-left: 3px solid #dbdbdb;
  88. }
  89. .aParse-code,.aParse-axxcode-style{
  90. display: inline;
  91. background:#f5f5f5;
  92. }
  93. .aParse-ul{
  94. margin: 20rpx 10rpx;
  95. }
  96. .aParse-li,.aParse-li-inner{
  97. display: flex;
  98. align-items: baseline;
  99. margin: 10rpx 0;
  100. }
  101. .aParse-li-text{
  102. align-items: center;
  103. line-height: 20px;
  104. }
  105. .aParse-li-circle{
  106. display: inline-flex;
  107. width: 5px;
  108. height: 5px;
  109. background-color: #333;
  110. margin-right: 5px;
  111. }
  112. .aParse-li-square{
  113. display: inline-flex;
  114. width: 10rpx;
  115. height: 10rpx;
  116. background-color: #333;
  117. margin-right: 5px;
  118. }
  119. .aParse-li-ring{
  120. display: inline-flex;
  121. width: 10rpx;
  122. height: 10rpx;
  123. border: 2rpx solid #333;
  124. border-radius: 50%;
  125. background-color: #fff;
  126. margin-right: 5px;
  127. }
  128. /*.aParse-table{
  129. width: 100%;
  130. height: 400px;
  131. }
  132. .aParse-thead,.aParse-tfoot,.aParse-tr{
  133. display: flex;
  134. flex-direction: row;
  135. }
  136. .aParse-th,.aParse-td{
  137. display: flex;
  138. width: 580px;
  139. overflow: auto;
  140. }*/
  141. .aParse-u {
  142. text-decoration: underline;
  143. }
  144. .aParse-hide{
  145. display: none;
  146. }
  147. .AEmojiView{
  148. align-items: center;
  149. }
  150. .aEmoji{
  151. width: 16px;
  152. height:16px;
  153. }
  154. .aParse-tr{
  155. display: flex;
  156. border-right:1px solid #e0e0e0;
  157. border-bottom:1px solid #e0e0e0;
  158. border-top:1px solid #e0e0e0;
  159. }
  160. .aParse-th,
  161. .aParse-td{
  162. flex:1;
  163. padding:5px;
  164. font-size:28rpx;
  165. border-left:1px solid #e0e0e0;
  166. word-break: break-all;
  167. }
  168. .aParse-td:last{
  169. border-top:1px solid #e0e0e0;
  170. }
  171. .aParse-th{
  172. background:#f0f0f0;
  173. border-top:1px solid #e0e0e0;
  174. }
  175. .aParse-del{
  176. display: inline;
  177. }
  178. .aParse-figure {
  179. overflow: hidden;
  180. }