diff --git a/static/src/css/global.css b/static/src/css/global.css index 9291127..478683c 100644 --- a/static/src/css/global.css +++ b/static/src/css/global.css @@ -89,4 +89,11 @@ pre, code { #user-data-text{ display: block; -} \ No newline at end of file +} + +#browser-unsupported{ + padding: 15px 0; + background: #FBE3E4; + color: #8A1F11; + text-align: center; +} diff --git a/static/src/img/chrome.png b/static/src/img/chrome.png deleted file mode 100644 index 06a52bc..0000000 Binary files a/static/src/img/chrome.png and /dev/null differ diff --git a/static/src/img/firefox.png b/static/src/img/firefox.png deleted file mode 100644 index 2521bcb..0000000 Binary files a/static/src/img/firefox.png and /dev/null differ diff --git a/static/src/img/ie.png b/static/src/img/ie.png deleted file mode 100644 index 1375a29..0000000 Binary files a/static/src/img/ie.png and /dev/null differ diff --git a/static/src/img/unsupported_browser.html b/static/src/img/unsupported_browser.html deleted file mode 100644 index 6d4fd6c..0000000 --- a/static/src/img/unsupported_browser.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - - 不支持的浏览器 - - - -很抱歉,我们无法完全兼容低版本的 IE 浏览器,您可以 - -
- 使用Chrome -
-
- -
- 使用FireFox -
-
- - -
- 升级IE -
-
- - - - \ No newline at end of file diff --git a/template/src/admin/admin.html b/template/src/admin/admin.html index 1408316..af1b6b8 100644 --- a/template/src/admin/admin.html +++ b/template/src/admin/admin.html @@ -18,6 +18,16 @@ + + +