feat: 订单详情样式调整

This commit is contained in:
duanshuwen
2025-10-28 20:57:46 +08:00
parent 1f3a3c052a
commit 89cf4f81cd
8 changed files with 18 additions and 60 deletions

View File

@@ -1,7 +1,4 @@
.order-detail-wrapper {
background: url("./images/header_bg.png");
background-position: 0 0;
background-size: 100% 242px;
background-repeat: no-repeat;
padding: 60px 15px;
background: linear-gradient(180deg, #d9eeff 0%, #f5f7fa 100%);
padding: 88px 15px;
}