username@email.com
2024-04-02 7fdf7d7bd39cd0381c3969ad6302be0e693cad2d
CoreCms.Net.Web.Admin/wwwroot/views/user/login.html
@@ -4,8 +4,11 @@
</script>
<div class=container-fluid>
    <div class="row min-vh-100 align-items-stretch">
        <div class="col-lg-7 d-none d-md-flex justify-content-center align-items-center gradient-brand-color vh-100">
            <figure class="figure pattern-svg">
        <!-- gradient-brand-color -->
        <div class="col-lg-7 d-none d-md-flex justify-content-center align-items-center  vh-100" style="padding: 0;">
            <img src='/static/images/common/login.png' style="width: 100%; height: 100vh;">
            <!-- <figure class="figure pattern-svg">
                <svg xmlns=http://www.w3.org/2000/svg xmlns:xlink=http://www.w3.org/1999/xlink width=690px height=519px>
                    <path fill-rule=evenodd opacity=0.412 fill="rgb(255, 255, 255)" d="M0.010,293.142 L7.857,289.009 L11.990,296.857 L4.142,300.989 L0.010,293.142 Z" />
                    <path fill-rule=evenodd opacity=0.6 fill="rgb(255, 255, 255)" d="M680.839,148.992 L689.997,154.833 L684.156,163.991 L674.998,158.149 L680.839,148.992 Z" />
@@ -19,16 +22,16 @@
                <div class="swiper-container pt-5 pb-5">
                    <div class="swiper-wrapper text-center">
                        <div class="swiper-slide testimony__slide">
                            <p class=mb-5><strong class="super-lead color--white">“是否有核心,由你来确定。”</strong>
                            <p class=mb-5><strong class="super-lead color--white">“百分,从这里开始”</strong>
                        </div>
                    </div>
                </div>
            </div>
            </div> -->
        </div>
        <div class="col-lg-5 d-flex align-items-md-baseline py-5 background--light vh-md-100 overflow-auto">
            <div class="w-75 mt-3 mt-md-5 mx-auto overflow-hidden px-md-5 px-lg-3">
                <header class="mb-5">
                    <img src='/static/images/common/logo.png' style="height: 80px;">
                    <img src='/static/images/common/logo.png' style="height: 80px;width:100%; object-fit: contain;">
                </header>
                <main class="main">
                    <div class="form-validate layui-form">
@@ -50,7 +53,7 @@
                    </div>
                </main>
                <footer class=mt-5>
                    <small>©2020 - <a href="http://www.coreshop.cn/" target="_blank">CoreShop.Cn</a> All rights reserved. <br><span>推荐使用 <a href="//www.microsoft.com/zh-cn/edge" target=_blank>新版 Microsoft Edge 浏览器</a> 访问本系统</span></small>
                    <small>©2024 - <a href="http://www.cyin.cn/" target="_blank">www.cyin.cn</a> All rights reserved. <br><span>推荐使用 <a href="//www.microsoft.com/zh-cn/edge" target=_blank>新版 Microsoft Edge 浏览器</a> 访问本系统</span></small>
                </footer>
            </div>
        </div>