返回按钮效果-1114
parent
cc922883b0
commit
daeae5353c
|
@ -175,12 +175,12 @@
|
|||
<div class="container form-mask" style="width:25rem;">
|
||||
<div action="" onsubmit="return false" class="wrap7p">
|
||||
<!--<h2 class="c1">Apply for a course syllabus</h2>-->
|
||||
<div class="iconf close-iconf"></div>
|
||||
<div class="iconf close-iconf btnclose"></div>
|
||||
<img style="width:10.6rem; display:block; margin: 1.8rem auto 0" src="{$Think.HOME_SITE_ROOT}/new/images/wwww.jpg">
|
||||
<p style="font-size:0.9rem; text-align: center; line-height: 1.23; color: #1b1b1b;">
|
||||
Please <span class="c1">scan the WeChat QR Code</span><br />to add our academic advisor<br />and receive your registration information.
|
||||
</p>
|
||||
<div class="oks" style="margin: 1.5rem auto 2.5rem;">Back</div>
|
||||
<div class="oks" style="margin: 1.5rem auto 2.5rem; cursor: pointer;">Back</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
@ -201,6 +201,12 @@
|
|||
$(".contact-btn").click(function() {
|
||||
$(".form-wrap8").addClass('show');
|
||||
})
|
||||
|
||||
$(".oks").click(function() {
|
||||
setTimeout(function() {
|
||||
$(".form-wrap8").removeClass('show');
|
||||
}, 100);
|
||||
})
|
||||
//联系我们
|
||||
$('.contact-btn-01').click(function(){
|
||||
$(".md-us").addClass("show");
|
||||
|
|
|
@ -1127,7 +1127,7 @@
|
|||
<p style="line-height: 1.1; font-size: 0.9rem; margin-top: 1.7rem; color: #1b1b1b;">This course's enrollment deadline has passed.</p>
|
||||
<p style="line-height: 1.1; font-family: 'HarmonyOS_Sans_Medium' !important; color: #1b1b1b; font-size: 0.9rem;">Please choose <span class="c1">other courses</span></p>
|
||||
</div>
|
||||
<div class="oks" style="width: 19.3rem; margin: 1rem auto 1.2rem;">Back</div>
|
||||
<div class="oks" style="width: 19.3rem; margin: 1rem auto 1.2rem; cursor: pointer;">Back</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
@ -1142,7 +1142,7 @@
|
|||
<p style="font-size:0.9rem; text-align: center; line-height: 1.23; color: #1b1b1b;">
|
||||
Please <span class="c1">scan the WeChat QR Code</span><br />to add our academic advisor<br />and receive your registration information.
|
||||
</p>
|
||||
<div class="oks" style="margin: 1.5rem auto 2.5rem;">Back</div>
|
||||
<div class="oks" style="margin: 1.5rem auto 2.5rem; cursor: pointer;">Back</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
@ -1188,6 +1188,7 @@
|
|||
$(".oks").click(function() {
|
||||
setTimeout(function() {
|
||||
$(".form-wrap7").removeClass('show');
|
||||
$(".form-wrap8").removeClass('show');
|
||||
}, 100);
|
||||
})
|
||||
$('#memberfeedback_form').validate({
|
||||
|
|
Loading…
Reference in New Issue