OtherLogin.cshtml 803 Bytes
@{
    Layout = null;
}
<!DOCTYPE html>
<html>
<head>
    <meta charset='utf-8'>
    <title>登入首页</title>
    <style type='text/css'>
        body {
            margin: 8% auto 0;
            max-width: 600px;
            min-height: 200px;
            padding: 10px;
            font-family: 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
            font-size: 14px;
            padding-right: 200px;
            position: relative;
        }

        p {
            color: #555;
            margin: 15px 0px;
        }
    </style>
</head>
<body>
    <div style="margin-top:20px">
        <h2 style="">第3方登入首页(DIMS)</h2>
    </div>
    <p style="color:red">@ViewBag.msgInfo</p>
<script>
    @Html.Raw(ViewBag.js)
</script>
</body>
</html>