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
b208e3a9
Commit
b208e3a9
authored
Nov 30, 2014
by
hbcui1984
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决首页侧滑遮罩zindex值过高的问题;
parent
b5896748
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
11 deletions
+9
-11
examples/hello-mui/examples/media-list.html
examples/hello-mui/examples/media-list.html
+1
-1
examples/hello-mui/index-menu.html
examples/hello-mui/index-menu.html
+2
-2
examples/hello-mui/index.html
examples/hello-mui/index.html
+1
-1
examples/hello-mui/list.html
examples/hello-mui/list.html
+5
-7
No files found.
examples/hello-mui/examples/media-list.html
View file @
b208e3a9
...
@@ -136,7 +136,7 @@
...
@@ -136,7 +136,7 @@
</li>
</li>
</ul>
</ul>
<div
class=
"title"
>
<div
class=
"title"
>
card(
卡片模式
)
card(
圆角列表
)
</div>
</div>
<div
class=
"mui-card"
style=
"margin-bottom: 35px;"
>
<div
class=
"mui-card"
style=
"margin-bottom: 35px;"
>
<ul
class=
"mui-table-view"
>
<ul
class=
"mui-table-view"
>
...
...
examples/hello-mui/index-menu.html
View file @
b208e3a9
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
<div
class=
"title"
>
侧滑导航
</div>
<div
class=
"title"
>
侧滑导航
</div>
<div
class=
"content"
>
<div
class=
"content"
>
这是首页侧滑导航示例,你可以在这里放置任何内容;关闭侧滑菜单有多种方式:
这是首页侧滑导航示例,你可以在这里放置任何内容;关闭侧滑菜单有多种方式:
1.在手机屏幕任意位置快速向左滑动(swipe);2.点击
右侧主页面
任意位置;
1.在手机屏幕任意位置快速向左滑动(swipe);2.点击
本侧滑菜单页之外的
任意位置;
3.点击如下红色按钮
<span
id=
"android-only"
>
;4.Android手机按back键;5.Android手机按menu键
3.点击如下红色按钮
<span
id=
"android-only"
>
;4.Android手机按back键;5.Android手机按menu键
</span>
。
</span>
。
<p
style=
"margin: 10px 15px;"
>
<p
style=
"margin: 10px 15px;"
>
...
@@ -60,7 +60,7 @@
...
@@ -60,7 +60,7 @@
</a>
</a>
</li>
</li>
<li
class=
"mui-table-view-cell"
>
<li
class=
"mui-table-view-cell"
>
<a
class=
"mui-navigate-right"
href=
"examples/
tableview-image-lef
t.html"
>
<a
class=
"mui-navigate-right"
href=
"examples/
media-lis
t.html"
>
图文列表(media list)
图文列表(media list)
</a>
</a>
</li>
</li>
...
...
examples/hello-mui/index.html
View file @
b208e3a9
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
opacity
:
0.1
opacity
:
0.1
}
}
});
});
},
5
00
);
},
2
00
);
});
});
...
...
examples/hello-mui/list.html
View file @
b208e3a9
...
@@ -186,12 +186,6 @@
...
@@ -186,12 +186,6 @@
滑动触发列表项菜单
滑动触发列表项菜单
</a>
</a>
</li>
</li>
<!--<li class="mui-table-view-cell">
<a class="mui-navigate-right" href="examples/cards.html">
Carded table views
</a>
</li>-->
</ul>
</ul>
</li>
</li>
<li
class=
"mui-table-view-cell"
>
<li
class=
"mui-table-view-cell"
>
...
@@ -498,7 +492,11 @@
...
@@ -498,7 +492,11 @@
//关闭splash页面;
//关闭splash页面;
plus
.
navigator
.
closeSplashscreen
();
plus
.
navigator
.
closeSplashscreen
();
//初始化模板
//初始化模板
//延迟加载的原因:等待index页面先创建menu和mask,这样就可以保证页面的zindex顺序;
setTimeout
(
function
()
{
initTemplates
();
//预加载所有模板
initTemplates
();
//预加载所有模板
},
300
);
});
});
//主列表点击事件
//主列表点击事件
...
...
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