反馈修改完成-1124
parent
995dfe86ef
commit
5ae870bd62
|
@ -904,12 +904,8 @@
|
|||
<div action="" onsubmit="return false" class="form-container form ui sssss" style="margin-top:-10px;">
|
||||
<!--<h2 class="c1">Apply for a course syllabus</h2>-->
|
||||
<p>Your LightCourse advisor has successfully received your syllabus request and will sendt it to you via
|
||||
email
|
||||
within 24 hours.</p>
|
||||
|
||||
|
||||
email within 24 hours.</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
line-height: 2.5rem;
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
background-color: #3b52f6;
|
||||
background-color: #00db6d;
|
||||
}
|
||||
.c-btn.no-drop{
|
||||
cursor: no-drop;
|
||||
|
@ -91,7 +91,7 @@
|
|||
margin-top: 0.9rem;
|
||||
}
|
||||
.container-mask .form-mask button {
|
||||
background-color: #3b52f6 !important;
|
||||
background-color: #00db6d !important;
|
||||
}
|
||||
#password{
|
||||
width: 100%;
|
||||
|
@ -157,7 +157,7 @@
|
|||
<div class="container form-mask">
|
||||
<div class="iconf close-iconf"></div>
|
||||
<div action="" onsubmit="return false" class="form-container form ui ">
|
||||
<h2 class="c1" style="margin-bottom:10px;">Change Password</h2>
|
||||
<h2 class="c1" style="margin-bottom:10px;font-size: 1.9rem;">Change Password</h2>
|
||||
<!--<p>You advisor will send the syllabus to you via email within 24 hours.</p>-->
|
||||
|
||||
<form action="" method="">
|
||||
|
|
|
@ -383,7 +383,7 @@
|
|||
</main>
|
||||
|
||||
<section class="container-mask form-wrap">
|
||||
<div class="container form-mask" style="max-width: 60rem">
|
||||
<div class="container form-mask" style="max-width: 60rem">
|
||||
<div class="iconf close-iconf"></div>
|
||||
<div action="" onsubmit="return false" class="form-container form ui ">
|
||||
<h2 class="c1" style="text-align: center">Talk to a LightCourse advisor</h2>
|
||||
|
@ -434,12 +434,93 @@
|
|||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="container-mask form-wrap3">
|
||||
<div class="container form-mask" style="max-width:44rem;padding: 1rem 2rem;">
|
||||
<div class="iconf close-iconf"></div>
|
||||
<div action="" onsubmit="return false" class="form-container form ui ">
|
||||
<h2 class="c1" style="font-size: 1.6rem;margin-bottom: 2rem;">Apply for a course syllabus</h2>
|
||||
<div class="m-box" style="display: flex; justify-content: space-between;">
|
||||
<div class="m-item" style="width: 22rem; margin-right: 3rem;">
|
||||
<h5 style="color: #1b1b1b; font-size: 1.1rem;">Option 1</h5>
|
||||
<div class="left-txt" style="display: flex;">
|
||||
<p class="f-medium" style="line-height: 1.24; font-size: 0.95rem;">Please scan the<br/>WeChat QR Code to<br/>add academic advisor<br/>and receive additional<br/>details.</p>
|
||||
<img style="width:9rem; height: 9rem; margin: -0.5rem 0 0 0.3rem;" src="{$Think.HOME_SITE_ROOT}/new/images/wwww.jpg">
|
||||
</div>
|
||||
</div>
|
||||
<div class="m-item" style="width: 17.6rem;">
|
||||
<h5 style="color: #1b1b1b; font-size: 1.1rem;">Option 2</h5>
|
||||
<p class="f-medium" style="line-height: 1.2; font-size: 1rem;">You advisor will send the syllabus to<br/>you via email within 24 hours.</p>
|
||||
<form action="" method="" style="margin-top: 0.8rem;">
|
||||
<div class="field" style="margin-bottom: 0.8rem !important;">
|
||||
<input class="f-medium input-abcd" style="width: 17.6rem; font-size: 0.85rem; color: #c2c2c2; border: 1px solid #333333; padding: 0.5rem; font-weight: normal;" type="text" name="fname" id="email" placeholder="What email address can we reach you at?">
|
||||
<input type="hidden" name="fb_code" id="fb_code" value="{$goods.goods_serial}">
|
||||
<input type="hidden" name="fb_course" id="fb_course" value="{$goods.goods_name}">
|
||||
<input type="hidden" name="fb_school" id="fb_school" value="{$goods.ke_college}">
|
||||
</div>
|
||||
<div class="sub" style="justify-content: flex-start;margin-top: 0.8rem;">
|
||||
<button style="display: block; width: 7.75rem; font-size: 1rem; height: 1.5rem; padding: 0;" type="submit" class="ui primary button onsubmitfrom onsubmitfrom-01">Submit</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="container-mask form-wrap6">
|
||||
<!-- show -->
|
||||
<div class="container form-mask">
|
||||
<div class="iconf close-iconf"></div>
|
||||
<div class="cuucess">
|
||||
<div>✔</div>
|
||||
<div>RECEIVED</div>
|
||||
</div>
|
||||
<div action="" onsubmit="return false" class="form-container form ui sssss" style="margin-top:-10px;">
|
||||
<!--<h2 class="c1">Apply for a course syllabus</h2>-->
|
||||
<p>Your LightCourse advisor has successfully received your syllabus request and will sendt it to you via
|
||||
email within 24 hours.</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<script>
|
||||
$(".form-clk").click(function() {
|
||||
$(".form-wrap").addClass("show")
|
||||
})
|
||||
$(".form-wrap3").addClass("show")
|
||||
})
|
||||
$(".onsubmitfrom").click(function(){
|
||||
var email = $("#email").val();
|
||||
var fb_code = $("#fb_code").val();
|
||||
var fb_course = $("#fb_course").val();
|
||||
var fb_school = $("#fb_school").val();
|
||||
|
||||
let data = {
|
||||
email:email,
|
||||
fb_code:fb_code,
|
||||
fb_course:fb_course,
|
||||
fb_school:fb_school,
|
||||
}
|
||||
$.ajax({
|
||||
url:"/Memberfeedback/add",
|
||||
type:'post',
|
||||
data:data,
|
||||
success: function (res) {
|
||||
|
||||
var res = JSON.parse(res);
|
||||
if(res.code==10001){
|
||||
layer.msg(res.message);
|
||||
}
|
||||
if(res.code==10000){
|
||||
$(".form-wrap3").removeClass("show");
|
||||
$(".form-wrap6").addClass("show");
|
||||
// setTimeout(function(){
|
||||
// $(".form-wrap6").removeClass("show");
|
||||
// },1500)
|
||||
// layer.msg('Your LightCourse advisor has successfully received your syllabus request and will send it to you via email within 24 hours');
|
||||
}
|
||||
},
|
||||
});
|
||||
})
|
||||
|
||||
//Talk to a LightCourse advisor
|
||||
$('.onsubmitfromss').click(function() {
|
||||
let data = {
|
||||
|
|
|
@ -203,7 +203,7 @@
|
|||
|
||||
.credit .container .item-list1 .item::after {
|
||||
content: "";
|
||||
display: block;
|
||||
display: none;
|
||||
width: 0.8rem;
|
||||
height: 1.5rem;
|
||||
background-image: url(../images/icon-more-2.png);
|
||||
|
|
|
@ -362,7 +362,7 @@
|
|||
.member-container .form .code-wrap .code {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
/* height: 100%; */
|
||||
margin-left: 2rem;
|
||||
position: relative;
|
||||
flex-shrink: 0;
|
||||
|
|
Loading…
Reference in New Issue