联系我们页面修改-1114
parent
43240847ea
commit
cc922883b0
|
@ -49,7 +49,7 @@
|
||||||
<div class="left">
|
<div class="left">
|
||||||
<h6 class="c1">For Universities:</h6>
|
<h6 class="c1">For Universities:</h6>
|
||||||
<p><strong>If you are interested in partnerships like:</strong></p>
|
<p><strong>If you are interested in partnerships like:</strong></p>
|
||||||
<span class="contact-btn">contact</span>
|
<span class="contact-btn-01">contact</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="text">
|
<div class="text">
|
||||||
<p><em>•</em>Delivering more convenient, flexible, and diversified higher education options to
|
<p><em>•</em>Delivering more convenient, flexible, and diversified higher education options to
|
||||||
|
@ -74,7 +74,7 @@
|
||||||
<div class="left">
|
<div class="left">
|
||||||
<h6 class="c1">For Faculty:</h6>
|
<h6 class="c1">For Faculty:</h6>
|
||||||
<p><strong>If you are a qualified candidate interested in:</strong></p>
|
<p><strong>If you are a qualified candidate interested in:</strong></p>
|
||||||
<span class="contact-btn">contact</span>
|
<span class="contact-btn-01">contact</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="text">
|
<div class="text">
|
||||||
<p><em>•</em>Working with students from all over the world</p>
|
<p><em>•</em>Working with students from all over the world</p>
|
||||||
|
@ -184,6 +184,15 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<div class="md-us container-mask">
|
||||||
|
<div class="md-us-content">
|
||||||
|
<div class="md-m-content ">
|
||||||
|
<div class="iconf close-iconf btnclose"></div>
|
||||||
|
<div class="me-text">Contact Us<span>partnerships@lightglobal.org</span></div>
|
||||||
|
<div class="me-btn btnCopy">Copy</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</main>
|
</main>
|
||||||
{/block}
|
{/block}
|
||||||
{include file='default/base/mall_footer'/}
|
{include file='default/base/mall_footer'/}
|
||||||
|
@ -192,6 +201,14 @@
|
||||||
$(".contact-btn").click(function() {
|
$(".contact-btn").click(function() {
|
||||||
$(".form-wrap8").addClass('show');
|
$(".form-wrap8").addClass('show');
|
||||||
})
|
})
|
||||||
|
//联系我们
|
||||||
|
$('.contact-btn-01').click(function(){
|
||||||
|
$(".md-us").addClass("show");
|
||||||
|
})
|
||||||
|
|
||||||
|
$(".btnclose").click(function() {
|
||||||
|
$(".md-us").removeClass("show");
|
||||||
|
})
|
||||||
|
|
||||||
$(".btnCopy").click(function () {
|
$(".btnCopy").click(function () {
|
||||||
var copy_text = $(".me-text>span").text(); //需要复制的内容
|
var copy_text = $(".me-text>span").text(); //需要复制的内容
|
||||||
|
|
Loading…
Reference in New Issue