返回按钮效果-1114

master
Lee 2022-11-14 16:40:23 +08:00
parent cc922883b0
commit daeae5353c
2 changed files with 11 additions and 4 deletions

View File

@ -175,12 +175,12 @@
<div class="container form-mask" style="width:25rem;"> <div class="container form-mask" style="width:25rem;">
<div action="" onsubmit="return false" class="wrap7p"> <div action="" onsubmit="return false" class="wrap7p">
<!--<h2 class="c1">Apply for a course syllabus</h2>--> <!--<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"> <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;"> <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. Please <span class="c1">scan the WeChat QR Code</span><br />to add our academic advisor<br />and receive your registration information.
</p> </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>
</div> </div>
</section> </section>
@ -201,6 +201,12 @@
$(".contact-btn").click(function() { $(".contact-btn").click(function() {
$(".form-wrap8").addClass('show'); $(".form-wrap8").addClass('show');
}) })
$(".oks").click(function() {
setTimeout(function() {
$(".form-wrap8").removeClass('show');
}, 100);
})
//联系我们 //联系我们
$('.contact-btn-01').click(function(){ $('.contact-btn-01').click(function(){
$(".md-us").addClass("show"); $(".md-us").addClass("show");

View File

@ -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-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> <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>
<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> </div>
</section> </section>
@ -1142,7 +1142,7 @@
<p style="font-size:0.9rem; text-align: center; line-height: 1.23; color: #1b1b1b;"> <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. Please <span class="c1">scan the WeChat QR Code</span><br />to add our academic advisor<br />and receive your registration information.
</p> </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>
</div> </div>
</section> </section>
@ -1188,6 +1188,7 @@
$(".oks").click(function() { $(".oks").click(function() {
setTimeout(function() { setTimeout(function() {
$(".form-wrap7").removeClass('show'); $(".form-wrap7").removeClass('show');
$(".form-wrap8").removeClass('show');
}, 100); }, 100);
}) })
$('#memberfeedback_form').validate({ $('#memberfeedback_form').validate({