diff --git a/home.html b/home.html index 3c5e319..9d2b0ad 100644 --- a/home.html +++ b/home.html @@ -9,12 +9,12 @@ {if $_siteinfo.site_introduction_name}{$_siteinfo.site_introduction_name}{else}AI论文{/if} {if $site_ico} {/if} - + - + @@ -25,14 +25,11 @@ AI 写作大师
-
论文写作
-
- 报告下载 -
+
论文写作
+
报告下载
-
+
+
-
+
@@ -67,33 +65,26 @@
-
+
-
-
- -
+
+
- 输入论文题目 + 输入论文题目 生成千字大纲
-
-
-
- -
+
+
+
编辑大纲 生成论文初稿 -
+
-
-
-
- - -
+
+
+
下载论文 一键快速下载论文 @@ -101,7 +92,8 @@
-
+
+
  • @@ -123,7 +115,7 @@ 职称论文
  • -
  • +
  • 开题报告 @@ -138,7 +130,7 @@ 文献综述
  • -
  • +
  • 答辩PPT @@ -154,6 +146,11 @@
+ + + +
-
- +
-
- + + +
@@ -201,7 +182,6 @@ 0/100
- 标题推荐
@@ -269,7 +249,7 @@
-
@@ -294,6 +274,8 @@
+ +
辅助信息
@@ -301,13 +283,13 @@ placeholder="请输入相关的辅助信息,帮助论文生成的更加准确!(非必填)">
- -
+ +
- 订单详情 +

订单详情

-
-
-
-
-
- - 微信支付 - +
+
+
+
+ +
+
+
+

报告下载

+
+ 订单编号: + + + 查找报告 +
+
+

找不到订单编号?

+
+
+
+
+
    +
  • +

    微信支付

    +
  • +
  • +

    支付宝支付

    +
  • +
  • +

    淘宝订单

    +
  • +
+ + + +
+
+
+
+ +

咦~ 还没有订单号呢?

-
- - 支付宝支付 - +
-
-

应付总额:¥

-

扫码支付自动提交,请勿刷新

-

提交成功用订单号查询结果

+
+
+ + 系统保留7天以内的检测报告,超过7天则被删除,确保您的论文不会被泄露和盗窃,检测完成后请尽快下载您的检测报告。 +
+
+
+ +
+
+ +
写作大师对您做出以下承诺
写作安心有保障:
+
+
+
+ 超低查重率 +

知网查重率普遍小于30%,若超过,可联系客服免费降重

+
+
+ 真实参考文献 +

知网查重率普遍小于30%,若超过,可联系客服免费降重

+
+
+ 超低查重率 +

查重报告、论文封面、提纲、摘要、致谢、参考文献,通通赠送,免去自己添加

-
-
- - 支付成功!订单号是下载范文唯一凭证 +
+
+ 一顿火锅钱,为您节省1000小时写作时长 +
-
- -
-

- - 微信扫码,随时获知生成状态 -

-

- 订单号:OIY898998787721878233 - -

+
+

订单详情

+
+
+

您选择了3项增值服务

+
+
+
-
-
再生成一篇
-
去下载
+
+
+ + +
联系客服
- 微信扫码添加客服 - 上班时间:9:00-16:00 +

微信扫码添加客服

+

上班时间:9:00-16:00

+ {$access_stats_code} diff --git a/style/css/index.css b/style/css/index.css index c57b1c1..0a97a75 100644 --- a/style/css/index.css +++ b/style/css/index.css @@ -3,11 +3,17 @@ body,p,div{ font-size: 14px; font-family: MicrosoftYaHeiUI; } -@media screen and (min-width:1200px) and (max-width:1440px){ - .right_back{ - /* right: calc((100% - 1680px) / 2); */ - } -} + +#loading-animation { + width: 50px; + height: 50px; + background-color: #333; + border-radius: 50%; + position: relative; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + } .point{ cursor: pointer; } @@ -35,11 +41,11 @@ body,p,div{ .disNone,.hide{ display: none !important; opacity: 0; - transition: all .3s; + transition: all .3s ease; } .disBlock{ opacity: 1; - transition: all .3s; + transition: all .3s ease; display: block !important; } .kefu{ @@ -63,8 +69,8 @@ body,p,div{ align-items: center; } .kefuCom:hover .kefuQrcode{ - opacity: 1; - transition: all .5s; + display: block !important; + transition: all .5s ease; } .kefuCom .linkIcon{ width: 28px; @@ -77,7 +83,7 @@ body,p,div{ line-height: 16px; writing-mode: vertical-rl; } -.kefuCom .kefuQrcode{ +.kefuQrcode{ position: absolute; left: -161px; top: 0px; @@ -90,7 +96,9 @@ body,p,div{ padding: 8px; gap: 6px; border-radius: 6px; - opacity: 0; + text-align: center; + /* opacity: 0; */ + display: none; background: #FFFFFF; box-shadow: 0px 4px 11px 0px rgba(56, 112, 243, 0.1); } @@ -98,6 +106,174 @@ body,p,div{ width: 134px; height: 134px; } +.look_PPT_modal{ + position: fixed; + top: 0; + left: 0; + width: 100%; + min-width: 1200px; + height: 100%; + z-index: 100; + /* position: relative; */ +} +.lookPPT{ + width: 100%; + height: 100%; + position: relative; +} +.lookPPT .look_backImg,.lookPPT .look_content{ + width: 100%; + height: 100%; + position: absolute; + top: 0; + bottom: 0; +} +.exitLook{ + position: absolute; + top: 0; + left: 0; + width: 80px; + height: 80px; + z-index: 125; +} +.lookPPT{ + /* z-index: 110; */ +} +.look_content{ + z-index: 110; + background: rgba(0, 0, 0, 0.33); + display: flex; +} +.look_left{ + flex: 1; + height: 100%; + min-width: 837px; +} +.topimg{ + width: 740px; + height: 428px; + border: 3.12px solid #FFFFFF; + border-radius: 20.78px; +} +#gallery-container { + overflow-x: auto; /* 允许横向滚动 */ + width: calc(174*4px + 16*3px); + overflow: hidden; + position: relative; + margin: 12px 11px 0; + } + .gallery{ + display: flex; + flex-wrap: nowrap; + /* float: left; + white-space: nowrap; */ + } +#gallery-container button{ + +} + .gallery .gallery_img { + width: 170px; + height: 100px; + margin-right: 16px; + border: 2px solid #FFFFFF; + border-radius: 6.14px; + } + .gallery .ppt_child_active { + border: 2px solid #697CF7; + } + + #prev, #next{ + + } + /* #prev{ + position: absolute; + left: 0; + top: 50%; + transform: translateY(-50%); +} +#next{ + position: absolute; + right: 0; + top: 50%; + transform: translateY(-50%); + } */ +.look_left .look_left_bot{ + width: 100%; + height: 84px; + align-items: center; + justify-content: center; + background: #FFFFFF; + /* 阴影/常规阴影 */ + box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16); +} +.ppt_cancel ,.ppt_submit{ + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + padding: 12.47px 24.94px; + color: #2841EB; + font-family: Microsoft YaHei UI; + font-size: 15.58px; + background: #EAEFFF; +} +.ppt_submit{ + margin-left: 46px; + color: #FFFFFF; + background: linear-gradient(270deg, #6C69F5 0%, #3467E5 100%); +} +.look_left { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; +} +.look_left .look_left_top{ + flex: 1; + width: 100%; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; +} +.look_right{ + width: 364px; + min-width: 364px; + max-width: 364px; + max-height: 100%; + padding: 32px 40px; + overflow-y: auto; + background: rgba(255, 255, 255, 0.9); +} +.look_right h4{ + font-family: Microsoft YaHei UI; + font-size: 16.62px; + font-weight: bold; + line-height: normal; + letter-spacing: 0px; + font-variation-settings: "opsz" auto; + color: #3D3D3D; + padding: 0; + margin: 0; + margin-bottom: 20px; +} +.look_right .ppt_temList{ + gap:20px 18px; +} +.look_right .ppt_temList .ppt_tem_item{ + width: 173px; +} +.look_right .ppt_tem_item .pptImg{ + width: 169px; + height: 97px; + border-radius: 8.31px; +} +.look_right .ppt_tem_item:hover .pptImg{ + border-radius: 8.31px; +} +.look_right .ppt_tem_item:hover .firstlook{ + display: none; +} .pageMask{ width: 100%; height: 100%; @@ -107,6 +283,12 @@ body,p,div{ left: 0; top: 0; } +.lookModal{ + /* width: 100%; + height: 100%; + background: url(../img/ppt_2.svg) center center no-repeat; + background-size: 100% 100%; */ +} .payModal{ position: fixed; width: 740px; @@ -125,12 +307,34 @@ body,p,div{ font-size: 16px; font-weight: bold; } +.pay_header h4{ + margin: 0; +} .pay_header .close_modal{ position: absolute; right: 0px; height: 20px; top: 0; } + +.payModal .pay_message{ + display: flex; + align-items: center; + margin-top: 22px; + color: #3D3D3D; +} +.payModal .pay_message span{ + font-size: 16px; + display: inline-block; + margin-right: 10px; +} +.payModal .pay_message p{ + margin-right: 39px; + max-width: 170px; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; +} .payModal .pay_content{ display: flex; } @@ -278,7 +482,7 @@ body,p,div{ line-height: normal; letter-spacing: 0px; display: inline-block; - margin-left: 8px; + margin-left: 0px; font-variation-settings: "opsz" auto; } .modal_mes{ @@ -312,7 +516,7 @@ header{ -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); /* box-shadow: none; */ - transition: background-color .3s ease-in-out; + transition: background-color .3s ease; /* background: linear-gradient(90deg, rgba(243, 246, 254, 0) 0%, #F3F6FE 100%); */ background: rgba(255, 255, 255, 0.78); box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.04); @@ -407,7 +611,7 @@ header .right .activebtn{ left: 0; top: 0; */ } -.bb{ +.main_page_top{ position: relative; height: 454px; } @@ -506,28 +710,28 @@ header .right .activebtn{ border-style: solid; border-image: linear-gradient(270deg, rgba(114, 119, 244, 0) 8%, #7177F4 47%, rgba(117, 119, 245, 0) 89%) 0 0 1 0; backdrop-filter: blur(20px); */ - transition:all .5s; + transition:all .5s ease; } .stickyStep .step_main{ padding: 0 164px; - transition: all .5s; + transition: all .5s ease; } .stickyStep.step_back{ padding: 0 0; - transition: all .5s; + transition: all .5s ease; } .stickyStep .step_main dd{ font-size: 12px; - transition: all .5s; + transition: all .5s ease; line-height: 25px; } .stickyStep .step_main .active_step_title{ font-size: 14px; - transition: all .5s; + transition: all .5s ease; } .stickyStep .step_main .nor_step_title{ font-size: 14px; - transition: all .5s; + transition: all .5s ease; margin-bottom: 0; } @@ -538,6 +742,7 @@ header .right .activebtn{ height: 0; margin-top: 27px; border: 0.5px solid #D8D8D8; + box-sizing: border-box; } .main_title{ @@ -602,10 +807,45 @@ header .right .activebtn{ justify-content: center; padding: 12px 164px; } -.step_main dt>img{ +.step_main dt{ width: 28px; height: 28px; } +.normal_step2 dt{ + +} +.suc_step_line{ + border-color: #5B6FF6 !important; +} +.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); +} +.normal_step3.step_three.active_step dt{ + background: url(../img/step_active2.svg); +} + .step_line{ flex: 1; } @@ -619,7 +859,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; @@ -703,9 +943,13 @@ li .select_icon, .pay_every .pay_icon{ max-width: 1118px; margin: 0 130px; border-radius: 8px; - opacity: 0.9; + opacity: 1; background: rgba(255, 255, 255, 0.9); } +.backColorAdd{ + margin: 20px 0; + padding: 30px 130px; +} .my_form{ /* margin: 0 auto; */ width: 100%; @@ -826,7 +1070,7 @@ li .select_icon, .pay_every .pay_icon{ left: 50%; margin-left: -180px; opacity: 0; /* 初始状态为完全透明 */ - transition: opacity 1s ease-in-out; /* 设置透明度过渡 */ + transition: opacity 1s ease; /* 设置透明度过渡 */ } .opt-block .title-change.fade{ opacity: 1; @@ -834,6 +1078,67 @@ li .select_icon, .pay_every .pay_icon{ #advise-area{ width: calc(100% - 28px); } + +.custom-dropdown { + position: relative; + display: inline-block; + margin-right: 22px; + } + +.dropdown-input { + font-size: 14px; + height: 46px; + font-family: Microsoft YaHei UI; + width: 176px; + border-radius: 6px; + height: 44px; + color: #3D3D3D; + cursor: pointer; + padding: 0 0 0 10px; + background: #FFFFFF; + border: 1px solid #E8E8E8; +} +.dropdown-input:hover, .textAreaForWordCount:hover,.coreWordCount:hover{ + transition: all .3s; + border: 1px solid #5B6FF6 !important; +} +.dropdown-input:focus-visible,.textAreaForWordCount:focus-visible,.coreWordCount:focus-visible{ + transition: all .3s; + border: 1px solid #5B6FF6 !important; + outline: none; +} +.empty-err{ + border: 1px solid #FF4D4F; +} + .dropdown-content { + display: none; + position: absolute; + background-color: #fff; + border-radius: 8px; + box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08); + /* min-width: 160px; */ + z-index: 1; + width: 170px; + max-height: 205px; + overflow-y: auto; + padding: 10px 8px; + } + + .dropdown-content p{ + color: black; + display: block; + padding: 8px 10px; + cursor: pointer; + line-height: 20px; + } + .dropdown-content p:hover{ + background: #F1F4FF; + } + .dropdown-content .selected_back{ + background: #F1F4FF; + } + + .opt-area{ display: none; position: absolute; @@ -855,7 +1160,7 @@ li .select_icon, .pay_every .pay_icon{ justify-content: center; width: 100%; height: 84px; - background: linear-gradient( 180deg, #F1FBFF 0%, #ECF3FF 100%); + background: linear-gradient(180deg, #EDF1FE 0%, #FCFDFF 119%); border-radius: 8px; font-weight: 400; font-size: 12px; @@ -887,7 +1192,8 @@ li .select_icon, .pay_every .pay_icon{ /* margin-top: -22px; */ } .opt-block .step-icon-active+.step-text{ - color: #1675FF; + /* color: #1675FF; */ + color: #5B6FF6; } .loading-area img{ margin: 0 8px; @@ -917,12 +1223,12 @@ li .select_icon, .pay_every .pay_icon{ line-height: 20px; padding: 8px 17px; color: #3D3D3D; - transition: all .3s; + transition: all .3s ease; } .opt-block .advise-li:hover{ background: #F1F4FF; border-radius: 6px; - transition: all .3s; + transition: all .3s ease; } .opt-block .title-change{ display: flex; @@ -937,7 +1243,7 @@ li .select_icon, .pay_every .pay_icon{ left: 50%; margin-left: -180px; opacity: 0; /* 初始状态为完全透明 */ - transition: opacity 1s ease-in-out; /* 设置透明度过渡 */ + transition: opacity 1s ease; /* 设置透明度过渡 */ font-family: Microsoft YaHei UI; align-items: center; justify-content: center; @@ -1003,6 +1309,7 @@ li .select_icon, .pay_every .pay_icon{ font-variation-settings: "opsz" auto; color: #282828; line-height: 20px; + font-weight: bold; /* margin-bottom: 14px; */ } .posHead img{ @@ -1058,13 +1365,35 @@ li .select_icon, .pay_every .pay_icon{ background: #F9FAFA; padding: 8px 12px; cursor: pointer; - transition: all .5s; + transition: all .5s ease; color: #8C919D; } +.normal_recommend_title >span::before{ + content: ''; + width: 20px; + height: 20px; + display: inline-block; + box-sizing: border-box; + vertical-align: middle; + margin-right: 6px; + background: url(../img/title_icon_normal.svg) no-repeat !important; + background-size: 20px; +} +.recommend_title >span::before{ + content: ''; + width: 20px; + height: 20px; + display: inline-block; + box-sizing: border-box; + vertical-align: middle; + margin-right: 6px; + background: url(../img/title_icon.svg) no-repeat !important; + background-size: 20px; +} .recommend_title{ background: #FFF5ED; color: #FF7800; - transition: all .5s; + transition: all .5s ease; } .inputText{ color: #525252; @@ -1112,20 +1441,13 @@ li .select_icon, .pay_every .pay_icon{ padding: 8px 0; margin-bottom: 12px; } -.ppt_labelTwo{ - font-size: 14px; - line-height: 18px; - color: #1F2225; - padding: 12px 0; - justify-content: space-between; - margin-bottom: 12px; -} + .ppt_upload{ flex-direction: row; justify-content: center; align-items: center; /* padding: 20px 70px; */ - padding: 18px 12px 14px; + /* padding: 18px 12px 14px; */ border-radius: 6px; box-sizing: border-box; border: 1px dashed #BFBFBF; @@ -1136,6 +1458,8 @@ li .select_icon, .pay_every .pay_icon{ position: relative; width: 100%; height: 100%; + padding: 18px 12px 14px; + } .uploadShow p{ margin-top: 17px; @@ -1153,44 +1477,143 @@ li .select_icon, .pay_every .pay_icon{ .uploadMesShow{ width: 100%; height: 100%; + justify-content: center; + padding: 25px 0; } -.educationRight{ - display: flex; - align-items: center; +.btn{ + color: #5B6FF6; + margin-top: 6px; } -.educationRight img{ - width: 18px; - height: 18px; - margin-right: 3px; +.fileInfobox{ + margin-left: 28px; } -.educationRight+p{ - font-size: 12px; +.fileInfo .fileName{ + color: #969BA7; + margin-right: 10px; +} + + +.ppt_labelTwo{ + font-size: 14px; line-height: 18px; - color: #9E9E9E; + color: #1F2225; + padding: 12px 0; + justify-content: space-between; + margin-bottom: 12px; } -.education,.essayWords,.tableChart{ - display: flex; - align-items: center; - margin-right: 24px; +.ppt_temList{ + width: 100%; + /* flex-wrap: wrap; + justify-content: space-between; + gap: 24px; */ + display: grid; + grid-template-columns: repeat(auto-fill,minmax(166px,1fr)); + gap: 12px; +} +.ppt_temList .ppt_tem_item{ + width: 166px; position: relative; - cursor: pointer; + /* margin-top: 12px; */ } -.education input,.essayWords input{ - opacity: 0; - position: absolute; - left: 0; - width: 100%; - cursor: pointer; +.ppt_tem_item .pptImg{ + width: 162px; + height: 93px; + border-radius: 8px; + border: 2px solid #E8E9EA; + transition: all .5s ease; } -.tableChart input{ - opacity: 0; + + +.ppt_tem_item .ppt_select{ position: absolute; - left: 0; - width: 100%; - height: 100%; -} -.education div, .essayWords div, .tableChart div{ + right: 0px; + top: 0; + display: none; + width: 25px; + height: 45px; +} +.ppt_item_active .pptImg{ + border-radius: 8px; + opacity: 1; + /* box-sizing: border-box; */ + border: 2px solid #697CF7; +} +.ppt_item_active .ppt_select{ + display: block; +} +.ppt_tem_item .firstlook{ + width: 166px; + /* width: 100%; */ + height: 0px; + /* line-height: 24px; */ + opacity: 0; + text-align: center; + color: #FFFFFF; + position: absolute; + bottom: 19px; + border-radius: 0 0 8px 8px; + background: rgba(0, 0, 0, 0.7); +} +.ppt_tem_item:hover .pptImg{ + border-radius: 8px; + opacity: 1; + /* width: 166px; */ + /* box-sizing: border-box; */ + border: 2px solid #697CF7; + transition: all .5s ease; +} +.ppt_tem_item:hover .firstlook{ + height: 24px; + line-height: 24px; + transition: all .5s ease; + opacity: 1; + +} +.ppt_tem_item p{ + color: #3D4B54; + text-align: center; +} +.uploadfile-error { + color: #FF1414; +} +/* ppt end */ +.educationRight{ + display: flex; + align-items: center; +} +.educationRight img{ + width: 18px; + height: 18px; + margin-right: 3px; +} +.educationRight+p{ + font-size: 12px; + line-height: 18px; + color: #9E9E9E; +} +.education,.essayWords,.tableChart{ + display: flex; + align-items: center; + margin-right: 24px; + position: relative; + cursor: pointer; +} +.education input,.essayWords input{ + opacity: 0; + position: absolute; + left: 0; + width: 100%; + cursor: pointer; +} +.tableChart input{ + opacity: 0; + position: absolute; + left: 0; + width: 100%; + height: 100%; +} +.education div, .essayWords div, .tableChart div{ width: 18px; height: 18px; margin-right: 8px; @@ -1208,7 +1631,7 @@ li .select_icon, .pay_every .pay_icon{ .tableChart_active div{ background: url(../img/checked_icon.svg); } -.btn_result,.btn_result_now{ +.btn_result,.btn_result_now,.downLoad,.btn_result_now2{ width: 200px; height: 50px; font-size: 15px; @@ -1218,21 +1641,21 @@ li .select_icon, .pay_every .pay_icon{ text-align: center; border-radius: 8px; margin-top: 30px; - transition: all .3s; + transition: all .3s ease; background: linear-gradient(270deg, #6C69F5 0%, #3467E5 100%); } -.btn_result:hover, .btn_result_now:hover{ - transition: all .3s; +.btn_result:hover, .btn_result_now:hover,.downLoad:hover,.btn_result_now2:hover{ + transition: all .3s ease; opacity: 0.8; background: linear-gradient(270deg, #6C69F5 0%, #3467E5 100%); } -.btn_result:active,.btn_result_now:active{ - transition: all .3s; +.btn_result:active,.btn_result_now:active,.downLoad:active,.btn_result_now2:active{ + transition: all .3s ease; opacity: 1; background: linear-gradient(270deg, #6C69F5 0%, #3467E5 100%); border: 7px solid #DDE1FC; } -.checkbox_wrap { +.checkbox_wrap , .checkbox_wrap p{ margin-top: 12px; font-size: 12px; line-height: 18px; @@ -1262,11 +1685,24 @@ li .select_icon, .pay_every .pay_icon{ position: relative; top: -1px; } - +.user_default{ + position: relative; +} +.user_none{ + width: 100%; + position: absolute; + height: 100%; + user-select: none; + z-index: 100; + cursor: not-allowed; + background: rgba(255,255,255,0.4); +} .no-click { - pointer-events: none; + /* pointer-events: none; */ /* 其他样式,比如透明度调整等 */ + user-select: none; opacity: 0.5; + cursor: not-allowed !important; } .upgrade-modal{ display: none; @@ -1338,11 +1774,11 @@ li .select_icon, .pay_every .pay_icon{ right: 10px; /* 根据需要调整距离右侧的位置 */ font-size: 12px; /* 根据需要调整字体大小 */ } -.custom-select { +/* .custom-select { position: relative; display: inline-block; margin-right: 22px; - } + } */ #project_select { -webkit-appearance: none; @@ -1362,7 +1798,7 @@ li .select_icon, .pay_every .pay_icon{ cursor: pointer; outline: none; background: #FFFFFF; -border: 1px solid #E8E8E8; + border: 1px solid #E8E8E8; } /* 自定义图标 */ @@ -1386,10 +1822,14 @@ border: 1px solid #E8E8E8; select:focus { border-color: #4A90E2; /* 聚焦时边框颜色 */ } + .coreContent .formLeft{ + padding-top: 7px; + } #side_textarea, #coreTextarea{ flex: 1; /* width: 100%; */ padding: 14px 12px; + font-size: 14px; /* width: 664px; */ height: 65px; border-radius: 6px; @@ -1403,11 +1843,11 @@ border: 1px solid #E8E8E8; .footer{ background: #FAFAFC; margin-top: 50px; - transition: all .5s; + transition: all .5s ease; } .footer2{ margin-top: 100px; - transition: all .5s; + transition: all .5s ease; } .footer .footerbox{ display: flex; @@ -1506,3 +1946,854 @@ footer a{ color: black; text-decoration: none; } +/* 报告下载start */ + +#report_page{ + width: 100%; + height: calc(100% - 64px); + position: absolute; + margin: 0 auto; + width: 100%; + min-width: 1200px; + z-index: 66; + top: 64px; + display: flex; + flex-direction: column; + font-family: Microsoft YaHei UI; +} +.report_box{ + width: 100%; + flex-direction: column; +} +.report_content{ + width: 600px; + text-align: center; + /* display: flex; + flex-direction: column; + justify-content: center; */ +} +.report_content h3{ + margin: 36px 0 30px; + font-size: 22px; + font-weight: bold; + line-height: normal; + letter-spacing: 1.04px; + font-variation-settings: "opsz" auto; + color: #3D3D3D; +} +.report_content .search_report{ + font-size: 14px; + color: #3D3D3D; + border-radius: 6px; + background: #FFFFFF; + border: 1px solid #E8E8E8; + padding: 16px 20px; + display: flex; + line-height: 20px; +} +.report_content .search_report .report_input{ + color: #3D3D3D; + margin-right: 10px; + flex: 1; + border: none; +} +.report_content .search_report .report_input+span{ + color: #CBD5E2; +} +.report_content .search_report .report_input::placeholder{ + color: #8C919D; +} +.report_content .search_report .report_input:focus-visible{ + outline: none; +} +.report_content #searchReport{ + color: #5B6FF6; + margin-left: 16px; +} +.report_content .report_ques{ + color: #5B6FF6; + margin: 16px 0 30px; +} +.findtid-wrap ul{ + /* width: 100%; */ + display: block; + height: auto; + overflow: hidden; + display: flex; + margin: 0; +} +.findtid-wrap ul > li{ + height: 36px; + line-height: 36px; + justify-content: flex-start; + margin-right: 39px; + cursor: pointer; + position: relative; + list-style-type: none; +} +.findtid-wrap ul > li p{ + display: inline-block; + vertical-align: middle; + font-size: 12px; + font-weight: 400; + color: #C0C4C7; +} + +.findtid-wrap ul > li:first-child::before{ + content: ''; + width: 16px; + height: 16px; + display: inline-block; + box-sizing: border-box; + vertical-align: middle; + background: url(../img/wx_img_normal.svg) no-repeat; +} +.findtid-wrap ul > li:nth-child(2)::before{ + content: ''; + width: 16px; + height: 16px; + display: inline-block; + box-sizing: border-box; + vertical-align: middle; + background: url(../img/zfb_img_normal.svg) no-repeat; + background-size: 16px; +} +.findtid-wrap ul > li:last-child::before{ + content: ''; + width: 16px; + height: 16px; + display: inline-block; + box-sizing: border-box; + vertical-align: middle; + background: url(../img/taobao_img_normal.svg) no-repeat; + background-size: 16px; +} +.findtid-wrap ul > li:first-child.select p{ + color: #29C445 !important; + font-weight: bold; + transition: all .3s; +} +.findtid-wrap ul > li:nth-child(2).select p{ + color: #1675FF !important; + font-weight: bold; + transition: all .3s; +} +.findtid-wrap ul > li:last-child.select p{ + color: #FF7800 !important; + font-weight: bold; + transition: all .3s; +} +.findtid-wrap ul > li:first-child.select::before{ + content: ''; + width: 16px; + height: 16px; + display: inline-block; + box-sizing: border-box; + vertical-align: middle; + background: url(../img/wx_img_light.svg) no-repeat !important; +} +.findtid-wrap ul > li:first-child.select::after{ + content: ''; + width: 100%; + height: 2px; + background: #29C445; + display: inline-block; + box-sizing: border-box; + position: absolute; + left: 0; + bottom: 3px; +} +.findtid-wrap ul > li:nth-child(2).select::before{ + content: ''; + width: 16px; + height: 16px; + display: inline-block; + box-sizing: border-box; + vertical-align: middle; + background: url(../img/zfb_img_light.svg) no-repeat !important; + background-size: 16px; +} +.findtid-wrap ul > li:nth-child(2).select::after{ + content: ''; + width: 80px; + height: 2px; + background: #03B4FD; + display: inline-block; + box-sizing: border-box; + position: absolute; + left: 0px; + bottom: 3px; +} +.findtid-wrap ul > li:last-child.select::before{ + content: ''; + width: 16px; + height: 16px; + display: inline-block; + box-sizing: border-box; + vertical-align: middle; + background: url(../img/taobao_img_light.svg) no-repeat !important; + background-size: 16px; +} +.findtid-wrap ul > li:last-child.select::after{ + content: ''; + width: 68px; + height: 2px; + background: #FF6413; + display: inline-block; + box-sizing: border-box; + position: absolute; + left: 0px; + bottom: 3px; +} +.findtid-wrap > img { + margin-top: 6px; +} +.findtid-wrap-tip{ + width: 100%; + height: 10px; + /* background: #F9F9FB; */ + opacity: 0; + position: relative; + top: -10px; +} + + +.report_content .report_list{ + position: relative; +} +.report_content .findtid-wrap{ + width: 567px; + height: 231px; + background: url(../img/report_pay_back.png); + background-size: 567px 231px; + position: absolute; + top: 22px; + left: calc(50% - 70px); +} +.report_content .report_detail{ + width: 600px; + height: 360px; + border-radius: 6px; + opacity: 1; + background: rgba(255, 255, 255, 0.8); + margin-bottom: 19px; +} +.empty img{ + width: 60px; + height: 60px; + margin-bottom: 16px; +} +.report_content .report_detail .empty{ + flex-direction: column; + color: #1D2837; + height: 100%; +} +.report_box .report_mes{ + color: #EE7000; + border-radius: 6px; + background: rgba(236, 133, 51, 0.12); + padding: 8px 16px; +} +.report_main{ + width: calc(100% - 52px); + height: calc(100% - 52px); + padding: 26px; + display: flex; + flex-direction: column; + align-items: center; +} +.report_main .main_item{ + display: flex; + text-align: left; + font-size: 14px; + font-weight: normal; + line-height: 20px; + letter-spacing: 0px; + color: #2C394B; + margin-bottom: 20px; +} +.main_item label{ + width: 70px; + margin-right: 20px; + color: #5C6E86; +} +.main_item p{ + flex: 1; + line-height: 20px; + display: flex; + align-items: center; +} +.main_item p.report_finish{ + color: #3BB551; +} +.report_main .main_top{ + flex: 1; + width: 100%; +} +.report_main .waiting{ + color:#EE7000; +} +.report_main .downLoad{ + width: 130px; + padding: 11px 0; + border-radius: 8px; + line-height: 18px; + color: #FFFFFF; + margin: 0; + height: auto; + background: linear-gradient(270deg, #6C69F5 0%, #3467E5 100%); +} +/* 报告下载end */ + +/* 五彩斑斓支付框 start*/ +.pay_complete_modal{ + position: fixed; + width: 1058px; + height: 640px; + left: 50%; + top: 20%; + z-index: 999; + transform: translateX(-50%); + border-radius: 16px; + font-family: Microsoft YaHei UI; + display: flex; + /* padding: 28px 36px 36px; */ +} +.pay_complete_modal .pay_com_left{ + width: 268px; + height: 640px; + background: rgba(255, 255, 255, 0.7); + border-radius: 16px 0 0 16px; + display: flex; + flex-direction: column; + align-items: center; +} +.pay_com_right{ + flex: 1; + display: flex; + flex-direction: column; +} +.pay_com_left .left_logo{ + font-size: 22px; + font-weight: bold; + margin-top: 30px; + margin-bottom: 20px; + width: 210px; +} +.pay_com_left .left_logo::before{ + content: ''; + width:32px; + height:32px; + display: inline-block; + box-sizing: border-box; + vertical-align: middle; + background-size:32px; +} +.pay_com_left .left_ai{ + background: url(../img/colorAll-ai.svg) no-repeat; + background-size: 210px 82px; + height: 82px; + color: #3D3D3D; + width: 190px; + line-height: 22px; + padding: 14px 0px 0px 20px; + position: relative; +} +.left_ai .left_ai_img{ + width: 68px; + height: 86px; + position: absolute; + right: 0; + top: 26px; +} +.left_line{ + width: 204px; + height: 1px; + margin:40px 0; + /* margin-top: auto; */ +} +.left_ai_listMes{ +} +.left_ai_listMes .listMes_item{ + margin-bottom: 32px; +} +.listMes_item b{ + display: block; + font-size: 15px; + color: #323232; +} +.listMes_item p{ + font-size: 12px; + color: #323232; + width: 203px; + line-height: 17px; + margin-top: 9px; +} +.listMes_item b::before{ + content: ''; + width:18px; + height:18px; + display: inline-block; + box-sizing: border-box; + vertical-align: middle; + background-size:18px; + margin-right: 12px; +} +.pay_com_right .right_title{ + display: flex; + align-items: center; + padding: 25px 36px; + justify-content: flex-end; + font-size: 15px; + font-weight: bold; + color: #131A6A; +} +.pay_com_right .right_title img{ + margin-left: 10px; +} +.pay_com_right .right_main{ + flex: 1; + padding: 36px 36px 36px; + background-color: #fff; + border-radius: 0 0 16px 0; +} +.right_main h4{ + margin: 0 0 20px; +} +.addServices_box{ + font-family: Microsoft YaHei UI; + font-size: 14px; +} +.addServices_box p{ + color: #8C919D; + margin-bottom: 20px; +} +.pay_completeDetailMes { + display: flex; + flex-wrap: wrap; +} +.detailMesItem{ + min-width: 30%; + margin-bottom: 20px; + /* margin: 0 40px 22px 0; */ +} +.detailMesItem:first-child{ + flex: 1; +} +.detailMesItem span{ + min-width: 80px; + display: inline-block; + max-width: 177px; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; +} +.addServices_box .services_List{ + justify-content: flex-start; +} +.services_List .services_List_item{ + padding: 12px 20px; + border-radius: 6px; + margin-right: 8px; + 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; + font-weight: bold; +} +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; + background-size: 100% 100%; +} +.purpleColor .left_logo{ + background: linear-gradient(90deg, #AD65F5 13%, #5159F9 74%); + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + background-clip: text; + text-fill-color: transparent; + font-family: Alimama ShuHeiTi; +} +/* colorAll-ai.svg */ +.purpleColor .left_logo::before{ + background: url(../img/purple_logo.svg) no-repeat !important; +} +.purpleColor .left_ai_img{ + background: url(../img/purple_ai.svg) no-repeat !important; +} +.purpleColor .left_line{ + background: url(../img/purple_line.svg) no-repeat !important; +} +.purpleColor .listMes_item b::before{ + background: url(../img/purple_left.svg) no-repeat !important; +} +.purpleColor .right_title{ + color: #131A6A; +} +/* purple end */ +/* blue start */ +.blueColor{ + background: url(../img/blue_back.png); +} +.blueColor .right_title{ + color: #0A2D4D; +} +.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/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 */ +.backColorAdd >h4{ + margin-top: 0; + width: calc(100% + 220px); + font-size: 16px; + display: flex; + align-items: center; +} +.backColorAdd >h4 img{ + margin-left: 8px; +} +.backColorAdd >h4 span{ + font-family: Microsoft YaHei UI; + font-size: 16px; + font-weight: bold; + line-height: 20px; + letter-spacing: 0px; + font-variation-settings: "opsz" auto; + background: linear-gradient(247deg, #EC8734 10%, #EA5852 96%); + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + background-clip: text; + text-fill-color: transparent; +} +.addServiceds_show{ + width: calc(100% + 220px); +} +.top_left{ + width: calc(calc(100% / 2) - 57px); + padding: 13px 26px; + display: flex; + border-radius: 6px; + background: #F7FAFF; +} +.serviceds_top{ + display: flex; + justify-content: space-between; +} +.top_left img{ + width: 76px; + height: 76px; + margin-right: 26px; +} +.top_left > div h4{ + margin: 14px 0 8px; + display: flex; + align-items: center; + line-height: 20px; +} +.top_left div + span:last-child{ + color: #1F2225; + font-size: 12px; + margin-top: 14px; + font-weight: bold; +} +.top_left div{ + flex: 1; + width: 70%; +} +#mainText{ + display: inline-block; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + max-width: 70%; +} +.top_left .notNormalBZ{ + display: inline-block; + margin-right: 6px; + padding: 0px 8px; + color: #FFFFFF; + font-weight: 500; + font-size: 12px; + border-radius: 10px 10px 10px 0px; + font-family: Alibaba PuHuiTi 2.0; + background: linear-gradient(180deg, #725DFF 0%, #6785FF 100%); +} +.top_left div p{ + color: #1F2225; +} +.serviceds_bottom{ + margin-top: 12px; + justify-content: space-between; +} +.serviceds_bot_item{ + min-width: calc(calc(100% - 50px) / 6); + 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; + color: #5B6FF6; +} +.addListBox{ + width: calc(100% + 220px); + justify-content: flex-start; + height: 90px; +} +.addListBox .add_item{ + padding: 20px; + position: relative; + border-radius: 6px; + min-width: 234px; + opacity: 1; + margin-right: 12px; + background: #FFFFFF; + box-sizing: border-box; + border: 1px solid #FFE3DC; + position: relative; +} + +.addListBox .add_item .img{ + display: none; + opacity: 0; + position: absolute; + left: 0; + top: -275px; + border-radius: 12px; + z-index: 100; +} +.addListBox .add_item_right:hover .img{ + display: block !important; + opacity: 1; +} +.addListBox .add_item img{ +} +.addListBox .add_item .img .preview{ + height: 320px; +} +.addListBox .add_item .img .preview_icon{ + position: absolute; + left: 185px; + bottom: -14px; +} +.addListBox .pos_top{ + padding: 3px 13px; + position: absolute; + top: -12px; + right: 0; + border-radius: 20px 30px 0px 20px; + background: linear-gradient(270deg, #ED8455 2%, #E95451 100%); + font-family: Microsoft YaHei UI; + font-size: 12px; + font-variation-settings: "opsz" auto; + color: #FFFFFF; + line-height: 15px; +} +.addListBox .add_item_left{ + flex: 1; +} +.addListBox .add_active{ + background: linear-gradient(270deg, #FBE5C7 0%, #FDF6CA 100%); + border: 1px solid #FFE4DC; +} +.addListBox .add_item_right{ + color: #E65628; + font-size: 12px; + line-height: 20px; + margin-top: 30px; + cursor: pointer; +} +.addListBox .title{ + font-size: 16px; + color: #3D3D3D; + font-weight: bold; + margin-bottom: 6px; +} + +.add_item .title::before{ + content: ''; + width: 18px; + height: 18px; + display: inline-block; + background: url(../img/no_checked_icon.svg) center center no-repeat !important; + vertical-align: middle; + margin-right: 4px; + position: relative; + top: -1px; + cursor: pointer; + margin-right: 12px; +} +.add_active .title::before{ + content: ''; + width: 18px; + height: 18px; + display: inline-block; + background: url(../img/add_checked_icon.svg) center center no-repeat !important; + vertical-align: middle; + margin-right: 4px; + position: relative; + top: -1px; + margin-right: 12px; + +} +.addListBox .title+p{ + margin-left: 30px; +} +.add_ppt_item{ + width: 319px; + justify-content: space-between; +} +.add_ppt_item .add_item_left, .add_ppt_right{ + width: 112px; + flex: none; +} +.add_ppt_right p{ + font-size: 12px; + line-height: 20px; + color: #3D3D3D; +} +.add_ppt_right p:last-child{ + color: #8C919D; + margin-top: 8px; +} +.add_ppt_item .dashedLine{ + border: 0.5px dashed #B5B9BE; +} + +/* 首页附加增值服务end */ +/* 中文论文 继续支付弹框 start */ +.continue_pay_modal{ + width: 800px; + height: 703px; + border-radius: 30px; + /* background: rgba(255, 255, 255, 0.67); */ + background: url(../img/continue_back.png) no-repeat; + position: fixed; + left: 50%; + top: 20%; + z-index: 999; + transform: translateX(-50%); + font-family: Microsoft YaHei UI; + flex-direction: column; +} +.continue_title{ + padding: 24px; + justify-content: space-between; + +} +/* 中文论文 继续支付弹框 end */ diff --git a/style/img/AIGC_preview.png b/style/img/AIGC_preview.png new file mode 100644 index 0000000..9e3cfad Binary files /dev/null and b/style/img/AIGC_preview.png differ diff --git a/style/img/add_checked_icon.svg b/style/img/add_checked_icon.svg new file mode 100644 index 0000000..a2814e9 --- /dev/null +++ b/style/img/add_checked_icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/style/img/add_hot.svg b/style/img/add_hot.svg new file mode 100644 index 0000000..99627b1 --- /dev/null +++ b/style/img/add_hot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/style/img/add_lookppt_icon.svg b/style/img/add_lookppt_icon.svg new file mode 100644 index 0000000..7d36453 --- /dev/null +++ b/style/img/add_lookppt_icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/style/img/againPay_back.png b/style/img/againPay_back.png new file mode 100644 index 0000000..77056ee Binary files /dev/null and b/style/img/againPay_back.png differ diff --git a/style/img/aicg_preview.png b/style/img/aicg_preview.png new file mode 100644 index 0000000..1556452 Binary files /dev/null and b/style/img/aicg_preview.png differ diff --git a/style/img/blue_ai.svg b/style/img/blue_ai.svg new file mode 100644 index 0000000..30af354 --- /dev/null +++ b/style/img/blue_ai.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/style/img/blue_back.png b/style/img/blue_back.png new file mode 100644 index 0000000..6a11967 Binary files /dev/null and b/style/img/blue_back.png differ diff --git a/style/img/blue_left.svg b/style/img/blue_left.svg new file mode 100644 index 0000000..ec20240 --- /dev/null +++ b/style/img/blue_left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/style/img/blue_line.svg b/style/img/blue_line.svg new file mode 100644 index 0000000..6ad79c1 --- /dev/null +++ b/style/img/blue_line.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/style/img/blue_logo.svg b/style/img/blue_logo.svg new file mode 100644 index 0000000..8afb235 --- /dev/null +++ b/style/img/blue_logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/style/img/colorAll-ai.svg b/style/img/colorAll-ai.svg new file mode 100644 index 0000000..df8b470 --- /dev/null +++ b/style/img/colorAll-ai.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/style/img/continue_back.png b/style/img/continue_back.png new file mode 100644 index 0000000..77056ee Binary files /dev/null and b/style/img/continue_back.png differ diff --git a/style/img/continue_footer_icon.svg b/style/img/continue_footer_icon.svg new file mode 100644 index 0000000..2d0b2b7 --- /dev/null +++ b/style/img/continue_footer_icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/style/img/exitLook.svg b/style/img/exitLook.svg new file mode 100644 index 0000000..0466929 --- /dev/null +++ b/style/img/exitLook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/style/img/finish_lunwen.svg b/style/img/finish_lunwen.svg new file mode 100644 index 0000000..a8a5d52 --- /dev/null +++ b/style/img/finish_lunwen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/style/img/kaiti_preview.png b/style/img/kaiti_preview.png new file mode 100644 index 0000000..141598c Binary files /dev/null and b/style/img/kaiti_preview.png differ diff --git a/style/img/mes.svg b/style/img/mes.svg new file mode 100644 index 0000000..4c2cec1 --- /dev/null +++ b/style/img/mes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/style/img/nextPPT.svg b/style/img/nextPPT.svg new file mode 100644 index 0000000..f3978f1 --- /dev/null +++ b/style/img/nextPPT.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/style/img/no_finish_lunwen.svg b/style/img/no_finish_lunwen.svg new file mode 100644 index 0000000..8eb7e61 --- /dev/null +++ b/style/img/no_finish_lunwen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/style/img/orange_ai.svg b/style/img/orange_ai.svg new file mode 100644 index 0000000..8eb7187 --- /dev/null +++ b/style/img/orange_ai.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/style/img/orange_back.png b/style/img/orange_back.png new file mode 100644 index 0000000..2173373 Binary files /dev/null and b/style/img/orange_back.png differ diff --git a/style/img/orange_left.svg b/style/img/orange_left.svg new file mode 100644 index 0000000..91938d8 --- /dev/null +++ b/style/img/orange_left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/style/img/orange_line.svg b/style/img/orange_line.svg new file mode 100644 index 0000000..0fd2737 --- /dev/null +++ b/style/img/orange_line.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/style/img/orange_logo.svg b/style/img/orange_logo.svg new file mode 100644 index 0000000..1d94817 --- /dev/null +++ b/style/img/orange_logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/style/img/ppt_1.png b/style/img/ppt_1.png new file mode 100644 index 0000000..a5c3bcb Binary files /dev/null and b/style/img/ppt_1.png differ diff --git a/style/img/ppt_10.png b/style/img/ppt_10.png new file mode 100644 index 0000000..1828775 Binary files /dev/null and b/style/img/ppt_10.png differ diff --git a/style/img/ppt_10_1.png b/style/img/ppt_10_1.png new file mode 100644 index 0000000..24911b1 Binary files /dev/null and b/style/img/ppt_10_1.png differ diff --git a/style/img/ppt_10_2.png b/style/img/ppt_10_2.png new file mode 100644 index 0000000..c915720 Binary files /dev/null and b/style/img/ppt_10_2.png differ diff --git a/style/img/ppt_10_3.png b/style/img/ppt_10_3.png new file mode 100644 index 0000000..fe18249 Binary files /dev/null and b/style/img/ppt_10_3.png differ diff --git a/style/img/ppt_10_4.png b/style/img/ppt_10_4.png new file mode 100644 index 0000000..9b887d2 Binary files /dev/null and b/style/img/ppt_10_4.png differ diff --git a/style/img/ppt_10_5.png b/style/img/ppt_10_5.png new file mode 100644 index 0000000..dba3e8c Binary files /dev/null and b/style/img/ppt_10_5.png differ diff --git a/style/img/ppt_10_6.png b/style/img/ppt_10_6.png new file mode 100644 index 0000000..40d6465 Binary files /dev/null and b/style/img/ppt_10_6.png differ diff --git a/style/img/ppt_10_7.png b/style/img/ppt_10_7.png new file mode 100644 index 0000000..bfb1499 Binary files /dev/null and b/style/img/ppt_10_7.png differ diff --git a/style/img/ppt_10_8.png b/style/img/ppt_10_8.png new file mode 100644 index 0000000..9b7541c Binary files /dev/null and b/style/img/ppt_10_8.png differ diff --git a/style/img/ppt_1_1.png b/style/img/ppt_1_1.png new file mode 100644 index 0000000..9b90d72 Binary files /dev/null and b/style/img/ppt_1_1.png differ diff --git a/style/img/ppt_1_2.png b/style/img/ppt_1_2.png new file mode 100644 index 0000000..48572c7 Binary files /dev/null and b/style/img/ppt_1_2.png differ diff --git a/style/img/ppt_1_3.png b/style/img/ppt_1_3.png new file mode 100644 index 0000000..b2e6fe9 Binary files /dev/null and b/style/img/ppt_1_3.png differ diff --git a/style/img/ppt_1_4.png b/style/img/ppt_1_4.png new file mode 100644 index 0000000..e89811c Binary files /dev/null and b/style/img/ppt_1_4.png differ diff --git a/style/img/ppt_1_5.png b/style/img/ppt_1_5.png new file mode 100644 index 0000000..eedb9a5 Binary files /dev/null and b/style/img/ppt_1_5.png differ diff --git a/style/img/ppt_1_6.png b/style/img/ppt_1_6.png new file mode 100644 index 0000000..586bce2 Binary files /dev/null and b/style/img/ppt_1_6.png differ diff --git a/style/img/ppt_1_7.png b/style/img/ppt_1_7.png new file mode 100644 index 0000000..893f1e8 Binary files /dev/null and b/style/img/ppt_1_7.png differ diff --git a/style/img/ppt_1_8.png b/style/img/ppt_1_8.png new file mode 100644 index 0000000..779d6fe Binary files /dev/null and b/style/img/ppt_1_8.png differ diff --git a/style/img/ppt_2.png b/style/img/ppt_2.png new file mode 100644 index 0000000..08568d9 Binary files /dev/null and b/style/img/ppt_2.png differ diff --git a/style/img/ppt_2_1.png b/style/img/ppt_2_1.png new file mode 100644 index 0000000..adee7d7 Binary files /dev/null and b/style/img/ppt_2_1.png differ diff --git a/style/img/ppt_2_2.png b/style/img/ppt_2_2.png new file mode 100644 index 0000000..950c9c7 Binary files /dev/null and b/style/img/ppt_2_2.png differ diff --git a/style/img/ppt_2_3.png b/style/img/ppt_2_3.png new file mode 100644 index 0000000..6098315 Binary files /dev/null and b/style/img/ppt_2_3.png differ diff --git a/style/img/ppt_2_4.png b/style/img/ppt_2_4.png new file mode 100644 index 0000000..d9cd214 Binary files /dev/null and b/style/img/ppt_2_4.png differ diff --git a/style/img/ppt_2_5.png b/style/img/ppt_2_5.png new file mode 100644 index 0000000..107d30a Binary files /dev/null and b/style/img/ppt_2_5.png differ diff --git a/style/img/ppt_2_6.png b/style/img/ppt_2_6.png new file mode 100644 index 0000000..52d5c14 Binary files /dev/null and b/style/img/ppt_2_6.png differ diff --git a/style/img/ppt_2_7.png b/style/img/ppt_2_7.png new file mode 100644 index 0000000..9d26e1e Binary files /dev/null and b/style/img/ppt_2_7.png differ diff --git a/style/img/ppt_2_8.png b/style/img/ppt_2_8.png new file mode 100644 index 0000000..8fc51b3 Binary files /dev/null and b/style/img/ppt_2_8.png differ diff --git a/style/img/ppt_3.png b/style/img/ppt_3.png new file mode 100644 index 0000000..0625ed2 Binary files /dev/null and b/style/img/ppt_3.png differ diff --git a/style/img/ppt_3_1.png b/style/img/ppt_3_1.png new file mode 100644 index 0000000..9758edc Binary files /dev/null and b/style/img/ppt_3_1.png differ diff --git a/style/img/ppt_3_2.png b/style/img/ppt_3_2.png new file mode 100644 index 0000000..c725e50 Binary files /dev/null and b/style/img/ppt_3_2.png differ diff --git a/style/img/ppt_3_3.png b/style/img/ppt_3_3.png new file mode 100644 index 0000000..3b74640 Binary files /dev/null and b/style/img/ppt_3_3.png differ diff --git a/style/img/ppt_3_4.png b/style/img/ppt_3_4.png new file mode 100644 index 0000000..a7a3544 Binary files /dev/null and b/style/img/ppt_3_4.png differ diff --git a/style/img/ppt_3_5.png b/style/img/ppt_3_5.png new file mode 100644 index 0000000..e7a08a1 Binary files /dev/null and b/style/img/ppt_3_5.png differ diff --git a/style/img/ppt_3_6.png b/style/img/ppt_3_6.png new file mode 100644 index 0000000..fec2fc5 Binary files /dev/null and b/style/img/ppt_3_6.png differ diff --git a/style/img/ppt_3_7.png b/style/img/ppt_3_7.png new file mode 100644 index 0000000..6534e3e Binary files /dev/null and b/style/img/ppt_3_7.png differ diff --git a/style/img/ppt_3_8.png b/style/img/ppt_3_8.png new file mode 100644 index 0000000..fe9b074 Binary files /dev/null and b/style/img/ppt_3_8.png differ diff --git a/style/img/ppt_4.png b/style/img/ppt_4.png new file mode 100644 index 0000000..0146bb6 Binary files /dev/null and b/style/img/ppt_4.png differ diff --git a/style/img/ppt_4_1.png b/style/img/ppt_4_1.png new file mode 100644 index 0000000..8d18a26 Binary files /dev/null and b/style/img/ppt_4_1.png differ diff --git a/style/img/ppt_4_2.png b/style/img/ppt_4_2.png new file mode 100644 index 0000000..65bd1ff Binary files /dev/null and b/style/img/ppt_4_2.png differ diff --git a/style/img/ppt_4_3.png b/style/img/ppt_4_3.png new file mode 100644 index 0000000..ad4392d Binary files /dev/null and b/style/img/ppt_4_3.png differ diff --git a/style/img/ppt_4_4.png b/style/img/ppt_4_4.png new file mode 100644 index 0000000..c9c8f10 Binary files /dev/null and b/style/img/ppt_4_4.png differ diff --git a/style/img/ppt_4_5.png b/style/img/ppt_4_5.png new file mode 100644 index 0000000..92ed661 Binary files /dev/null and b/style/img/ppt_4_5.png differ diff --git a/style/img/ppt_4_6.png b/style/img/ppt_4_6.png new file mode 100644 index 0000000..74e2d79 Binary files /dev/null and b/style/img/ppt_4_6.png differ diff --git a/style/img/ppt_4_7.png b/style/img/ppt_4_7.png new file mode 100644 index 0000000..12cb78f Binary files /dev/null and b/style/img/ppt_4_7.png differ diff --git a/style/img/ppt_4_8.png b/style/img/ppt_4_8.png new file mode 100644 index 0000000..c063b22 Binary files /dev/null and b/style/img/ppt_4_8.png differ diff --git a/style/img/ppt_5.png b/style/img/ppt_5.png new file mode 100644 index 0000000..27f3b57 Binary files /dev/null and b/style/img/ppt_5.png differ diff --git a/style/img/ppt_5_1.png b/style/img/ppt_5_1.png new file mode 100644 index 0000000..4f23dd9 Binary files /dev/null and b/style/img/ppt_5_1.png differ diff --git a/style/img/ppt_5_2.png b/style/img/ppt_5_2.png new file mode 100644 index 0000000..07611c6 Binary files /dev/null and b/style/img/ppt_5_2.png differ diff --git a/style/img/ppt_5_3.png b/style/img/ppt_5_3.png new file mode 100644 index 0000000..5c8a9ad Binary files /dev/null and b/style/img/ppt_5_3.png differ diff --git a/style/img/ppt_5_4.png b/style/img/ppt_5_4.png new file mode 100644 index 0000000..3ca585e Binary files /dev/null and b/style/img/ppt_5_4.png differ diff --git a/style/img/ppt_5_5.png b/style/img/ppt_5_5.png new file mode 100644 index 0000000..9bd7515 Binary files /dev/null and b/style/img/ppt_5_5.png differ diff --git a/style/img/ppt_5_6.png b/style/img/ppt_5_6.png new file mode 100644 index 0000000..858cfa2 Binary files /dev/null and b/style/img/ppt_5_6.png differ diff --git a/style/img/ppt_5_7.png b/style/img/ppt_5_7.png new file mode 100644 index 0000000..a60be80 Binary files /dev/null and b/style/img/ppt_5_7.png differ diff --git a/style/img/ppt_5_8.png b/style/img/ppt_5_8.png new file mode 100644 index 0000000..54985d3 Binary files /dev/null and b/style/img/ppt_5_8.png differ diff --git a/style/img/ppt_6.png b/style/img/ppt_6.png new file mode 100644 index 0000000..f3cea1b Binary files /dev/null and b/style/img/ppt_6.png differ diff --git a/style/img/ppt_6_1.png b/style/img/ppt_6_1.png new file mode 100644 index 0000000..ac273cc Binary files /dev/null and b/style/img/ppt_6_1.png differ diff --git a/style/img/ppt_6_2.png b/style/img/ppt_6_2.png new file mode 100644 index 0000000..26ed087 Binary files /dev/null and b/style/img/ppt_6_2.png differ diff --git a/style/img/ppt_6_3.png b/style/img/ppt_6_3.png new file mode 100644 index 0000000..d2cfbd1 Binary files /dev/null and b/style/img/ppt_6_3.png differ diff --git a/style/img/ppt_6_4.png b/style/img/ppt_6_4.png new file mode 100644 index 0000000..3033c47 Binary files /dev/null and b/style/img/ppt_6_4.png differ diff --git a/style/img/ppt_6_5.png b/style/img/ppt_6_5.png new file mode 100644 index 0000000..fe86491 Binary files /dev/null and b/style/img/ppt_6_5.png differ diff --git a/style/img/ppt_6_6.png b/style/img/ppt_6_6.png new file mode 100644 index 0000000..58be1ba Binary files /dev/null and b/style/img/ppt_6_6.png differ diff --git a/style/img/ppt_6_7.png b/style/img/ppt_6_7.png new file mode 100644 index 0000000..bbdc84e Binary files /dev/null and b/style/img/ppt_6_7.png differ diff --git a/style/img/ppt_6_8.png b/style/img/ppt_6_8.png new file mode 100644 index 0000000..df7cb55 Binary files /dev/null and b/style/img/ppt_6_8.png differ diff --git a/style/img/ppt_7.png b/style/img/ppt_7.png new file mode 100644 index 0000000..4cceb77 Binary files /dev/null and b/style/img/ppt_7.png differ diff --git a/style/img/ppt_7_1.png b/style/img/ppt_7_1.png new file mode 100644 index 0000000..20ebe1d Binary files /dev/null and b/style/img/ppt_7_1.png differ diff --git a/style/img/ppt_7_2.png b/style/img/ppt_7_2.png new file mode 100644 index 0000000..c38c1f4 Binary files /dev/null and b/style/img/ppt_7_2.png differ diff --git a/style/img/ppt_7_3.png b/style/img/ppt_7_3.png new file mode 100644 index 0000000..25250f7 Binary files /dev/null and b/style/img/ppt_7_3.png differ diff --git a/style/img/ppt_7_4.png b/style/img/ppt_7_4.png new file mode 100644 index 0000000..1fba04a Binary files /dev/null and b/style/img/ppt_7_4.png differ diff --git a/style/img/ppt_7_5.png b/style/img/ppt_7_5.png new file mode 100644 index 0000000..eb03a18 Binary files /dev/null and b/style/img/ppt_7_5.png differ diff --git a/style/img/ppt_7_6.png b/style/img/ppt_7_6.png new file mode 100644 index 0000000..d8b0282 Binary files /dev/null and b/style/img/ppt_7_6.png differ diff --git a/style/img/ppt_7_7.png b/style/img/ppt_7_7.png new file mode 100644 index 0000000..6b201a6 Binary files /dev/null and b/style/img/ppt_7_7.png differ diff --git a/style/img/ppt_7_8.png b/style/img/ppt_7_8.png new file mode 100644 index 0000000..f08623c Binary files /dev/null and b/style/img/ppt_7_8.png differ diff --git a/style/img/ppt_8.png b/style/img/ppt_8.png new file mode 100644 index 0000000..b554397 Binary files /dev/null and b/style/img/ppt_8.png differ diff --git a/style/img/ppt_8_1.png b/style/img/ppt_8_1.png new file mode 100644 index 0000000..2ddfb74 Binary files /dev/null and b/style/img/ppt_8_1.png differ diff --git a/style/img/ppt_8_2.png b/style/img/ppt_8_2.png new file mode 100644 index 0000000..353948c Binary files /dev/null and b/style/img/ppt_8_2.png differ diff --git a/style/img/ppt_8_3.png b/style/img/ppt_8_3.png new file mode 100644 index 0000000..011dc13 Binary files /dev/null and b/style/img/ppt_8_3.png differ diff --git a/style/img/ppt_8_4.png b/style/img/ppt_8_4.png new file mode 100644 index 0000000..cb6153b Binary files /dev/null and b/style/img/ppt_8_4.png differ diff --git a/style/img/ppt_8_5.png b/style/img/ppt_8_5.png new file mode 100644 index 0000000..e9a57c2 Binary files /dev/null and b/style/img/ppt_8_5.png differ diff --git a/style/img/ppt_8_6.png b/style/img/ppt_8_6.png new file mode 100644 index 0000000..b050128 Binary files /dev/null and b/style/img/ppt_8_6.png differ diff --git a/style/img/ppt_8_7.png b/style/img/ppt_8_7.png new file mode 100644 index 0000000..6f020d3 Binary files /dev/null and b/style/img/ppt_8_7.png differ diff --git a/style/img/ppt_8_8.png b/style/img/ppt_8_8.png new file mode 100644 index 0000000..b399848 Binary files /dev/null and b/style/img/ppt_8_8.png differ diff --git a/style/img/ppt_9.png b/style/img/ppt_9.png new file mode 100644 index 0000000..c00266e Binary files /dev/null and b/style/img/ppt_9.png differ diff --git a/style/img/ppt_9_1.png b/style/img/ppt_9_1.png new file mode 100644 index 0000000..79bdf06 Binary files /dev/null and b/style/img/ppt_9_1.png differ diff --git a/style/img/ppt_9_2.png b/style/img/ppt_9_2.png new file mode 100644 index 0000000..9dce043 Binary files /dev/null and b/style/img/ppt_9_2.png differ diff --git a/style/img/ppt_9_3.png b/style/img/ppt_9_3.png new file mode 100644 index 0000000..8c9055e Binary files /dev/null and b/style/img/ppt_9_3.png differ diff --git a/style/img/ppt_9_4.png b/style/img/ppt_9_4.png new file mode 100644 index 0000000..4edf4f6 Binary files /dev/null and b/style/img/ppt_9_4.png differ diff --git a/style/img/ppt_9_5.png b/style/img/ppt_9_5.png new file mode 100644 index 0000000..6787a08 Binary files /dev/null and b/style/img/ppt_9_5.png differ diff --git a/style/img/ppt_9_6.png b/style/img/ppt_9_6.png new file mode 100644 index 0000000..9ac5657 Binary files /dev/null and b/style/img/ppt_9_6.png differ diff --git a/style/img/ppt_9_7.png b/style/img/ppt_9_7.png new file mode 100644 index 0000000..a2ba827 Binary files /dev/null and b/style/img/ppt_9_7.png differ diff --git a/style/img/ppt_9_8.png b/style/img/ppt_9_8.png new file mode 100644 index 0000000..e951ca2 Binary files /dev/null and b/style/img/ppt_9_8.png differ diff --git a/style/img/prevPPT.svg b/style/img/prevPPT.svg new file mode 100644 index 0000000..edeb1cb --- /dev/null +++ b/style/img/prevPPT.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/style/img/purple_ai.svg b/style/img/purple_ai.svg new file mode 100644 index 0000000..3833b62 --- /dev/null +++ b/style/img/purple_ai.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/style/img/purple_back.png b/style/img/purple_back.png new file mode 100644 index 0000000..aceb708 Binary files /dev/null and b/style/img/purple_back.png differ diff --git a/style/img/purple_left.svg b/style/img/purple_left.svg new file mode 100644 index 0000000..bc624c0 --- /dev/null +++ b/style/img/purple_left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/style/img/purple_line.svg b/style/img/purple_line.svg new file mode 100644 index 0000000..ce5632e --- /dev/null +++ b/style/img/purple_line.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/style/img/purple_logo.svg b/style/img/purple_logo.svg new file mode 100644 index 0000000..fc7f837 --- /dev/null +++ b/style/img/purple_logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/style/img/question.svg b/style/img/question.svg new file mode 100644 index 0000000..82234c7 --- /dev/null +++ b/style/img/question.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/style/img/renwushu_preview.png b/style/img/renwushu_preview.png new file mode 100644 index 0000000..0053a30 Binary files /dev/null and b/style/img/renwushu_preview.png differ diff --git a/style/img/report_finish.svg b/style/img/report_finish.svg new file mode 100644 index 0000000..44d72e6 --- /dev/null +++ b/style/img/report_finish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/style/img/report_null.svg b/style/img/report_null.svg new file mode 100644 index 0000000..1b3b8ba --- /dev/null +++ b/style/img/report_null.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/style/img/report_pay_back.png b/style/img/report_pay_back.png new file mode 100644 index 0000000..58b5850 Binary files /dev/null and b/style/img/report_pay_back.png differ 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/sanjiao.svg b/style/img/sanjiao.svg new file mode 100644 index 0000000..903f9ba --- /dev/null +++ b/style/img/sanjiao.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/style/img/step_active2.svg b/style/img/step_active2.svg new file mode 100644 index 0000000..93cd799 --- /dev/null +++ b/style/img/step_active2.svg @@ -0,0 +1 @@ + \ No newline at end of file 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/img/taobao_img_light.svg b/style/img/taobao_img_light.svg new file mode 100644 index 0000000..a70f3af --- /dev/null +++ b/style/img/taobao_img_light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/style/img/taobao_img_normal.svg b/style/img/taobao_img_normal.svg new file mode 100644 index 0000000..2688526 --- /dev/null +++ b/style/img/taobao_img_normal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/style/img/tb_pay_mes.png b/style/img/tb_pay_mes.png new file mode 100644 index 0000000..48d515a Binary files /dev/null and b/style/img/tb_pay_mes.png differ diff --git a/style/img/title_icon_normal.svg b/style/img/title_icon_normal.svg new file mode 100644 index 0000000..b39e3d0 --- /dev/null +++ b/style/img/title_icon_normal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/style/img/wx_img_light.svg b/style/img/wx_img_light.svg new file mode 100644 index 0000000..c8e22db --- /dev/null +++ b/style/img/wx_img_light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/style/img/wx_img_normal.svg b/style/img/wx_img_normal.svg new file mode 100644 index 0000000..fb850fb --- /dev/null +++ b/style/img/wx_img_normal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/style/img/wx_pay_mes.png b/style/img/wx_pay_mes.png new file mode 100644 index 0000000..1b573f2 Binary files /dev/null and b/style/img/wx_pay_mes.png differ diff --git a/style/img/zfb_img_light.svg b/style/img/zfb_img_light.svg new file mode 100644 index 0000000..66f20b7 --- /dev/null +++ b/style/img/zfb_img_light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/style/img/zfb_img_normal.svg b/style/img/zfb_img_normal.svg new file mode 100644 index 0000000..9f55f27 --- /dev/null +++ b/style/img/zfb_img_normal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/style/img/zfb_pay_mes.png b/style/img/zfb_pay_mes.png new file mode 100644 index 0000000..3c346ed Binary files /dev/null and b/style/img/zfb_pay_mes.png differ diff --git a/style/js/index.js b/style/js/index.js index 0c8074d..270e8d3 100644 --- a/style/js/index.js +++ b/style/js/index.js @@ -4,18 +4,347 @@ $(document).ready(function() { var notChecked = ''; var checked = ''; var payResultTimer = null; - var service_domain = location.origin+'/' + 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 add_ppt = 0;//增值服务的ppt + var child_ppt = 0; + var check_type = '94' + var child_src = '' + var value_added_servicesList = null; + var value_added_select = [];//已选择的增值服务 + var table_and_formulas = ''; + var cssurl = $('#styleUrl').attr('url'); + // var cssurl= './style/img/'//dev + var pptUrlList = [ + { + name:'清新绿意通用模版', + url:'', + list:[], + ppt_id:'2' + }, + { + name:'蓝色启航通用模版', + ppt_id:'3' + }, + { + name:'蓝色梦境通用模版', + ppt_id:'5' + }, + { + name:'棕韵蓝调通用模版', + ppt_id:'6' + }, + { + name:'绿野金辉通用模版', + ppt_id:'7' + }, + { + name:'深邃星空通用模版', + ppt_id:'8' + }, + { + name:'毕业庆典通用模版', + ppt_id:'9' + }, + { + name:'生命之链通用模版', + ppt_id:'10' + }, + { + name:'云水之间通用模版', + ppt_id:'11' + }, + { + name:'金色地标通用模版', + ppt_id:'12' + }, + + + ] + var checkTypeList={ + '94':'毕业论文', + '81':'课程论文', + '85':'职称论文', + '62':'开题报告', + '64':'论文选题', + '91':'文献综述', + '96':'答辩PPT', + '63':'任务书', + '82':'英文论文', + } + var tableType={ + '1':'图片', + '2':'表格', + '3':'公式', + '4':'代码', + } + var addservicedsDescList = [ + '论文封面', + '论文提纲', + '论文摘要', + '论文致谢', + '参考文献', + '查重报告', + ] + //首页增值服务相关展示 + let servicedsHtml = '' + addservicedsDescList.forEach(item=>{ + servicedsHtml += `
+ + `+item+` + X1 +
` + }) + $('.serviceds_bottom').html(servicedsHtml) + var payhtml = `
+
+
+
+
+ + 微信支付 + +
+
+ + 支付宝支付 + +
+
+
+

应付总额:¥

+

扫码支付自动提交,请勿刷新

+

提交成功用订单号查询结果

+
+
+
+ +
+
+ + 支付成功!订单号是下载范文唯一凭证 +
+
+ +
+

+ + 微信扫码,随时获知生成状态 +

+

+ 订单号:OIY898998787721878233 + +

+
+
+
+
再生成一篇
+
去下载
+
+
+ ` //获取服务项目具体信息 - $.ajax(service_domain +'ajax_get_ai_services', function(response) { - // 请求成功时的回调函数 - console.log(response); - }).fail(function(xhr, status, error) { - // 请求失败时的回调函数 - console.log(error); - }); + // $.ajax(service_domain +'ajax_get_ai_services', function(response) { + // // 请求成功时的回调函数 + // console.log(response); + // }).fail(function(xhr, status, error) { + // // 请求失败时的回调函数 + // console.log(error); + // }); + +// 首页增值服务相关 + var add_item_valueText = { + '62':'选题正文一步到位', + '63':'导师看了都说好', + '96':'可自定义风格,答辩最靓的仔', + } + var add_item_valueUrl = { + '62': cssurl +'/img/kaiti_preview.png', + '63': cssurl +'/img/renwushu_preview.png', + '96':'', + 'AIGC': cssurl +'/img/AIGC_preview.png' + } + getadd_Value('94') + function getadd_Value(type){ + $.ajax({ + type: "post", + dataType:'json', + url: service_domain +'ajax_get_value_added_services', + data: { + type + }, + + success:function(res){ + if(res.status){ + let addListBoxHtml = '' + value_added_servicesList = Object.values(res.data.value_added_services); + value_added_servicesList.forEach(item=>{ + if(item.type != '96'){ + addListBoxHtml+= `
+
`+add_item_valueText[item.type]+`
+
+

`+item.name +`

+

+ `+item.price_desc.slice(0,-3)+` + 12.00元 +

+
+ 预览 +
+ +
+
+
` + }else{ + addListBoxHtml+= `
+
`+add_item_valueText[item.type]+`
+
+

`+item.name +`

+

+ `+item.price_desc.slice(0,-3)+` + 12.00元 +

+
+
+
+

当前模板

+

+ 清新绿意通用模板 + +

+
+
` + } + }) + $('.addListBox').html(addListBoxHtml) + // $('.addListBox') + }else{ + alert(res.info) + } + + }, + error:function(){ + alert('网络错误1'); + } + }) + } + $('.addListBox').on('click','.add_lookPPT',function(){ + $('.look_PPT_modal').removeClass('hide') + if (!$('.look_PPT_modal').hasClass('hide')) { + if(add_ppt !== null){ + setLookPPT_active(add_ppt) + }else{ + setLookPPT_active(0) + } + setLeftShow(add_ppt != null ? add_ppt : 0) + } + }) + // 增值服务 选择 + $('.addListBox').on('click','.title',function(){ + if ($(this).parent().parent().hasClass('add_active')) { + $(this).parent().parent().removeClass('add_active'); + return; + } + $(this).parent().parent().addClass('add_active') + }) + //点击生成 + $('#click_AI_moretext').click(function(){ + let add_num = $('.addListBox .add_active').length; + $('.add_length').html(`您选择了`+add_num+`项增值服务`) + let add_selected = [] + $('.addListBox .add_active').each(function() { + let value = $(this).attr('type'); + let this_item = value_added_servicesList.filter(item=> item.type == value) + add_selected.push(...this_item) + }); + // value_added_servicesList + if(add_num > 0 ){ + $('.addServices_box').removeClass('hide') + }else{ + $('.addServices_box').addClass('hide') + } + let html = ''; + value_added_select=[];//重置 + if(add_selected.length > 0){ + add_selected.forEach(item=>{ + value_added_select.push(item.type); + html += `
+ `+item.name+` + `+item.price_desc.slice(0,-3)+` + 12.00元 +
` + }) + }else{ + value_added_select=[]; + } + $('.services_List').html(html) + // if($('.pay_complete_modal').hasClass('hide')){ + // $('.pay_complete_modal').removeClass('hide') + // } + var wordnums = parseInt($('input[type="radio"][name="wordnums"]:checked').val()); + console.log(wordnums,'wordnums===='); + let title = $('.inputChange').val(); + // pay_completeDetailMes + let html1 = '' + html1 += `
+ 写作题目: + `+title+` +
` + html1 +=`
+ 写作类型: + `+checkTypeList[check_type]+` +
` + + html1 +=`
+ 论文金额: + ---元 +
` + if(check_type == '94'){ + html1 +=`
+ 字  数: + 约`+wordnums+`字 +
` + var table_and_formulas_obj = $('#paper-table_and_formulas-wrapper').find('input:checked'); + if(table_and_formulas_obj.length >0){ + var table_and_formulas_text = []; + for (var index = 0; index < table_and_formulas_obj.length; index++) { + var table_and_formulasval = table_and_formulas_obj.eq(index).val(); + if (table_and_formulas == '') { + // table_and_formulas_text = tableType[table_and_formulasval]; + table_and_formulas = table_and_formulasval; + continue; + } + table_and_formulas += '' + table_and_formulasval; + table_and_formulas_text.push(tableType[table_and_formulasval]) + } + html1 += `
+ 正文包含: + `+table_and_formulas_text.join('、')+` +
` + } + } + $('.pay_completeDetailMes').html(html1) + $('.pay_complete_main').html(payhtml) + payAction() + }) + //step监听滚动位置 +// 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() { @@ -24,6 +353,7 @@ $(document).ready(function() { // console.log($(this).scrollTop(),'$(this).scrollTop()'); var distanceToTop = element.offset().top - $(this).scrollTop(); if(distanceToTop <= 64){ + if($('.main_page_top').hasClass('hide'))return element.addClass('stickyStep') element2.addClass('footer2') @@ -33,14 +363,27 @@ $(document).ready(function() { } }); } - function getFormData() { - var formData = new FormData(document.querySelector('form')); - var data = {}; - for (var [key, value] of formData.entries()) { - data[key] = value; + $('.right_btn').click(function(){ + $('.right_btn').removeClass('activebtn') + $(this).addClass('activebtn') + if($(this).attr('type') == '1'){ + $('.main_page_top').removeClass('hide') + $('.main_page').removeClass('hide') + $('#report_page').addClass('hide') + }else{ + $('.main_page_top').addClass('hide') + $('.main_page').addClass('hide') + $('#report_page').removeClass('hide') } - console.log(data); - } + }) + // function getFormData() { + // var formData = new FormData(document.querySelector('form')); + // var data = {}; + // for (var [key, value] of formData.entries()) { + // data[key] = value; + // } + // console.log(data); + // } //标题输入字数 $('.inputChange').on('input', function() { var maxLength = $('.inputText').attr('max'); @@ -87,29 +430,45 @@ $(document).ready(function() { } } } - $('.pay_every').click(function(e){ - if ($('.pay_every').hasClass('pay_active')) { - $('.pay_every').removeClass('pay_active') + $('.payModal_main').on('click','.pay_every',function(){ + if ($('.payModal_main .pay_every').hasClass('pay_active')) { + $('.payModal_main .pay_every').removeClass('pay_active') + } + $(this).addClass('pay_active') + let pay_type = $('.pay_active').attr('pay_type'); + allPostData = {...allPostData,pay_type} + payAction() + }) + $('.pay_complete_main').on('click','.pay_every',function(){ + if ($('.pay_complete_main .pay_every').hasClass('pay_active')) { + $('.pay_complete_main .pay_every').removeClass('pay_active') } $(this).addClass('pay_active') let pay_type = $('.pay_active').attr('pay_type'); allPostData = {...allPostData,pay_type} - // $('#totalMoney').text('') payAction() - // getPayQrcode(postData,check_flag) - }) $('.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'); + if($('.pay_complete_modal .modal_mes').hasClass('hide')){ + $('.pay_complete_modal .modal_mes').removeClass('hide') + } + if($('.pay_complete_modal .pay_content').hasClass('hide')){ + $('.pay_complete_modal .pay_content').removeClass('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); }) @@ -118,20 +477,11 @@ $(document).ready(function() { return paytype; } function payAction(){ - let check_type = $('li.active_select').attr('type'); + let check_type1 = $('li.active_select').attr('type'); + check_type = check_type1 let check_flag = $('li.active_select').attr('check_flag'); let pay_type = getPayType(); let title = $('.inputChange').val().trim(); - // goods_id 0 - // const postData = { - // title:'88', - // check_type, - // pay_type, - // get_pay_goods:'1', - // aiessay_wordnum:'3000', - // // recharge_goods_id:'0', - // // value_added_services:''//增值服务 - // } if(check_type == '') { alert('提交类型不合法'); errorJump(); @@ -154,6 +504,15 @@ $(document).ready(function() { // errorJump(); $('.inputChange').val('')//重置输入框文本 $('.inputText').text('0/500') + $('.inputText').removeClass('warnInputText') + return; + } + }else if(check_type == '96'){ + if(title.length >100){ + alert('论文标题不得多于300字'); + $('.inputChange').val('')//重置输入框文本 + $('.inputText').text('0/300') + $('.inputText').removeClass('warnInputText') return; } } @@ -161,6 +520,7 @@ $(document).ready(function() { alert('论文标题不得多于100字'); $('.inputChange').val('')//重置输入框文本 $('.inputText').text('0/100') + $('.inputText').removeClass('warnInputText') return; } } @@ -177,8 +537,8 @@ $(document).ready(function() { } postData.title = title } - if(!$('.custom-select').hasClass('disNone')){ - var major = parseInt($('#project_select').find('option:selected').val()); + if(!$('.custom-dropdown').hasClass('disNone')){ + var major= parseInt($('.dropdown-input').attr('selected_val')) if (major <= 0 || !major) { alert("请选择您的专业"); return; @@ -191,8 +551,45 @@ $(document).ready(function() { return; } } + if(check_type == '96'){ + if (!old_parent_ppt) { + alert("请选择ppt模板"); + return; + } + var pptid = pptUrlList[old_parent_ppt]['ppt_id']; + var upload_file_md5 = $("#upload_file_md5").val(); + var upload_file_name = $("#upload_file_name").val(); + var upload_file_tmpname = $("#upload_file_tmpname").val(); + + if (!upload_file_md5 || !upload_file_name || !upload_file_tmpname) { + alert("请上传论文文件"); + return; + } + if (!pptid) { + alert("请选择ppt模板"); + return; + } + postData.ppt_tpl = pptid; + postData.upload_file_md5 = upload_file_md5; + postData.upload_file_name = upload_file_name; + postData.upload_file_tmpname = upload_file_tmpname; + } + if(check_type == '94'){ + if(value_added_select.indexOf('96') > -1){ + postData.ppt_tpl = pptUrlList[add_ppt]['ppt_id']; + } + var wordnums = parseInt($('input[type="radio"][name="wordnums"]:checked').val()); + postData.aiessay_wordnum = wordnums; + } + if(check_type == '94' || check_type == '82'){ + postData.value_added_services = value_added_select.join(',') + } allPostData = {...allPostData,check_flag,recharge_goods_id:'0',...postData} - + $('.normal_step').removeClass('active_step') + $('.step_line').removeClass('suc_step_line') + $('.step_line').eq(0).addClass('suc_step_line') + $('.normal_step').eq(0).addClass('success_step') + $('.normal_step').eq(2).addClass('active_step') //检验信息 getPayQrcode(postData) } @@ -212,6 +609,7 @@ $(document).ready(function() { // location.href = '/'; } $('#formInputSumbtn').on('click',function(e){ + payAction() }) function getPayQrcode(postData){ @@ -222,7 +620,8 @@ $(document).ready(function() { success: function(jsondata2) { } }); - + // let pay_type = getPayType(); + // postData.pay_type = pay_type $.ajax({ type: "post", dataType:'json', @@ -232,13 +631,24 @@ $(document).ready(function() { }, success: function (res) { if(res.data.user_not_enough_money) { - if(isPayDialog){ - $('.pageMask').addClass('hide'); - $('.payModal').addClass('hide'); + if(check_type !== '94' && check_type !== '82'){ + if(isPayDialog){ + $('.pageMask').addClass('hide'); + $('.payModal').addClass('hide'); + } + $('.pageMask').removeClass('hide'); + $('.payModal').removeClass('hide'); + $('.pay_message').html(`写作题目:

`+ postData.title+`

+ 写作类型:

`+ checkTypeList[postData.check_type]+`

+ 订单金额:

—— 元

`) + // $('.payCode').removeClass('hide'); + // $('.pay_content').html = $('#payCode').html + isPayDialog = true + }else{ + $('.pageMask').removeClass('hide') + $('.pay_complete_modal').removeClass('hide') + $('.textPrice').html(res.data.user_not_enough_money+'元') } - $('.pageMask').removeClass('hide'); - $('.payModal').removeClass('hide'); - isPayDialog = true if(postData.pay_type == 2 || postData.pay_type == 3){ getRechargePayUrl() // getRechargeGoods(payInfo, configData); @@ -248,21 +658,12 @@ $(document).ready(function() { }); } function getRechargePayUrl(){ - console.log(allPostData,'allPostData'); - var core_content = $('.coreWordCount').val(); var postData1 = new Object(); postData1.type = allPostData.check_type; postData1.pay_type = allPostData.pay_type; - // postData1.value_added_services = configData.addedServicesStr;//增值服务 - // if(configData.ppt_tpl != '') postData1.ppt_tpl = configData.ppt_tpl;//ppt - // postData1.recharge_goods_id = '0'; postData1.title = allPostData.title; - // postData1.core_content = core_content; - // if(postData1.type == '63'){ - // postData1.major = parseInt($('#project_select').find('option:selected').val()); - // } - if(!$('.custom-select').hasClass('disNone')){ - var major = parseInt($('#project_select').find('option:selected').val()); + if(!$('.custom-dropdown').hasClass('disNone')){ + var major= parseInt($('.dropdown-input').attr('selected_val')) postData1.aiessay_major = major } if(!$('.formItem_pro').hasClass('disNone')){ @@ -273,32 +674,47 @@ $(document).ready(function() { var wordnums = parseInt($('input[type="radio"][name="wordnums"]:checked').val()); postData1.aiessay_wordnum = wordnums } + if(postData1.type == '81' || postData1.type == '85'){ + postData1.core_content = $('.core_content').val()//核心内容 + } + if(postData1.type == '96'){ + var pptid = pptUrlList[old_parent_ppt]['ppt_id']; + var upload_file_md5 = $("#upload_file_md5").val(); + var upload_file_name = $("#upload_file_name").val(); + var upload_file_tmpname = $("#upload_file_tmpname").val(); + postData1.ppt_tpl = pptid; + postData1.recharge_goods_id=0 + postData1.upload_file_md5 = upload_file_md5; + postData1.upload_file_name = upload_file_name; + postData1.upload_file_tmpname = upload_file_tmpname; + } if(postData1.type == '94'){ - postData1.core_content = $('.core_content').val().trim()//核心内容 + if(value_added_select.indexOf('96') > -1){ + postData1.ppt_tpl = pptUrlList[add_ppt]['ppt_id']; + } + // table_and_formulas + if(table_and_formulas !== ''){ + postData1.table_and_formulas = table_and_formulas; + } + var wordnums = parseInt($('input[type="radio"][name="wordnums"]:checked').val()); + postData1.aiessay_wordnum = wordnums; + } + if(postData1.type == '82' || postData1.type == '94'){ + postData1.value_added_services = value_added_select.join(',') } $.ajax({ url:service_domain+allPostData.check_flag+'/ajax_get_ai_pay_url', type:'post', dataType:'json', data:{...postData1}, - // data:{ - // type: '94', - // pay_type: postData1.pay_type, - // value_added_services: '', - // recharge_goods_id: '0', - // title: '123', - // fuid: '', - // aiessay_wordnum: '3000', - // aiessay_edu: '2', - // aiessay_major: '1' - // }, success:function(res){ if(res.status){ $('#qrcode').html(''); $('#qrcode').attr('tid', res.data.tid); $('#qrcode').attr('paytype', postData1.pay_type); $('#totalMoney').text(res.data.total_fee) - var qrcode = new QRCode(document.getElementById("qrcode"), { + $('.pay_money').text(res.data.total_fee + '元') + new QRCode(document.getElementById('qrcode'), { text: res.data.qrcode_url, width: 135, height: 135, @@ -316,8 +732,9 @@ $(document).ready(function() { } }); } + function getRechargePayResult(payinfo){ - console.log(payinfo,'payinfo'); + // console.log(payinfo,'payinfo'); clearTimeout(payResultTimer); if (payinfo.tid) { ptid = payinfo.tid; @@ -338,12 +755,12 @@ $(document).ready(function() { }, 2000); return; }else if(res.data.pay_status == 'SUCCESS'){ - if(isPayDialog){ + // if(isPayDialog){ // $('.pageMask').addClass('hide'); $('.pay_content').addClass('hide'); $('.modal_mes').addClass('hide'); $('.pay_detail').removeClass('hide'); - } + // } payresultAction(res) } clearTimeout(payResultTimer); @@ -359,21 +776,27 @@ $(document).ready(function() { }); } - payresultAction({data:{tid:'99237482378','wechat_qrcode_url':'iuyeriuweyi'}}) + // payresultAction({data:{tid:'99237482378','wechat_qrcode_url':'iuyeriuweyi'}}) function payresultAction(res) { var data = res.data; if(data.wechat_qrcode_url){ $('#pay_succ_tid').text(data.tid) $('#qrcode1').attr('src', data.wechat_qrcode_url); } - $('.payresultBtn2').click(function(){ - location.href = `${service_domain}report2?oid=${data.tid}`; - }); + // $('.pay_complete_modal') + $('.pay_complete_modal').on('click','.payresultBtn2',function(){ + goLoadDown(data.tid,'.pay_complete_modal') + // $('.user_none').addClass('hide')//取消禁用 + $('.step_add_three').addClass('hide')//恢复进度 + }) + $('.payModal').on('click','.payresultBtn2',function(){ + goLoadDown(data.tid,'.payModal') + }) $('.payresultBtn1').click(function(){ - if(isPayDialog) { + // if(isPayDialog) { location.reload(); return; - } + // } }); $('#copy_tid').unbind('click'); var clipboard2 = new ClipboardJS('#copy_tid', { @@ -386,56 +809,83 @@ $(document).ready(function() { }) } - - - $('li').click(function(e) { + $('.step_main').on('click','.normal_step1',function(){ + window.scrollTo({ top: 200, behavior: 'smooth' }) + }) + $('.step_main').on('click','.normal_step2.success_step',function(){ + window.scrollTo({ top: 500, behavior: 'smooth' }) + }) + $('.step_main').on('click','.normal_step3.active_step',function(){ + if(check_type == '94'){ + window.scrollTo({ top: 1000, behavior: 'smooth' }) + }else{ + window.scrollTo({ top: 800, behavior: 'smooth' }) + } + }) + function goLoadDown(tid,dom){ + $('.right_btn').removeClass('activebtn') + $('.right_btn').eq(1).addClass('activebtn') + $('.pageMask').addClass('hide'); + $(dom).addClass('hide');//支付弹框 + resetStep_status() + clearhisText() + $('.main_page_top').addClass('hide') + $('.main_page').addClass('hide') + $('#report_page').removeClass('hide') + $('.report_input').val(tid)//22383694321962804 + searchOrder() + } + function resetStep_status (){ + $('.normal_step').removeClass('success_step') + $('.normal_step').removeClass('active_step') + $('.step_line').removeClass('suc_step_line') + $('.normal_step').eq(0).addClass('active_step') + } + $('.main_select li').click(function(e) { if ($('li').hasClass('active_select')) { $('li').removeClass('active_select') } $(this).addClass('active_select') var element = $('.step_back'); var element2 = $('.footer'); - // $('.main_page').animate({ - // scrollTop: 500 - // }, 1000); element.removeClass('stickyStep') element2.removeClass('footer2') - // getWordCountList(); clearhisText()//清空记录 var t = $('li.active_select').attr('type'); - if(t =='96'){ - location.href = location.origin+'/aippt' - return + check_type = t; + //重置步骤条状态 + resetStep_status() + //重置ppt模板选择 + old_parent_ppt = null;//首页选择的 + new_parent_ppt = 0;//弹框内选择的 + $('.form_pptItem .ppt_tem_item').removeClass('ppt_item_active') + + if(!$('.step_add_three').hasClass('hide')){ + $('.step_add_three').addClass('hide') } if(t =='94'){//字数 - $('.form_essayWords').show(); - $('.side_info').show(); - $('.step_two').show() + setDomShow(['.form_essayWords','.side_info','.step_two','.checkbox_wrap']) $('.key_words').addClass('hide') - $('.checkbox_wrap').show() + getadd_Value('94') } else{ - $('.checkbox_wrap').hide() - $('.step_two').hide() - $('.form_essayWords').hide(); - $('.side_info').hide(); + setDomHide(['.form_essayWords','.side_info','.step_two','.checkbox_wrap']) $('.key_words').removeClass('hide') } if(t == '94' || t == '82'){ - $('[step="3"]').show() - $('[step="2"]').hide() - $('.btn_result').show() - $('.btn_result_now').hide() - $('.step_two').show() + setDomShow(['[step="3"]','.btn_result','.step_two']) + setDomHide(['[step="2"]','.btn_result_now']) + $('.normal_step3').removeClass('step_three') + $('.payModal_main').html('') + $('.pay_complete_main').html(payhtml) }else{ - $('.btn_result').hide() - $('.btn_result_now').show() - $('.step_two').hide() - $('[step="2"]').show() - $('[step="3"]').hide() + setDomHide(['[step="3"]','.btn_result','.step_two']) + setDomShow(['[step="2"]','.btn_result_now']) + $('.normal_step3').addClass('step_three') + $('.payModal_main').html(payhtml) + $('.pay_complete_main').html('') } if(t == '64'){ $('.key_words').show() - $('.key_words').show() if ($('.opt-advise').css('display') !== 'none') { // 元素是隐藏的 $('.opt-advise').hide() @@ -446,24 +896,26 @@ $(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') - $('.inputText').text('0/500') + setInputText_length('500') }else if(t=='82'){ - $('.inputText').attr('max','200') - $('.inputText').text('0/200') + setInputText_length('200') + getadd_Value('82') }else{ - $('.inputText').attr('max','100') - $('.inputText').text('0/100') + setInputText_length('100') + } + if(t == '96'){ + setInputText_length('300') + $('.form_pptItem').show() + $('#formInputSumbtn').html('生成答辩PPT') + }else{ + $('.form_pptItem').hide() + $('#formInputSumbtn').html('立即生成') } - // if(t == '96'){ - // $('.form_pptItem').show() - // }else{ - // $('.form_pptItem').hide() - // } // $("#downdemo").attr('href', '/downreportdemo/type/'+t); //图表公式 var table_formula_types = getTableFormulaTypes('support_table_formula_types'); @@ -475,29 +927,371 @@ $(document).ready(function() { } } changeLiActive(t,'support_titleMore','.normal_recommend_title')// 标题优化 - changeLiActive(t,'support_pro','.custom-select')// 专业优化 + changeLiActive(t,'support_pro','.custom-dropdown')// 专业优化 changeLiActive(t,'support_edu','.formItem_pro')// 学历优化 window.scrollTo({ top: 200, behavior: 'smooth' }) - // if($('.custom-select').hasClass('disNone') && $('.opt-advise').hasClass('disNone')){} + // if($('.custom-dropdown').hasClass('disNone') && $('.opt-advise').hasClass('disNone')){} }); + function setDomHide(arr){ + arr.forEach(item=>{ + $(item).hide() + }) + } + function setDomShow(arr){ + arr.forEach(item=>{ + $(item).show() + }) + } + function setInputText_length(num){ + $('.inputText').attr('max',num) + $('.inputText').text('0/'+num) + } function changeLiActive(t,attr_type,ele){ var support_titleMore = getTableFormulaTypes(attr_type); if (support_titleMore) { if (support_titleMore.indexOf(t) !== -1) { $(ele).removeClass('disNone'); - // $(ele).css('display','block') } else{ $(ele).addClass('disNone'); - // $(ele).css('display','none') } } } function getTableFormulaTypes(attr_type) { var support_table_formula_types = $("#htmlconfig").attr(attr_type); if (!support_table_formula_types) return ''; - var support_table_formula_types_arr = support_table_formula_types.split(","); return support_table_formula_types_arr; } + pptUrlList = pptUrlList.map((item,ind)=>{ + let list = []; + let num = 8; + for(let i=0;i{ + html += `
+ +
预览
+ +

`+item.name +`

+
` + }) + $('.ppt_temList').html(html); + + // } + //附图片 + //初识设置 + function setLeftShow(key){ + if(!$('.look_PPT_modal').hasClass('hide')){ + let html = ''; + let childList = [] + childList = pptUrlList[key]['list'] + childList.forEach((item,i)=>{ + html += `图片丢失。。。` + }) + $('.gallery').html(html); + $('.gallery_img').eq(child_ppt).addClass('ppt_child_active'); + setBackImgUrl(childList[child_ppt],true) + } + } + // 弹窗模版 + $('.look_right .pptImg').click(function(e){ + let index = $(this).attr('index'); + setLookPPT_active(index) + new_parent_ppt = index; + child_ppt = 0; + setLeftShow(new_parent_ppt) + }) + //页面模版 + $('.form_pptItem .pptImg').click(function(e){ + let index = $(this).attr('index'); + setPagePPT_active(index) + old_parent_ppt = new_parent_ppt = index; + child_ppt = 0; + setLeftShow(old_parent_ppt) + }) + function setPagePPT_active(index){ + $('.form_pptItem .ppt_tem_item').removeClass('ppt_item_active') + $('.form_pptItem .ppt_tem_item').eq(index).addClass('ppt_item_active'); + } + function setLookPPT_active(index){ + $('.look_right .ppt_tem_item').removeClass('ppt_item_active') + $('.look_right .ppt_tem_item').eq(index).addClass('ppt_item_active'); + } +//子图片 + $('.gallery_img').unbind('click') + $('.gallery').on('click','.gallery_img',function(){ + let index = $(this).attr('index'); + let src = $(this).attr('src'); + $('.gallery_img').removeClass('ppt_child_active') + $('.gallery_img').eq(index).addClass('ppt_child_active'); + child_ppt = index; + setBackImgUrl(src,false) + }) + function setBackImgUrl(url,flag){ + $('.topimg').attr('src',url) + if(!flag)return + $('.look_backImg').attr('src',url) + } + + $('.lookAll').click(function(e){ + $('.look_PPT_modal').removeClass('hide') + if (!$('.look_PPT_modal').hasClass('hide')) { + if(old_parent_ppt !== null){ + setLookPPT_active(old_parent_ppt) + }else{ + setLookPPT_active(0) + } + setLeftShow(old_parent_ppt != null ? old_parent_ppt : 0) + } + }) + $('.firstlook').click(function(e){ + let index = $(this).attr('index'); + old_parent_ppt = index; + child_ppt = 0; + $('.look_PPT_modal').removeClass('hide') + setLookPPT_active(old_parent_ppt) + setLeftShow(old_parent_ppt) + }) + $('.exitLook,.ppt_cancel').click(function(e){ + $('.look_PPT_modal').addClass('hide') + }) + $('.ppt_submit').click(function(e){ + if ($('.form_pptItem').css('display') == 'none') { + add_ppt=new_parent_ppt; + $('#cur_ppt_selectName').html(pptUrlList[add_ppt]['name']) + }else{ + old_parent_ppt = new_parent_ppt; + setPagePPT_active(new_parent_ppt) + } + $('.look_PPT_modal').addClass('hide') + }) + + $(function(){ + bindFileUpload(); + }); + function bindFileUpload() { + var formData = new FormData(); + $('.uploadShow').on('click', function (event) { + $('#fileUpload').trigger('click') + }) + $('#againBtn').on('click', function (event) { + $('#fileUpload').trigger('click') + }) + $('#cancleBtn').click(function(){ + formData = new FormData(); + $('.uploadMes').html('') + }) + $('#fileUpload').on('change', function () { + $('#againBtn').addClass('hide') + var fileInput = $(this); + var files = fileInput.prop('files'); + var file = files[0]; // 获取文件 + if (file) { + // 这里可以添加上传文件之前的逻辑,例如文件验证 + // 创建FormData对象 + formData.append('paper_file', file); + formData.append('paper_type', '1'); + formData.append('is_asynch', '1'); + formData.append('ver_chktype', check_type); + // 使用jQuery AJAX上传文件 + $.ajax({ + url: 'https://aitest.chachongz.com'+'/upload_file', + type: 'POST', + data: formData, + dataType: 'json', + processData: false, // 告诉jQuery不要处理发送的数据 + contentType: false, // 告诉jQuery不要设置Content-Type请求头 + xhr: function () { + $(".uploadShow").addClass('hide'); + $(".uploadMesShow").removeClass('hide'); + $(".uploadMes").removeClass('hide'); + $('#cancleBtn').removeClass('hide') + + var xhr = $.ajaxSettings.xhr(); + if (xhr.upload) { + $(".fileName").html(file.name); + + xhr.upload.addEventListener('progress', function (e) { + if (e.lengthComputable) { + var progress = Math.ceil((e.loaded / e.total) * 100); + // console.log('progress', progress) + $('.uploadMes').html('上传中......' + progress + '%'); + } + }, false); + } + return xhr; + }, + success: function (res) { + // 成功回调 + // res = fileMockData + console.log('File uploaded successfully:', res); + if (res.status) { + $(".uploadShow").addClass('hide'); + $("#cancleBtn").addClass('hide'); + $(".uploadMes").html('上传成功'); + $(".uploadMes").removeClass('hide'); + + $('#againBtn').removeClass('hide') + $("#upload_file_md5").val(res.data.upload_file_md5); + $("#upload_file_name").val(res.data.upload_file_name); + $("#upload_file_tmpname").val(res.data.upload_file_tmpname); + } else { + $(".uploadShow").addClass('hide'); + $(".uploadMes").html(res.info); + $("#cancleBtn").addClass('hide'); + $('#againBtn').removeClass('hide') + $('.uploadMes').addClass("uploadfile-error"); + $(".uploadMes").removeClass('hide'); + } + }, + error: function (jqXHR, textStatus, errorThrown) { + // 错误回调 + console.log('File upload failed:', textStatus); + $(".uploadShow").addClass('hide'); + $('.uploadMes').html('解析失败!请检查文件重新上传'); + $('.uploadMes').addClass("uploadfile-error"); + $(".uploadMes").removeClass('hide'); + $('#againBtn').removeClass('hide') + } + }); + } + }); + } + + // 报告查找 + $('#searchReport').click(function(){ + searchOrder() + }) + + function searchOrder() { + var tid = $('.report_input').val(); + searchOrderByTid(tid); + } + function searchOrderByTid(tid){ + tid = tid.trim(); + if(!tid.trim || tid.length<=0){ + alert('订单编号不能为空'); + return; + } + + $.ajax({ + url:service_domain + '/ajax_search_order?tid='+tid, + dataType:'json', + type:'get', + success:function(res){ + $('.main_top').html(''); + if (res.status && res.data.report_list) { + $('.empty').hide() + $('.report_main').show() + $('.downLoad').hide() + for(var i=0; i + +

`+reportinfo.tid+`

+
` + obj += `
+ +

`+reportinfo.type+`

+
` + obj += `
+ +

`+reportinfo.title+`

+
` + obj += `
+ +

`+reportinfo.add_date+`

+
` + if(reportinfo.status.num == 1){ + obj += `
+ +

完成

+
` + obj += `
+ +

`+reportinfo.report_date+`

+
` + $('.downLoad').show() + $('.downLoad').attr('herf',service_domain+'downreport/sid/'+reportinfo.sid+'/tid/'+tid) + } + // else if(reportinfo.status.num == 2) { + // obj += '状态:取消('+reportinfo.status.extra+')'; + + // } else if(reportinfo.status.num == 6) { + // obj += '状态:暂停('+reportinfo.status.extra+')'; + + // } + else { + obj += `
+ +

进行中,请等待

+
` + obj += `
+ +

—— ——

+
` + } + $('.main_top').append(obj); + } + + if($('.main_top').html() == '') { + $('.empty').show() + $('.report_main').hide() + } + }else{ + $('.empty').show() + $('.report_main').hide() + } + }, + error:function(){ + alert('请求失败'); + } + }); + } + $('.downLoad').click(function(){ + let href = $('.downLoad').attr('herf'); + location.href = href + }) + $('.report_ques').hover(function(){ + $('.findtid-wrap').removeClass('hide'); + },function(){ + $('.findtid-wrap').addClass('hide'); + $('.findtid-wrap').find('li').removeClass('select'); + $('.findtid-wrap').find('li').eq(0).addClass('select'); + $('.findtid-wrap').find('img').addClass('hide'); + $('.findtid-wrap').find('img').eq(0).removeClass('hide'); + }); + $('.findtid-wrap').hover(function(){ + $('.findtid-wrap').removeClass('hide'); + },function(){ + $('.findtid-wrap').addClass('hide'); + $('.findtid-wrap').find('li').removeClass('select'); + $('.findtid-wrap').find('li').eq(0).addClass('select'); + $('.findtid-wrap').find('img').addClass('hide'); + $('.findtid-wrap').find('img').eq(0).removeClass('hide'); + }); + $('.findtid-wrap').find('li').hover(function(){ + $('.findtid-wrap').find('li').removeClass('select'); + $('.findtid-wrap').find('li').eq($(this).index()).addClass('select'); + $('.findtid-wrap').find('img').addClass('hide'); + $('.findtid-wrap').find('img').eq($(this).index()).removeClass('hide'); + }); }); \ No newline at end of file