From eb3088a3f0410cfed7d6ecd18335009aed410d9f Mon Sep 17 00:00:00 2001 From: ckcz123 Date: Tue, 13 Mar 2018 13:14:45 +0800 Subject: [PATCH] css --- _server/css/editor_mode.css | 4 +++- editor.html | 8 ++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/_server/css/editor_mode.css b/_server/css/editor_mode.css index 1eccc702..698d4a4d 100644 --- a/_server/css/editor_mode.css +++ b/_server/css/editor_mode.css @@ -20,8 +20,10 @@ } #appendPicSelection span { + position: absolute; font-size:11px; - -webkit-text-stroke: 1px black; + -webkit-text-stroke: 1px red; + text-shadow: black 1px 0, black 0 1px, black -1px 0, black 0 -1px; } #left6 { diff --git a/editor.html b/editor.html index 6380e8b1..ff4a1793 100644 --- a/editor.html +++ b/editor.html @@ -48,10 +48,10 @@
-
1
-
  2
-
    3
-
      4
+
1
+
2
+
3
+
4