Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mui
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
mui
Commits
13156b37
Commit
13156b37
authored
Jan 28, 2015
by
hbcui1984
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mui标题栏默认设置为45px
parent
a2642dfd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
javascript/index.html
javascript/index.html
+5
-5
No files found.
javascript/index.html
View file @
13156b37
...
@@ -11,8 +11,8 @@
...
@@ -11,8 +11,8 @@
<meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black"
>
<meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black"
>
<link
rel=
"stylesheet"
href=
"http://dcloudio.github.io/mui/dist/css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"http://dcloudio.github.io/mui/dist/css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"http://dcloudio.github.io/mui/dist/css/mui.min.css?v=2015-01-2
7 21:13:32
+0800"
>
<link
rel=
"stylesheet"
href=
"http://dcloudio.github.io/mui/dist/css/mui.min.css?v=2015-01-2
8 15:09:07
+0800"
>
<link
rel=
"stylesheet"
href=
"http://dcloudio.github.io/mui/assets/css/docs.css?v=2015-01-2
7 21:13:32
+0800"
>
<link
rel=
"stylesheet"
href=
"http://dcloudio.github.io/mui/assets/css/docs.css?v=2015-01-2
8 15:09:07
+0800"
>
<link
rel=
"apple-touch-icon-precomposed"
sizes=
"114x114"
href=
"http://dcloudio.github.io/mui/assets/img/apple-touch-icon-114x114.png"
>
<link
rel=
"apple-touch-icon-precomposed"
sizes=
"114x114"
href=
"http://dcloudio.github.io/mui/assets/img/apple-touch-icon-114x114.png"
>
...
@@ -200,7 +200,7 @@ mui的解决思路是:将需要滚动的区域通过单独的webview实现,
...
@@ -200,7 +200,7 @@ mui的解决思路是:将需要滚动的区域通过单独的webview实现,
<span
class=
"nx"
>
url
</span><span
class=
"o"
>
:
</span><span
class=
"s1"
>
'
list.html
'
</span><span
class=
"p"
>
,
</span>
<span
class=
"nx"
>
url
</span><span
class=
"o"
>
:
</span><span
class=
"s1"
>
'
list.html
'
</span><span
class=
"p"
>
,
</span>
<span
class=
"nx"
>
id
</span><span
class=
"o"
>
:
</span><span
class=
"s1"
>
'
list.html
'
</span><span
class=
"p"
>
,
</span>
<span
class=
"nx"
>
id
</span><span
class=
"o"
>
:
</span><span
class=
"s1"
>
'
list.html
'
</span><span
class=
"p"
>
,
</span>
<span
class=
"nx"
>
styles
</span><span
class=
"o"
>
:
</span><span
class=
"p"
>
{
</span>
<span
class=
"nx"
>
styles
</span><span
class=
"o"
>
:
</span><span
class=
"p"
>
{
</span>
<span
class=
"nx"
>
top
</span><span
class=
"o"
>
:
</span><span
class=
"s1"
>
'
4
8px
'
</span><span
class=
"p"
>
,
</span><span
class=
"c1"
>
//mui标题栏默认高度为48
px;
</span>
<span
class=
"nx"
>
top
</span><span
class=
"o"
>
:
</span><span
class=
"s1"
>
'
4
5px
'
</span><span
class=
"p"
>
,
</span><span
class=
"c1"
>
//mui标题栏默认高度为45
px;
</span>
<span
class=
"nx"
>
bottom
</span><span
class=
"o"
>
:
</span><span
class=
"s1"
>
'
0px
'
</span><span
class=
"c1"
>
//默认为0px,可不定义;
</span>
<span
class=
"nx"
>
bottom
</span><span
class=
"o"
>
:
</span><span
class=
"s1"
>
'
0px
'
</span><span
class=
"c1"
>
//默认为0px,可不定义;
</span>
<span
class=
"p"
>
}
</span>
<span
class=
"p"
>
}
</span>
<span
class=
"p"
>
}]
</span>
<span
class=
"p"
>
}]
</span>
...
@@ -1085,8 +1085,8 @@ mui的解决思路是:单webview只承载单个页面的dom,减少dom层级
...
@@ -1085,8 +1085,8 @@ mui的解决思路是:单webview只承载单个页面的dom,减少dom层级
</div>
</div>
<script
src=
"http://dcloudio.github.io/mui/dist/js/jquery-2.1.1.js"
></script>
<script
src=
"http://dcloudio.github.io/mui/dist/js/jquery-2.1.1.js"
></script>
<script
src=
"http://dcloudio.github.io/mui/dist/js/bootstrap.min.js"
></script>
<script
src=
"http://dcloudio.github.io/mui/dist/js/bootstrap.min.js"
></script>
<script
src=
"http://dcloudio.github.io/mui/dist/js/mui.min.js?v=2015-01-2
7 21:13:32
+0800"
></script>
<script
src=
"http://dcloudio.github.io/mui/dist/js/mui.min.js?v=2015-01-2
8 15:09:07
+0800"
></script>
<script
src=
"http://dcloudio.github.io/mui/assets/js/docs.min.js?v=2015-01-2
7 21:13:32
+0800"
></script>
<script
src=
"http://dcloudio.github.io/mui/assets/js/docs.min.js?v=2015-01-2
8 15:09:07
+0800"
></script>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
var
_bdhmProtocol
=
((
"
https:
"
==
document
.
location
.
protocol
)
?
"
https://
"
:
"
http://
"
);
var
_bdhmProtocol
=
((
"
https:
"
==
document
.
location
.
protocol
)
?
"
https://
"
:
"
http://
"
);
document
.
write
(
unescape
(
"
%3Cscript src='
"
+
_bdhmProtocol
+
"
hm.baidu.com/h.js%3Ffff299fda9ff2d5ac97d9e621f738e52' type='text/javascript'%3E%3C/script%3E
"
));
document
.
write
(
unescape
(
"
%3Cscript src='
"
+
_bdhmProtocol
+
"
hm.baidu.com/h.js%3Ffff299fda9ff2d5ac97d9e621f738e52' type='text/javascript'%3E%3C/script%3E
"
));
...
...
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