/* pages/billboards/park/index.wxss */ .container { height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; } .billboard_item { margin-top: 15px; width: 90%; height: 100px; }