From 6aa43f8c745eac6ca112cb5c36d5fbed3429cc81 Mon Sep 17 00:00:00 2001 From: kekee000 Date: Mon, 18 Jan 2016 17:00:25 +0800 Subject: [PATCH] add baidu fankui --- css/common/common.less | 6 ++++++ css/main.css | 3 +++ module.conf | 6 ++++++ 3 files changed, 15 insertions(+) diff --git a/css/common/common.less b/css/common/common.less index b62dda8..bb8bf88 100644 --- a/css/common/common.less +++ b/css/common/common.less @@ -293,3 +293,9 @@ body, html { } } + + +// 百度统计反馈样式 +html .hm-t-feedback-trigger { + bottom: 90px!important; +} diff --git a/css/main.css b/css/main.css index 22e9bdd..183f345 100644 --- a/css/main.css +++ b/css/main.css @@ -541,6 +541,9 @@ html { border-radius: 0; background: #4A90E2; } +html .hm-t-feedback-trigger { + bottom: 80px!important; +} @font-face { font-family: 'fonteditor'; src: url('../font/fonteditor.ttf') format('truetype'); diff --git a/module.conf b/module.conf index 049a472..75a3d47 100644 --- a/module.conf +++ b/module.conf @@ -1,5 +1,11 @@ { "baseUrl": "src", + "paths": { + "ClipperLib": "http://ClipperLib", + "inflate": "http://inflate", + "utpl": "http://utpl", + "JSZip": "http://JSZip" + }, "packages": [ { "name": "fonteditor-core",