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