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