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.
 
 
 
 

28 lines
348 B

/* pages/overview/overview.wxss */
page {
background-color: #F7F7FA;
}
.menu-box {
display: flex;
justify-content: space-around;
}
.box {
height: 97px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.logo {
width: 57px;
height: 57px;
}
.txt {
margin-top: 16px;
font-size: 17px;
}