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
505 B

/* pages/main/main.wxss */
page{
background: rgb(240, 239, 245)
}
.index_img{
width: 100%;
}
.body-box {
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
background: white;
padding-top: 20rpx;
padding-bottom: 20rpx;
}
.ico {
width: 25%;
display: flex;
flex-direction: column;
align-items: center;
font-size: 12px;
box-sizing: border-box;
padding-bottom: 10px;
padding-top: 10px;
}
.ico image {
width: 90rpx;
height: 90rpx;
margin-bottom: 10rpx;
}