.shop-order-top { width: 100%; height: fit-content; padding: 0; display: flex; justify-content: space-around; align-items: center; margin: 0 0 .1rem 0; position: relative; } .order-top-title { position: absolute; width: fit-content; color: white; top: 40%; left: 8%; font-size: .33rem; font-weight: bold; } .order-center { width: 80%; margin: .4rem auto; padding: .1rem 0; height: fit-content; border: 1px solid red; } .order-center-title { width: 100%; text-align: center; font-size: .3rem; font-weight: bold; } .order-center-list { width: 100%; height: fit-content; }