diff --git a/dist/article/article.css b/dist/article/article.css new file mode 100644 index 0000000..06faa55 --- /dev/null +++ b/dist/article/article.css @@ -0,0 +1,36 @@ +html, body { + font-family: "Segoe UI Regular", "Source Han Sans SC Regular", "Microsoft YaHei", sans-serif; + margin: 16px 48px; + overflow-x: hidden; +} + +a { + color: #0078d4; + text-decoration: none; +} +a:hover, a:active { + color: #004578; + text-decoration: underline; +} + +#main > p.title { + font-size: 1.25rem; + line-height: 1.75rem; + font-weight: 600; +} + +article { + line-height: 1.6; +} +article img { + max-width: 100%; + height: auto; +} +article figure { + margin: 16px 0; + text-align: center; +} +article figure figcaption { + font-size: .875rem; + color: #484644; +} \ No newline at end of file diff --git a/dist/article/article.html b/dist/article/article.html new file mode 100644 index 0000000..8314b32 --- /dev/null +++ b/dist/article/article.html @@ -0,0 +1,14 @@ + + +
+ + +{this.props.item.title}
+ + >))) + + render = () => ( +