-
- @{
- Layout = "~/Views/Shared/Layout/_Layout.Play.cshtml";
- ViewBag.PageId = "team";
- ViewBag.Title = "我的团队";
- }
- <div style="width: 100%; height: 700px; display: flex; justify-content: center; align-items: center;">
- <h1>我的团队<small style="color: #aaa">等待开发...</small></h1>
- </div>
|