.order-list-layout{display:flex;min-height:100vh;background:#f5f5f5}.order-list-main{min-width:0}.order-list-main,.order-list-page{flex:1;display:flex;flex-direction:column}.order-list-header{display:flex;align-items:center;justify-content:space-between;padding:16px;background:#fff;border-bottom:1px solid #eee}.order-list-header h2{margin:0;font-size:18px;flex:1;text-align:center}.order-list-content{flex:1;padding:16px}.order-list-loading{display:flex;justify-content:center;align-items:center;min-height:200px}.order-list-body{padding:0}.order-tabs{background:#fff;padding:0 16px;border-radius:8px;margin-bottom:16px}.order-tabs .ant-tabs-nav{margin-bottom:0}.order-tabs .ant-tabs-tab{padding:12px 16px}.order-card{margin-bottom:12px}.order-card .ant-card-body{padding:12px}.order-card-header{display:flex;justify-content:flex-start;align-items:center;gap:8px;padding-bottom:12px;border-bottom:1px solid #eee}.order-card-header .order-no{font-size:12px;color:#666;flex:none}.order-goods-list{padding:12px 0}.order-goods-item{display:flex;align-items:center;gap:12px;margin-bottom:8px}.order-goods-item:last-child{margin-bottom:0}.order-goods-info{flex:1}.order-goods-info .order-goods-name{font-size:14px;font-weight:500;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-goods-info .order-goods-spec{display:flex;align-items:center;gap:8px}.order-goods-info .order-goods-spec .order-goods-count{color:#999;font-size:12px}.order-goods-price{font-size:14px;color:#ff4d4f;font-weight:500}.order-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid #eee}.order-card-footer .order-total{font-size:12px;color:#666}.order-card-footer .order-total .order-total-price{margin-left:8px}.order-card-footer .order-total .order-total-price strong{font-size:16px;color:#ff4d4f}.order-pagination{display:flex;justify-content:center;align-items:center;gap:16px;padding:16px;background:#fff}.order-pagination .page-info{font-size:14px;color:#666}@media(max-width:768px){.order-list-layout{flex-direction:column}}@media(max-width:480px){.order-card-footer{flex-direction:column;gap:12px}.order-card-footer .ant-space{width:100%;justify-content:flex-end}.order-goods-item{flex-wrap:wrap}.order-goods-item .order-goods-price{width:100%;text-align:right;padding-top:8px}}