Skip to content

Commit

Permalink
Update index.wxss
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzze authored May 26, 2020
1 parent deec830 commit cff5b69
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions wxParser/index.wxss
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
*/

.wxParser-div,
.wxParser-p,
{
.wxParser-p {
word-break: break-all;
overflow: auto;
max-width: 100%;
Expand Down Expand Up @@ -90,13 +89,13 @@
}

.wxParser-big {
font-size: 1.17em
font-size: 1.17em;
}

.wxParser-small,
.wxParser-sub,
.wxParser-sup {
font-size: .83em
font-size: .83em;
}

.wxParser-sub {
Expand Down Expand Up @@ -270,4 +269,4 @@
font-size: 30rpx;
line-height: 40rpx;
overflow-x: auto;
}
}

0 comments on commit cff5b69

Please sign in to comment.