| 12345678 |
- export default {
- p: 'line-height:1.76;font-size:30rpx;margin-bottom:37rpx;color:#111111;text-align:justify;',
- div: 'line-height:1.76;font-size:30rpx;margin-bottom:37rpx;color:#111111;text-align:justify;',
- img: 'display:block;max-width:100%;height:auto;margin-bottom:30rpx;',
- h2:'margin-bottom:30rpx;font-size:32rpx;line-height:1.7;',
- h1:'margin-bottom:30rpx;font-size:36rpx;line-height:1.7;',
- h3:'margin-bottom:30rpx;font-size:30rpx;line-height:1.7;',
- } as Record<string, string>;
|