@using WeOnlineApp.Configuration @{ Layout = "~/Views/Shared/Layout/_Layout.Play.cshtml"; ViewBag.PageId = "start"; ViewBag.Title = "演练课程"; } @Html.Partial("~/Views/Play/_BoxBaseStyle.cshtml")