text 登陆页面逻辑
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 登陆页面逻辑相关的知识,希望对你有一定的参考价值。
<div class="landing-question">
<div class="home-msg">
<p><strong>Level 3 Investment Management (Level 3) </strong>is an independent, privately owned investment management firm based in Toronto, Canada. Level 3 manages one fund with one focus; preserving and enhancing wealth. We believe in offering a service we would want to use, and we do. The founding partners of Level 3 have over 55 years of combined financial markets and investing experience. Our focus is on absolute total returns and investing where the opportunities are. We are active managers who take a long-term view applying value oriented fundamental research to publicly traded equity and debt securities.</p>
<p> </p>
<div class="grid-container">
<div class="grid-x grid-padding-x medium-up-2">
<div class="cell">
<p class="text-align-center"><a class="btn-canadian button primary" href="#">Canadian Resident</a></p>
</div>
<div class="cell">
<p class="text-align-center"><a class="button primary" data-entity-substitution="canonical" data-entity-type="node" data-entity-uuid="565e3d09-8a69-4ae5-ad3a-f519d6819a76" href="/node/1051">Non-Canadian Residents</a></p>
</div>
</div>
</div>
</div>
<div class="confirm-msg">
<p>By entering the Canadian Resident section of the Level 3 Investment Management Inc. website, you acknowledge and represent that you are a resident of Canada. </p>
<p><br />
If you do not meet this qualification, please click "Return". </p>
<p><br />
Falsely certifying that you are a resident of Canada may result in Level 3 Investment Management Inc. being unable to provide services to you and/or you may be subject to legal or regulatory consequences.</p>
<p> </p>
<div class="grid-container">
<div class="grid-x grid-padding-x medium-up-2">
<div class="cell">
<p class="text-align-center"><a class="btn-return button primary" href="#">return</a></p>
</div>
<div class="cell">
<p class="text-align-center"><a class="button primary" data-entity-substitution="canonical" data-entity-type="node" data-entity-uuid="1e97437f-8b93-4b9a-904f-2615174bff6a" href="/node/1034">Continue</a></p>
</div>
</div>
</div>
</div>
</div>
<script>
jQuery('.confirm-msg').hide();
jQuery('.btn-canadian' ).click(function(event) {
jQuery('.home-msg').hide();
jQuery('.confirm-msg').show();
});
jQuery('.btn-return' ).click(function(event2) {
jQuery('.confirm-msg').hide();
jQuery('.home-msg').show();
});
</script>
https://level3im-dev.us1.advisor.ws/
以上是关于text 登陆页面逻辑的主要内容,如果未能解决你的问题,请参考以下文章
springmvc 项目完整示例08 前台页面以及知识点总结