2024-10-10

This commit is contained in:
2024-10-10 12:56:56 +08:00
commit 7b347c848a
2648 changed files with 643965 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
.order-list-item table tbody > tr > td {
padding-top: 8px;
border-top: 1px solid #e7e7e7; }
.order-list-item table thead > tr > th {
border-bottom: 1px solid #e7e7e7; }
.order-list-item thead {
background: #f96332;
text-align: left; }
.order-list-item thead th {
color: #fff;
font-weight: bold; }
.order-list-item tbody {
background: #fff;
text-align: left; }
.order-list-item tbody td {
color: #444444; }
/*# sourceMappingURL=order-list.css.map */