-
+


一键生成万字论文
@@ -70,30 +70,31 @@
-
-
+
+
-
-
+
- - 输入论文题目 + 输入论文题目 生成千字大纲
-
-
+
- 编辑大纲 生成论文初稿 - +
-
-
- + +
-
下载论文
@@ -105,54 +106,54 @@
-
-
+
毕业论文 -
+
-
-
+
课程论文 -
+
-
-
+
职称论文 -
+
-
-
+
开题报告 -
+
-
-
+
论文选题 -
+
-
-
+
文献综述 -
+
-
-
+
答辩PPT -
+
-
-
+
任务书 -
+
-
-
+
英文论文 -
+
-+
0/100-标题推荐
-+
您输入的标题更像是论文要求呢,让AI帮您优化标题吧!
-+
标题不合格,接受AI推荐 -
-
+
+
AI深度分析,根据内容推荐标题 -
-
+
+
选择推荐标题
预处理信息-+
AI分析填写内容-+
AI匹配原创标题-+
完成@@ -238,11 +238,11 @@是否+智能优化标题
智能优化标题
-换一批 +
换一批
选择学历 -+
@@ -311,7 +311,7 @@论文字数 -+
@@ -406,16 +406,16 @@上传论文 -+
-++
支持单篇上传,txt doc docx文档,上限80M
-+
联系客服
-diff --git a/style/css/index.css b/style/css/index.css index 8d8e2cd..ccca4a3 100644 --- a/style/css/index.css +++ b/style/css/index.css @@ -795,10 +795,39 @@ header .right .activebtn{ justify-content: center; padding: 12px 164px; } -.step_main dt>img{ +.step_main dt{ width: 28px; height: 28px; } +.normal_step2 dt{ + +} +.success_step dt{ + background: url(../img/step_success.svg) !important; + background-size: 28px 28px; +} +.normal_step1 dt{ + background: url(../img/step_1.svg); +} +.normal_step2 dt{ + background: url(../img/step_2.svg); +} +.normal_step3 dt{ + background: url(../img/step_3.svg); +} +.normal_step1.active_step dt{ + background: url(../img/step_1.svg); +} +.normal_step2.active_step dt{ + background: url(../img/step_active2.svg); +} +.normal_step3.active_step dt{ + background: url(../img/step_active3.svg); +} +.normal_step3.step_three dt{ + background: url(../img/step_2.svg); +} + .step_line{ flex: 1; } @@ -812,7 +841,7 @@ header .right .activebtn{ .step_main .nor_step_title +span{ } -.step_main .active_step_title{ +.active_step .nor_step_title{ font-size: 16px; font-weight: bold; color: #3D3D3D; @@ -885,7 +914,7 @@ li .select_icon, .pay_every .pay_icon{ opacity: 1; /* display: block; */ } -.backColor2{ +.backColor2,.backColorAdd{ display: flex; justify-content: center; align-items: center; @@ -899,6 +928,9 @@ li .select_icon, .pay_every .pay_icon{ opacity: 0.9; background: rgba(255, 255, 255, 0.9); } +.backColorAdd{ + padding: 30px 20px; +} .my_form{ /* margin: 0 auto; */ width: 100%; @@ -2220,10 +2252,70 @@ footer a{ } .pay_com_right .right_main{ flex: 1; - padding: 36px 36px 0; + padding: 36px 36px 36px; background-color: #fff; border-radius: 0 0 16px 0; } +.right_main h4{ + margin: 0 0 22px; +} +.addServices_box{ + font-family: Microsoft YaHei UI; + font-size: 14px; +} +.addServices_box p{ + color: #8C919D; + margin-bottom: 20px; +} +.pay_completeDetailMes { + display: grid; + gap: 22px 39px; + grid-template-columns: repeat(auto-fill,minmax(166px,1fr)); + margin-bottom: 20px; + /* flex-wrap: wrap; */ +} +.detailMesItem span{ + display: inline-block; + max-width: 177px; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; +} +.addServices_box .services_List{ + justify-content: space-between; +} +.services_List .services_List_item{ + padding: 14px 20px; + border-radius: 6px; + line-height: 20px; + background: linear-gradient(270deg, #FBE5C7 0%, #FDF6CA 100%); + box-sizing: border-box; + border: 1px solid #FFE4DC; + min-width: 173px; + display: flex; + justify-content: space-between; +} +span.curPrice{ + color: #E65628; + font-size: 16px; +} +span.curPrice::after{ + content: '元'; + width: 10px; + color: #E65628; + font-size: 10px; +} +span.normalPrice{ + font-size: 10px; + color: #8C919D; + text-decoration: line-through; + zoom: 0.8; + +} +.textPrice{ + font-size: 16px; + color: #E65628; +} /* purple start */ .purpleColor{ background: url(../img/purple_back.png) no-repeat; @@ -2263,15 +2355,109 @@ footer a{ } .blueColor .left_logo{ background: linear-gradient(90deg, #4689FA 8%, #606CF4 75%); + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + background-clip: text; + text-fill-color: transparent; + font-family: Alimama ShuHeiTi; +} +.blueColor .left_logo::before{ + background: url(../img/blue_logo.svg) no-repeat !important; +} +.blueColor .left_ai_img{ + background: url(../img/blue_ai.svg) no-repeat !important; +} +.blueColor .left_line{ + background: url(../img/blue_line.svg) no-repeat !important; +} +.blueColor .listMes_item b::before{ + background: url(../img/blue_left.svg) no-repeat !important; } /* blue end */ /* orange start */ .orangeColor{ - background: url(../img/blue_back.png); + background: url(../img/orange_back.png); +} +.orangeColor .left_logo{ + background: linear-gradient(270deg, #EB8132 2%, #E95629 100%), linear-gradient(270deg, #FBEBBA 4%, #FEFDF8 63%); + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + background-clip: text; + text-fill-color: transparent; +} +.orangeColor .left_logo::before{ + background: url(../img/orange_logo.svg) no-repeat !important; +} +.orangeColor .left_ai_img{ + background: url(../img/orange_ai.svg) no-repeat !important; +} +.orangeColor .left_line{ + background: url(../img/orange_line.svg) no-repeat !important; +} +.orangeColor .listMes_item b::before{ + background: url(../img/orange_left.svg) no-repeat !important; +} +.orangeColor .listMes_item b{ + color: #91542B; +} +.orangeColor .listMes_item p{ + color: #91542B; } .orangeColor .right_title{ color: #7E5335; } +.orangeColor .addServices_box p{ + border-radius: 10px 0px 10px 0px; + background: linear-gradient(270deg, #EB8132 2%, #E95629 100%); + font-family: Alibaba PuHuiTi 2.0; + font-size: 14px; + padding: 3px 7px; + width: 135px; + font-weight: 600; + line-height: normal; + letter-spacing: 0px; + font-variation-settings: "opsz" auto; + color: #FFFFFF; +} +.orangeColor .services_List .services_List_item{ + border-radius: 6px; + opacity: 1; + background: #FEFAF4; + box-sizing: border-box; + border: 1px solid #FDD7CC; + width: 173px; + min-width: 173px; + display: flex; + justify-content: space-between; +} +.orangeColor .pay_com_left .left_ai{ + color: #7E5335; + font-size: 15px; + font-weight: bold; + padding: 14px 8px 0px 12px; +} /* orange end */ /* 五彩斑斓支付框 end*/ - +/* 首页附加增值服务start */ +.serviceds_bottom{ + justify-content: space-between; +} +.serviceds_bot_item{ + width: 195px; + padding: 15px 0px; + border-radius: 4px; + background: #F7FAFF; + align-items: center; + justify-content: center; +} +.serviceds_bot_item span:first-child{ + display: flex; + align-items: center; + justify-content: center; + border-radius: 30px; + background: #E1DFFF; + width: 22px; + height: 22px; + margin-right: 10px; +} +/* 首页附加增值服务end */ diff --git a/style/img/rsetgy.png b/style/img/rsetgy.png new file mode 100644 index 0000000..50acaa7 Binary files /dev/null and b/style/img/rsetgy.png differ diff --git a/style/img/step_active3.svg b/style/img/step_active3.svg new file mode 100644 index 0000000..7da808b --- /dev/null +++ b/style/img/step_active3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/style/img/step_success.png b/style/img/step_success.png new file mode 100644 index 0000000..910f60c Binary files /dev/null and b/style/img/step_success.png differ diff --git a/style/img/step_success.svg b/style/img/step_success.svg new file mode 100644 index 0000000..8815da1 --- /dev/null +++ b/style/img/step_success.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/style/img/sthrseth.png b/style/img/sthrseth.png new file mode 100644 index 0000000..4610a79 Binary files /dev/null and b/style/img/sthrseth.png differ diff --git a/style/js/index.js b/style/js/index.js index dc44e82..49bbca8 100644 --- a/style/js/index.js +++ b/style/js/index.js @@ -4,16 +4,17 @@ $(document).ready(function() { var notChecked = ''; var checked = ''; var payResultTimer = null; - var service_domain = location.origin+'/' - // var service_domain = 'https://aitest.chachongz.com/' + // var service_domain = location.origin+'/' + var service_domain = 'https://aitest.chachongz.com/' var isPayDialog = false var allPostData=new Object() var old_parent_ppt = null; var new_parent_ppt = 0; var child_ppt = 0; var child_src = '' - var cssurl= '{$priv_style}/img/' - // var cssurl= './style/img/'//dev + var value_added_servicesList = null; + // var cssurl= '{$priv_style}/img/' + var cssurl= './style/img/'//dev var pptUrlList = [ { name:'清新绿意通用模版', @@ -71,6 +72,95 @@ $(document).ready(function() { '63':'任务书', '82':'英文论文', } + var addservicedsDescList = [ + '论文封面', + '论文提纲', + '论文摘要', + '论文致谢', + '参考文献', + ] + let servicedsHtml = '' + addservicedsDescList.forEach(item=>{ + servicedsHtml += `+
微信扫码添加客服 上班时间:9:00-16:00
+ 送 + `+item+` + X1 +` + }) + $('.serviceds_bottom').html(servicedsHtml) + // var stepList = [ + // { + // step:1, + // title:'输入论文题目', + // desc:'生成千字大纲' + // }, + // { + // step:2, + // title:'编辑大纲', + // desc:'生成论文初稿' + // }, + // { + // step:3, + // title:'下载论文', + // desc:'一键快速下载论文' + // }, + // ] + // $('step_main').html(''); + // var step_html = ''; + // stepList.forEach(item=>{ + // step_html+= `` + // }) + var payhtml = `+ ++ + ++++++++ 微信支付 +
+
+++ 支付宝支付 +
+
++应付总额:¥
+扫码支付自动提交,请勿刷新
+提交成功用订单号查询结果
++` //获取服务项目具体信息 // $.ajax(service_domain +'ajax_get_ai_services', function(response) { // // 请求成功时的回调函数 @@ -79,14 +169,37 @@ $(document).ready(function() { // // 请求失败时的回调函数 // console.log(error); // }); - // $.ajax(service_domain +'//ajax_get_valid_pay_types', function(response) { + // $.ajax(service_domain +'/ajax_get_value_added_services', + // function(response) { // // 请求成功时的回调函数 // console.log(response); // }).fail(function(xhr, status, error) { // // 请求失败时的回调函数 // console.log(error); // }); + $.ajax({ + type: "post", + dataType:'json', + url: service_domain +'/ajax_get_value_added_services', + data: { + type:'94' + }, + success:function(res){ + value_added_servicesList = res.data.value_added_services; + } + }) //step监听滚动位置 + $('.pay_complete_main').html(payhtml) + // $('.payModal_main').html(payhtml) + + new QRCode(document.getElementById("qrcode"), { + text: 'weixin://wxpay/bizpayurl?pr=BbrGBgBz3', + width: 135, + height: 135, + colorDark : "#000000", + colorLight : "#ffffff", + correctLevel : QRCode.CorrectLevel.H +}); scrollView() function scrollView(){ $(window).scroll(function() { @@ -186,15 +299,20 @@ $(document).ready(function() { }) $('.close_modal').on('click',function(e){ $('.pageMask').addClass('hide'); - $('.payModal').addClass('hide'); - if(!$('.pay_detail').hasClass('hide')){ - $('.pay_detail').addClass('hide') - } - if($('.modal_mes').hasClass('hide')){ - $('.modal_mes').removeClass('hide') - } - if($('.pay_content').hasClass('hide')){ - $('.pay_content').removeClass('hide') + if(!$('.pay_complete_modal').hasClass('hide')){ + $('.pay_complete_modal').addClass('hide'); + + }else{ + $('.payModal').addClass('hide'); + if(!$('.payModal .pay_detail').hasClass('hide')){ + $('.payModal .pay_detail').addClass('hide') + } + if($('.payModal .modal_mes').hasClass('hide')){ + $('.payModal .modal_mes').removeClass('hide') + } + if($('.payModal .pay_content').hasClass('hide')){ + $('.payModal.pay_content').removeClass('hide') + } } clearTimeout(payResultTimer); }) @@ -350,9 +468,10 @@ $(document).ready(function() { } $('.pageMask').removeClass('hide'); $('.payModal').removeClass('hide'); - // $('.pay_message').html = `写作题目:+
+ 本网站已通过备案请放心使用,如支付宝提示风险属于系统正常提示,按提示继续操作即可,有疑问联系网站右侧客服!
+`+ postData.title+`
- // 写作类型:`+ checkTypeList[postData.check_type]+`
- // 订单金额:10元
` + $('.pay_message').html(`写作题目:`+ postData.title+`
+ 写作类型:`+ checkTypeList[postData.check_type]+`
+ 订单金额:—— 元
`) + // $('.payCode').removeClass('hide'); // $('.pay_content').html = $('#payCode').html isPayDialog = true @@ -425,7 +544,7 @@ $(document).ready(function() { $('#qrcode').attr('tid', res.data.tid); $('#qrcode').attr('paytype', postData1.pay_type); $('#totalMoney').text(res.data.total_fee) - // $('#pay_money').text(res.data.total_fee + '元') + $('.pay_money').text(res.data.total_fee + '元') var qrcode = new QRCode(document.getElementById("qrcode"), { text: res.data.qrcode_url, @@ -541,11 +660,13 @@ $(document).ready(function() { $('.form_essayWords').show(); $('.side_info').show(); $('.step_two').show() + $('.normal_step3').removeClass('step_three') $('.key_words').addClass('hide') $('.checkbox_wrap').show() } else{ $('.checkbox_wrap').hide() $('.step_two').hide() + $('.normal_step3').addClass('step_three') $('.form_essayWords').hide(); $('.side_info').hide(); $('.key_words').removeClass('hide') @@ -556,11 +677,14 @@ $(document).ready(function() { $('.btn_result').show() $('.btn_result_now').hide() $('.step_two').show() + $('.normal_step3').removeClass('step_three') + }else{ $('.btn_result').hide() $('.btn_result_now').show() $('.step_two').hide() $('[step="2"]').show() + $('.normal_step3').addClass('step_three') $('[step="3"]').hide() } if(t == '64'){ @@ -576,8 +700,10 @@ $(document).ready(function() { } if (['81','85'].indexOf(t) !== -1) {// $('.coreContent').show(); + $('#charCount').html('0/200') } else{ $('.coreContent').hide(); + } if(t == '62' ||t == '63'){ $('.inputText').attr('max','500') -
-
-
+
-
+