Browse Source

Merge pull request 'zq-1224-ppt' (#15) from zq-1224-ppt into master

Reviewed-on: #15
pull/19/head
zhangqi 3 months ago
parent
commit
b3afdb3b1d
  1. 16
      home.html
  2. 39
      style/css/index.css
  3. BIN
      style/img/tb_pay_mes.png
  4. BIN
      style/img/wx_pay_mes.png
  5. BIN
      style/img/zfb_pay_mes.png
  6. 2
      style/js/index.js

16
home.html

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

39
style/css/index.css

@ -2093,13 +2093,15 @@ footer a{
height: auto; height: auto;
overflow: hidden; overflow: hidden;
display: flex; display: flex;
margin: 0; justify-content: center;
margin: 0 0 6px 0;
} }
.findtid-wrap ul > li{ .findtid-wrap ul > li{
height: 36px; height: 40px;
line-height: 36px; line-height: 40px;
justify-content: flex-start; justify-content: flex-start;
margin-right: 39px; margin-right: 39px;
margin-top: 10px;
cursor: pointer; cursor: pointer;
position: relative; position: relative;
list-style-type: none; list-style-type: none;
@ -2223,11 +2225,11 @@ footer a{
} }
.findtid-wrap-tip{ .findtid-wrap-tip{
width: 100%; width: 100%;
height: 10px; height: 20px;
/* background: #F9F9FB; */ /* background: #F9F9FB; */
opacity: 0; opacity: 0;
position: relative; position: absolute;
top: -10px; top: -18px;
} }
@ -2235,13 +2237,26 @@ footer a{
position: relative; position: relative;
} }
.report_content .findtid-wrap{ .report_content .findtid-wrap{
width: 567px; width: 762px;
height: 231px; height: 425px;
background: url(../img/report_pay_back.png); background: #fff;
background-size: 567px 231px; position: absolute;
border-radius: 4px;
top: 35px;
left: -81px;
box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
}
.report_content .findtid-wrap::before{
content: "";
position: absolute; position: absolute;
top: 22px; width: 0;
left: calc(50% - 70px); top: -15px;
height: 0;
left: 50%;
transform: translateX(-50%);
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 15px solid white;
} }
.report_content .report_detail{ .report_content .report_detail{
width: 600px; width: 600px;

BIN
style/img/tb_pay_mes.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 241 KiB

After

Width:  |  Height:  |  Size: 1.2 MiB

BIN
style/img/wx_pay_mes.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 KiB

After

Width:  |  Height:  |  Size: 597 KiB

BIN
style/img/zfb_pay_mes.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 219 KiB

After

Width:  |  Height:  |  Size: 533 KiB

2
style/js/index.js

@ -192,7 +192,7 @@ $(document).ready(function() {
</div>` </div>`
}) })
$('.left_ai_listMes').html(servicedsHtml) $('.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 id="qrcode" class="qrcode"></div>
<div class="pay_type"> <div class="pay_type">
<div class="pay_left"> <div class="pay_left">

Loading…
Cancel
Save