You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

33 lines
535 B

/* 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;
}