aParse.acss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  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;
  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. background-position:top !important;
  82. }
  83. .aParse-blockquote {
  84. margin: 0;
  85. padding:10px 0 10px 5px;
  86. font-family:Courier, Calibri,"宋体";
  87. background:#f5f5f5;
  88. border-left: 3px solid #dbdbdb;
  89. }
  90. .aParse-code,.aParse-axxcode-style{
  91. display: inline;
  92. background:#f5f5f5;
  93. }
  94. .aParse-ul{
  95. margin: 20rpx 10rpx;
  96. }
  97. .aParse-li{
  98. width: 100%
  99. }
  100. .aParse-li,.aParse-li-inner{
  101. display: flex;
  102. align-items: baseline;
  103. margin: 10rpx 0;
  104. width: 100%
  105. }
  106. .aParse-li-text{
  107. align-items: center;
  108. line-height: 20px;
  109. }
  110. .aParse-li-circle{
  111. display: inline-flex;
  112. width: 5px;
  113. height: 5px;
  114. background-color: #333;
  115. margin-right: 5px;
  116. }
  117. .aParse-li-square{
  118. display: inline-flex;
  119. width: 10rpx;
  120. height: 10rpx;
  121. background-color: #333;
  122. margin-right: 5px;
  123. }
  124. .aParse-li-ring{
  125. display: inline-flex;
  126. width: 10rpx;
  127. height: 10rpx;
  128. border: 2rpx solid #333;
  129. border-radius: 50%;
  130. background-color: #fff;
  131. margin-right: 5px;
  132. }
  133. /*.aParse-table{
  134. width: 100%;
  135. height: 400px;
  136. }
  137. .aParse-thead,.aParse-tfoot,.aParse-tr{
  138. display: flex;
  139. flex-direction: row;
  140. }
  141. .aParse-th,.aParse-td{
  142. display: flex;
  143. width: 580px;
  144. overflow: auto;
  145. }*/
  146. .aParse-u {
  147. text-decoration: underline;
  148. }
  149. .aParse-hide{
  150. display: none;
  151. }
  152. .AEmojiView{
  153. align-items: center;
  154. }
  155. .aEmoji{
  156. width: 16px;
  157. height:16px;
  158. }
  159. .aParse-tr{
  160. display: flex;
  161. border-right:1px solid #e0e0e0;
  162. border-bottom:1px solid #e0e0e0;
  163. border-top:1px solid #e0e0e0;
  164. }
  165. .aParse-th,
  166. .aParse-td{
  167. flex:1;
  168. padding:5px;
  169. font-size:28rpx;
  170. border-left:1px solid #e0e0e0;
  171. word-break: break-all;
  172. }
  173. .aParse-td:last{
  174. border-top:1px solid #e0e0e0;
  175. }
  176. .aParse-th{
  177. background:#f0f0f0;
  178. border-top:1px solid #e0e0e0;
  179. }
  180. .aParse-del{
  181. display: inline;
  182. }
  183. .aParse-figure {
  184. overflow: hidden;
  185. }
  186. .aParse-p{
  187. color: #666;
  188. font-size: 0.28rem
  189. }