Browse Source

文案修改

pull/15/head
zq 3 months ago
parent
commit
bf76fe6fa0
  1. 10
      home.html
  2. 5
      style/css/index.css
  3. 2
      style/js/index.js

10
home.html

@ -25,7 +25,7 @@
</div>
<div class="right">
<div class="right_btn activebtn point" type="1">论文写作</div>
<div class="right_btn point" type="2">报告下载</div>
<div class="right_btn point" type="2">论文下载</div>
</div>
</header>
<div class="main_page_top ">
@ -1057,12 +1057,12 @@
<div id="report_page" class="hide">
<div class="report_box center">
<div class="report_content ">
<h3>报告下载</h3>
<h3>论文下载</h3>
<div class="search_report">
<span>订单编号:</span>
<input class="report_input" type="text" placeholder="请输入您的订单号来查找报告">
<input class="report_input" type="text" placeholder="请输入您的订单号来查找论文">
<span></span>
<span id="searchReport" class="point">查找报告</span>
<span id="searchReport" class="point">查找论文</span>
</div>
<div class="report_list">
<p class="report_ques center"><img src="{$priv_style}/img/question.svg" alt="">找不到订单编号?</p>
@ -1101,7 +1101,7 @@
</div>
<div class="report_mes center ft12">
<img src="{$priv_style}/img/mes.svg" alt="">
系统保留7天以内的检测报告,超过7天则被删除,确保您的论文不会被泄露和盗窃,检测完成后请尽快下载您的检测报告
系统仅保留7天以内的论文范文,超过7天会被删除,请尽早下载您的论文范文
</div>
</div>
</div>

5
style/css/index.css

@ -2093,7 +2093,8 @@ footer a{
height: auto;
overflow: hidden;
display: flex;
margin: 0;
justify-content: center;
margin: 0 0 16px 0;
}
.findtid-wrap ul > li{
height: 36px;
@ -2237,6 +2238,8 @@ footer a{
.report_content .findtid-wrap{
width: 567px;
height: 231px;
/* width: 762px;
height: 425px; */
background: url(../img/report_pay_back.png);
background-size: 567px 231px;
position: absolute;

2
style/js/index.js

@ -192,7 +192,7 @@ $(document).ready(function() {
</div>`
})
$('.left_ai_listMes').html(servicedsHtml)
var payhtml = `<div class="pay_content flex" include-html="pay.html" mes="网站已通过备案请放心使用,如支付宝提示风险属于系统正常提示,按提示继续操作就可以,有任何疑问都可联系右侧在线客服">
var payhtml = `<div class="pay_content flex" include-html="pay.html" mes="本网站已通过工信部备案请放心使用,如支付时提示风险属于系统正常提示,按提示继续操作即可,有疑问联系右侧客服!">
<div id="qrcode" class="qrcode"></div>
<div class="pay_type">
<div class="pay_left">

Loading…
Cancel
Save