| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345 | @charset "UTF-8";/** * author: Di (微信小程序开发工程师) * organization: WeAppDev(微信小程序开发论坛)(http://weappdev.com) *               垂直微信小程序开发交流社区 *  * github地址: https://github.com/icindy/wxParse *  * for: 微信小程序富文本解析 * detail : http://weappdev.com/t/wxparse-alpha0-1-html-markdown/184 */.wxParse {  margin: 0 5px;  font-family: Helvetica,sans-serif;  font-size: 28rpx;  color: #666;  line-height: 1.8;}.wxParse-view {  word-break: break-all;  overflow: auto;}.wxParse-inline {  display: inline;  margin: 0;  padding: 0;}/*//标题 */.wxParse-div {  margin: 0;  padding: 0;}.wxParse-h1 {  font-size: 2em;  margin: .67em 0;}.wxParse-h2 {  font-size: 1.5em;  margin: .75em 0;}.wxParse-h3 {  font-size: 1.17em;  margin: .83em 0;}.wxParse-h4 {  margin: 1.12em 0;}.wxParse-h5 {  font-size: .83em;  margin: 1.5em 0;}.wxParse-h6 {  font-size: .75em;  margin: 1.67em 0;}.wxParse-h1 {  font-size: 18px;  font-weight: 400;  margin-bottom: .9em;}.wxParse-h2 {  font-size: 16px;  font-weight: 400;  margin-bottom: .34em;}.wxParse-h3 {  font-weight: 400;  font-size: 15px;  margin-bottom: .34em;}.wxParse-h4 {  font-weight: 400;  font-size: 14px;  margin-bottom: .24em;}.wxParse-h5 {  font-weight: 400;  font-size: 13px;  margin-bottom: .14em;}.wxParse-h6 {  font-weight: 400;  font-size: 12px;  margin-bottom: .04em;}.wxParse-h1, .wxParse-h2, .wxParse-h3, .wxParse-h4, .wxParse-h5, .wxParse-h6, .wxParse-b, .wxParse-strong {  font-weight: bolder;}.wxParse-i, .wxParse-cite, .wxParse-em, .wxParse-var, .wxParse-address {  font-style: italic;}.wxParse-pre, .wxParse-tt, .wxParse-code, .wxParse-kbd, .wxParse-samp {  font-family: monospace;}.wxParse-pre {  white-space: pre;}.wxParse-big {  font-size: 1.17em;}.wxParse-small, .wxParse-sub, .wxParse-sup {  font-size: .83em;}.wxParse-sub {  vertical-align: sub;}.wxParse-sup {  vertical-align: super;}.wxParse-s, .wxParse-strike, .wxParse-del {  text-decoration: line-through;}/*wxparse-自定义个性化的css样式*//*增加video的css样式*/.wxParse-strong, .wxParse-s {  display: inline;}.wxParse-a {  color: deepskyblue;  word-break: break-all;  overflow: auto;}.wxParse-video {  text-align: center;  margin: 10px 0;}.wxParse-video-video {  width: 100%;}.wxParse-img {  /*background-color: #efefef;*/  overflow: hidden;}.wxParse-blockquote {  margin: 0;  padding: 10px 0 10px 5px;  font-family: Courier, Calibri,"宋体";  background: #f5f5f5;  border-left: 3px solid #dbdbdb;}.wxParse-code, .wxParse-wxxxcode-style {  display: inline;  background: #f5f5f5;}.wxParse-ul {  margin: 20rpx 10rpx;}.wxParse-li, .wxParse-li-inner {  display: flex;  align-items: baseline;  margin: 10rpx 0;}.wxParse-li-text {  align-items: center;  line-height: 20px;}.wxParse-li-circle {  display: inline-flex;  width: 5px;  height: 5px;  background-color: #333;  margin-right: 5px;}.wxParse-li-square {  display: inline-flex;  width: 10rpx;  height: 10rpx;  background-color: #333;  margin-right: 5px;}.wxParse-li-ring {  display: inline-flex;  width: 10rpx;  height: 10rpx;  border: 2rpx solid #333;  border-radius: 50%;  background-color: #fff;  margin-right: 5px;}/*.wxParse-table{    width: 100%;    height: 400px;}.wxParse-thead,.wxParse-tfoot,.wxParse-tr{    display: flex;    flex-direction: row;}.wxParse-th,.wxParse-td{    display: flex;    width: 580px;    overflow: auto;}*/.wxParse-u {  text-decoration: underline;}.wxParse-hide {  display: none;}.WxEmojiView {  align-items: center;}.wxEmoji {  width: 16px;  height: 16px;}.wxParse-tr {  display: flex;  border-right: 1px solid #e0e0e0;  border-bottom: 1px solid #e0e0e0;  border-top: 1px solid #e0e0e0;}.wxParse-th,.wxParse-td {  flex: 1;  padding: 5px;  font-size: 28rpx;  border-left: 1px solid #e0e0e0;  word-break: break-all;}.wxParse-td:last {  border-top: 1px solid #e0e0e0;}.wxParse-th {  background: #f0f0f0;  border-top: 1px solid #e0e0e0;}.wxParse-del {  display: inline;}.wxParse-figure {  overflow: hidden;}.plv-mp-bulletin-wrap {  position: absolute;  top: 0;  left: 0;  right: 0;  bottom: 0;  z-index: 9999;  background: #fff;  border-top-left-radius: 32rpx;  border-top-right-radius: 32rpx;  display: none;  flex-direction: column;}.plv-mp-bulletin-wrap__show {  display: flex;}.plv-mp-bulletin-top {  height: 96rpx;  border-bottom: 1px solid #D8D8D8;  display: flex;  justify-content: space-between;  align-items: center;  padding-left: 48rpx;  padding-right: 32rpx;}.plv-mp-bulletin-top > .plv-mp-bulletin-title {  color: #5C5C5C;  font-size: 28rpx;}.plv-mp-bulletin-top > .plv-bulletion-top__img {  width: 34rpx;  height: 34rpx;}.plv-mp-bulletin-content {  margin-top: 32rpx;  flex: 1;  padding: 0 48rpx;  overflow: scroll;  -webkit-overflow-scrolling: touch;  color: #2C2C2C;  font-size: 34rpx;  font-weight: 500;}.wxParse-a {  color: #2297F4;}.plv-mp-bulletin-bottom {  padding: 42rpx 48rpx 80rpx;}.plv-mp-bulletin-know-btn {  height: 92rpx;  line-height: 92rpx;  background: #2196F3;  border-radius: 20rpx;  color: #fff;  font-size: 32rpx;}
 |