diff --git a/home.html b/home.html
index 2491ed7..39176a2 100644
--- a/home.html
+++ b/home.html
@@ -1082,9 +1082,9 @@
淘宝订单
-
-
-
+
+
+
diff --git a/style/css/index.css b/style/css/index.css
index 384fd3d..f6de244 100644
--- a/style/css/index.css
+++ b/style/css/index.css
@@ -2094,13 +2094,14 @@ footer a{
overflow: hidden;
display: flex;
justify-content: center;
- margin: 0 0 16px 0;
+ margin: 0 0 6px 0;
}
.findtid-wrap ul > li{
- height: 36px;
- line-height: 36px;
+ height: 40px;
+ line-height: 40px;
justify-content: flex-start;
margin-right: 39px;
+ margin-top: 10px;
cursor: pointer;
position: relative;
list-style-type: none;
@@ -2224,11 +2225,11 @@ footer a{
}
.findtid-wrap-tip{
width: 100%;
- height: 10px;
+ height: 20px;
/* background: #F9F9FB; */
opacity: 0;
- position: relative;
- top: -10px;
+ position: absolute;
+ top: -18px;
}
@@ -2236,15 +2237,26 @@ footer a{
position: relative;
}
.report_content .findtid-wrap{
- width: 567px;
- height: 231px;
- /* width: 762px;
- height: 425px; */
- background: url(../img/report_pay_back.png);
- background-size: 567px 231px;
+ width: 762px;
+ height: 425px;
+ background: #fff;
position: absolute;
- top: 22px;
- left: calc(50% - 70px);
+ 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;
+ 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{
width: 600px;
diff --git a/style/img/tb_pay_mes.png b/style/img/tb_pay_mes.png
index 48d515a..d0f269b 100644
Binary files a/style/img/tb_pay_mes.png and b/style/img/tb_pay_mes.png differ
diff --git a/style/img/wx_pay_mes.png b/style/img/wx_pay_mes.png
index 1b573f2..408f4e0 100644
Binary files a/style/img/wx_pay_mes.png and b/style/img/wx_pay_mes.png differ
diff --git a/style/img/zfb_pay_mes.png b/style/img/zfb_pay_mes.png
index 3c346ed..ff750b5 100644
Binary files a/style/img/zfb_pay_mes.png and b/style/img/zfb_pay_mes.png differ