Team.cshtml 330 B

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