.list-header { font-size: 18px; font-weight: bold; padding: 10px; background-color: #f0f0f0; } .order-item { /* 卡片边框颜色 */ border: 1px solid #161515; padding: 10px; margin: 10px; cursor: pointer; border-radius: 5px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); background-color: #ffffff; } .order-title { font-size: 16px; font-weight: bold; color: #dbe45a; } .order-brief { font-size: 14px; color: #666; } .order-extra { font-size: 14px; color: #666; float: right; } .order-details { font-size: 14px; margin-top: 5px; color: #444444; } .order-line-item { border: 1px solid #eee; padding: 5px; margin-top: 5px; border-radius: 3px; /* 销售订单行背景色 */ background-color: #f9f9f9; } .pagination { display: flex; justify-content: center; align-items: center; margin-top: 20px; } .pagination-button { padding: 8px 16px; margin: 0 10px; border: none; border-radius: 5px; background-color: #007aff; color: #ffffff; cursor: pointer; transition: background-color 0.3s ease; } .pagination-button:hover { background-color: #0056b3; } .disabled-button { background-color: #cccccc; cursor: not-allowed; } .pagination-text { font-size: 14px; color: #333333; margin: 0 10px; }