/* pages/workbench/workbench.wxss */ .workbench-page { width: 100vw; height: 100vh; background-color: #EDF1F8; } .workbench { display: flex; flex-wrap: wrap; justify-content: space-evenly; align-items: flex-start; } .workbench-item { width: 166px; height: 138px; background: #FFFFFF; border-radius: 8px; margin-top: 12px; } .item-img { width: 40px; height: 40px; margin: 16px 0px 44px 12px; } .item-text { font-size: 16px; color: #333333; margin-left: 12px; }