Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kityminder-core
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
吴志俊
kityminder-core
Commits
a05b4c37
Commit
a05b4c37
authored
Jul 08, 2014
by
techird
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix style issue
parent
60274548
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
69 deletions
+20
-69
index.html
index.html
+7
-0
mobile.html
mobile.html
+0
-61
kityminder.css
themes/default/css/kityminder.css
+13
-8
No files found.
index.html
View file @
a05b4c37
...
...
@@ -5,6 +5,7 @@
<meta
name=
"title"
content=
"百度脑图(KityMinder)"
>
<meta
name=
"keyword"
content=
"kityminder,脑图,思维导图,kity,svg,minder,百度,fex,前端,在线"
>
<meta
name=
"description"
content=
"百度脑图,便捷的脑图编辑工具。让您在线上直接创建、保存并分享你的思路。"
>
<meta
name=
"viewport"
content=
"width=device-width, height=content-height, initial-scale=1, user-scalable=no"
>
<script
src=
"lib/jquery-2.1.0.min.js"
charset=
"utf-8"
></script>
<script
src=
"lib/ZeroClipboard.min.js"
charset=
"utf-8"
></script>
...
...
@@ -34,6 +35,7 @@
</head>
<body>
<div
id=
"content-wrapper"
>
<div
id=
"panel"
></div>
<div
id=
"kityminder"
onselectstart=
"return false"
></div>
...
...
@@ -94,6 +96,7 @@
target=
"_blank"
>
Contact Us
</a>
</div>
</div>
</body>
<!--脑图启动代码-->
...
...
@@ -124,6 +127,10 @@
km
.
on
(
'unknownprotocal'
,
function
(
ev
)
{
alert
(
'不支持的文件格式!'
);
});
document
.
body
.
ontouchmove
=
function
(
e
)
{
//e.preventDefault();
}
</script>
<!--社会分享代码-->
...
...
mobile.html
deleted
100644 → 0
View file @
60274548
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, user-scalable=no"
>
<script
src=
"lib/jquery-2.1.0.min.js"
charset=
"utf-8"
></script>
<script
src=
"kity/dist/kitygraph.all.js"
charset=
"utf-8"
></script>
<script
src=
"import.js"
charset=
"utf-8"
></script>
<script
src=
"kityminder.config.js"
charset=
"utf-8"
></script>
<script
src=
"lang/zh-cn/zh-cn.js"
charset=
"utf-8"
></script>
<script
src=
"lib/zip.js"
charset=
"utf-8"
></script>
<script>
zip
.
inflateJSPath
=
'lib/inflate.js'
;
</script>
<script
src=
"lib/jquery.xml2json.js"
charset=
"utf-8"
></script>
<script
src=
"lib/baidu-frontia-js-full-1.0.0.js"
charset=
"utf-8"
></script>
<script
src=
"social/social.js"
charset=
"utf-8"
></script>
<link
href=
"social/social.css"
rel=
"stylesheet"
>
<link
href=
"themes/default/css/import.css"
type=
"text/css"
rel=
"stylesheet"
/>
<link
href=
"favicon.ico"
type=
"image/x-icon"
rel=
"shortcut icon"
>
<link
href=
"favicon.ico"
type=
"image/x-icon"
rel=
"apple-touch-icon-precomposed"
>
<style>
.kmui-toolbar
,
#social
button
#save-btn
,
#draft-btn
,
.user-file-menu
li
:first-child
{
display
:
none
;
}
</style>
</head>
<body>
<div
id=
"kityminder"
onselectstart=
"return false"
></div>
<div
id=
"share-dialog"
>
<h3>
URL分享:
</h3>
<p>
<input
id=
"share-url"
type=
"url"
value=
"http://naotu.baidu.com/?shareId=kcev3dd"
/>
<button
id=
"copy-share-url"
data-clipboard-target=
"share-url"
type=
"button"
>
复制
</button>
</p>
<h3>
社交分享:
</h3>
<p
id=
"share-platform"
class=
"bdsharebuttonbox"
>
<a
href=
"#"
class=
"bds_tsina"
data-cmd=
"tsina"
title=
"分享到新浪微博"
></a>
<a
href=
"#"
class=
"bds_qzone"
data-cmd=
"qzone"
title=
"分享到QQ空间"
></a>
<a
href=
"#"
class=
"bds_tqq"
data-cmd=
"tqq"
title=
"分享到腾讯微博"
></a>
<a
href=
"#"
class=
"bds_renren"
data-cmd=
"renren"
title=
"分享到人人网"
></a>
<a
href=
"#"
class=
"bds_weixin"
data-cmd=
"weixin"
title=
"分享到微信"
></a>
</p>
</div>
<script>
window
.
_bd_share_config
=
{
"common"
:{
"bdSnsKey"
:{},
"bdMini"
:
"2"
,
"bdMiniList"
:[],
"bdPic"
:
""
,
"bdStyle"
:
"1"
,
"bdSize"
:
"32"
},
"share"
:{}};
with
(
document
)
0
[(
getElementsByTagName
(
'head'
)[
0
]
||
body
).
appendChild
(
createElement
(
'script'
)).
src
=
'http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion='
+~
(
-
new
Date
()
/
36
e5
)];
</script>
</body>
<script>
// create km instance
window
.
km
=
KM
.
getKityMinder
(
'kityminder'
);
//km.setDisabled();
km
.
execCommand
(
'hand'
);
</script>
</html>
\ No newline at end of file
themes/default/css/kityminder.css
View file @
a05b4c37
...
...
@@ -2,13 +2,21 @@
html
,
body
,
div
{
margin
:
0
;
padding
:
0
;
/* background: #FFFFFF; */
margin-top
:
0
!important
;
}
html
,
body
,
#kityminder
,
div
.kmui-editor-body
{
overflow
:
hidden
;
/* overflow: hidden; */
-moz-user-select
:
none
;
width
:
100%
;
}
#content-wrapper
{
overflow
:
hidden
;
position
:
fixed
;
top
:
0
;
left
:
0
;
right
:
0
;
bottom
:
0
;
}
#title
,
#panel
{
background
:
hsl
(
224
,
16%
,
27%
);
font-family
:
'Hiragino Sans GB'
,
'Arial'
,
'Microsoft Yahei'
;
...
...
@@ -61,7 +69,6 @@ html, body, #kityminder, div.kmui-editor-body {
#menu
{
float
:
left
;
flo
}
#panel
button
:hover
,
#panel
button
.active
{
...
...
@@ -258,7 +265,7 @@ svg, body {
font-family
:
Arial
,
"Microsoft Yahei"
,
"Heiti SC"
,
sans-serif
;
}
#about
{
position
:
absolute
;
position
:
absolute
;
bottom
:
0
;
right
:
0
;
height
:
40px
;
...
...
@@ -266,14 +273,12 @@ svg, body {
background
:
#5d697a
;
color
:
#eee
;
font-family
:
Arial
;
font-size
:
13px
;
font-size
:
13px
;
font-weight
:
normal
;
margin
:
0
;
text-align
:
right
;
padding
:
0
15px
0
60px
;
border-bottom
:
5px
solid
#393F4F
;
-webkit-font-smoothing
:
antialiased
;
position
:
absolute
;
transition
:
all
ease
.3s
0.3s
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment