Browse Source

修改订单提示图及样式

pull/15/head
zq 3 months ago
parent
commit
1287ef22f7
  1. 6
      home.html
  2. 40
      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
home.html

@ -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">

40
style/css/index.css

@ -2094,13 +2094,14 @@ footer a{
overflow: hidden; overflow: hidden;
display: flex; display: flex;
justify-content: center; justify-content: center;
margin: 0 0 16px 0; 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;
@ -2224,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;
} }
@ -2236,15 +2237,26 @@ footer a{
position: relative; position: relative;
} }
.report_content .findtid-wrap{ .report_content .findtid-wrap{
width: 567px; width: 762px;
height: 231px; height: 425px;
/* width: 762px; background: #fff;
height: 425px; */
background: url(../img/report_pay_back.png);
background-size: 567px 231px;
position: absolute; position: absolute;
top: 22px; border-radius: 4px;
left: calc(50% - 70px); top: 35px;
left: -81px;
box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
}
.report_content .findtid-wrap::before{
content: "";
position: absolute;
width: 0;
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

Loading…
Cancel
Save