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.
 

50 lines
597 B

/* pages/homePage/homePage.wxss */
page{
background:#EAF1F8;
}
.imageContainer{
width: 100%;
height: 280rpx;
background-color: #2E8CF5;
}
.beijingtu{
width: 100%;
height: 100%;
}
.body-box{
width: 100%;
display: flex;
flex-wrap: wrap;
background: white;
background: #FEFFFF;
overflow: hidden;
margin-top: 1rpx;
}
.ico{
height: 190rpx;
width:25%;
text-align: center;
display: flex;
flex-direction: column;
padding-top: 15rpx;
}
.ico image{
display: block;
width: 50%;
height: 50%;
margin-left: 25%;
margin-top: 15rpx;
}
.text{
color: #353535;
margin-top: 10rpx;
font-size: 28rpx;
}