Medal.cshtml 340 B

12345678910
  1. 
  2. @{
  3. Layout = "~/Views/Shared/Layout/_Layout.Play.cshtml";
  4. ViewBag.PageId = "medal";
  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>