/* pages/homePage/homePage.wxss */
|
|
|
|
page{
|
|
background:#EAF1F8;
|
|
height: 100%;
|
|
}
|
|
|
|
/* .imageContainer{
|
|
width: 100%;
|
|
height: 280rpx;
|
|
background-color: #2E8CF5;
|
|
} */
|
|
|
|
.imageContainer {
|
|
height: 350rpx;
|
|
position: relative;
|
|
align-items: center;
|
|
}
|
|
|
|
.beijingtu {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.dateView{
|
|
position: absolute;
|
|
top: 0;
|
|
left: 20rpx;
|
|
text-align: left;
|
|
}
|
|
|
|
.dateText{
|
|
color: white;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.totalMoneyView {
|
|
position: absolute;
|
|
width: 100%;
|
|
/* height: 100%; */
|
|
top: 100rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.balanceView {
|
|
position: absolute;
|
|
width: 100%;
|
|
/* height: 100%; */
|
|
top: 150rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.totalMoney {
|
|
color: white;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.balance {
|
|
color: white;
|
|
font-size: 30px;
|
|
}
|
|
|
|
.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;
|
|
}
|