From 51e87aeccaa26601024388e4270ce27cd0d6720e Mon Sep 17 00:00:00 2001 From: jennyliang220 Date: Mon, 18 Dec 2017 20:53:05 +0800 Subject: [PATCH 1/2] =?UTF-8?q?docs:=20=E4=BF=AE=E6=94=B9=E7=A4=BA?= =?UTF-8?q?=E4=BE=8B=EF=BC=8C=E7=BB=84=E4=BB=B6=E5=BC=95=E7=94=A8=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E6=94=B9=E4=B8=BAc.mipcdn.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sample.html | 114 +++++++++++++++++++++++++++++----------------------- 1 file changed, 64 insertions(+), 50 deletions(-) diff --git a/sample.html b/sample.html index e5ce966..a22d05c 100644 --- a/sample.html +++ b/sample.html @@ -1,57 +1,71 @@ - - - - - MIP DEMO - - - - + + + + + +

增加样式

+

MIP页支持修改css样式

+
+ + +

mip 跳转链接

+ 跳转到MIP新手指南 (MIP) + + 跳转到GitHub (非MIP) +
- -

这是一个段落,纯文本形式

-
- -
-
- -

带图片标题的类型

+ +

<mip-img> 图片组件

+ -
-

这是另一个段落,纯文本形式

-
-

自定义的文字居中

-
-
-

- 自定义的红色字体 -

-
-
-

- 自定义的加粗字体 -

-
-
- - -
-
- -
- - - +
+ + +

<mip-share> 分享组件

+ +
+ + +

<mip-stats-baidu> 百度统计组件,代码可见

+ + + + + + + + \ No newline at end of file From 702545e026d7cb45484969d9185115f28a9413c8 Mon Sep 17 00:00:00 2001 From: jennyliang220 Date: Mon, 18 Dec 2017 21:18:32 +0800 Subject: [PATCH 2/2] =?UTF-8?q?docs:=20=E7=BB=9F=E4=B8=80css=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sample.html | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/sample.html b/sample.html index a22d05c..550a027 100644 --- a/sample.html +++ b/sample.html @@ -12,14 +12,8 @@ body{ margin:10px;} .red-text { color: red;} .middle-text { text-align: center; font-size: 20px} - hr { - margin: 20px 0; - } - a { - border: 1px solid #ddd; - padding: 10px; - display: block; - } + hr { margin: 20px 0;} + a { border: 1px solid #ddd; padding: 10px; display: block;}