gpt4 book ai didi

html - Windows 8 Metro 应用程序中的弹出控件?

转载 作者:太空狗 更新时间:2023-10-29 15:01:52 26 4
gpt4 key购买 nike

我有一个 Metro 应用程序,我正在尝试为我的应用程序设计登录屏幕。这里我想设计我的登录屏幕,就像 Microsoft 登录屏幕一样。我在 XAML 中找到了 Popup 控件,但在 html 中找不到5.metro 应用程序中是否存在任何特殊控件。我想将我的登录页面设计成这样。

enter image description here谢谢。

<body style="background-color:#1d3665;">
<div class="loginPage fragment">
<header aria-label="Header content" role="banner">
<button class="win-backbutton" aria-label="Back" disabled></button>
<h1 class="titlearea win-type-ellipsis">
<span class="pagetitle">Welcome to loginPage</span>
</h1>
</header>
<section aria-label="Main content" role="main">
<table style="position: absolute;background-color:skyblue;">
<tr>
<td><input type="text"><br/></td>
</tr>
<tr>
<td>
<input type="password"/>
</td>
</tr>
</table>
</section>
</div>

最佳答案

使用 WinJS.UI.Flyout 控件。它可用于确认对话框、登录、弹出窗口等。此外,您还可以设置显示的位置。

You can read the documentation here. Here you have the Guidelines and checklist. And one example.

关于html - Windows 8 Metro 应用程序中的弹出控件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12779169/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com