From 170cf67c94c2ac42d306e342b979cb9b290c0d6c Mon Sep 17 00:00:00 2001 From: fen Date: Sun, 3 Nov 2013 21:02:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=A2=84=E8=A7=88=E7=9A=84?= =?UTF-8?q?=20more=20=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/css/style.css | 9 +++++++++ admin/scss/components/_editor.scss | 12 ++++++++++++ 2 files changed, 21 insertions(+) diff --git a/admin/css/style.css b/admin/css/style.css index 86cb2c10..f7546146 100644 --- a/admin/css/style.css +++ b/admin/css/style.css @@ -1147,6 +1147,15 @@ a.operate-reply { width: 100px; border: 1px solid #E9E9E6; border-width: 2px 0 0 0; } + #wmd-preview .summary:after { + display: block; + margin: 2em 0; + border: 1px dashed #D9D9D6; + border-width: 1px 0; + color: #999; + font-size: .85714em; + text-align: center; + content: "- more -"; } /* 编辑器全屏 */ .fullscreen #wmd-button-bar, .fullscreen #text, .fullscreen #wmd-preview, .fullscreen .submit { diff --git a/admin/scss/components/_editor.scss b/admin/scss/components/_editor.scss index 425c4113..26d57828 100644 --- a/admin/scss/components/_editor.scss +++ b/admin/scss/components/_editor.scss @@ -90,6 +90,18 @@ border: 1px solid #E9E9E6; border-width: 2px 0 0 0; } + .summary { + &:after { + display: block; + margin: 2em 0; + border: 1px dashed #D9D9D6; + border-width: 1px 0; + color: #999; + font-size: .85714em; + text-align: center; + content: "- more -"; + } + } } /* 编辑器全屏 */