2025-12-15 18:19:04 +08:00

65 lines
1.4 KiB
Plaintext

.area_functional.data-v-ce2c62fb {
background-color: #fff;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
margin: 30rpx;
border-radius: 20rpx;
color: #3d3d3d;
font-size: 24rpx;
padding: 10rpx 0 40rpx 0;
}
.area_functional .item.data-v-ce2c62fb {
text-align: center;
position: relative;
padding-top: 30rpx;
width: 25%;
}
.area_functional .item .icon.data-v-ce2c62fb {
width: 100%;
height: 42rpx;
}
.area_functional .item .icon image.data-v-ce2c62fb {
height: 42rpx;
}
.area_functional .item .label.data-v-ce2c62fb {
padding-top: 10rpx;
}
.house_wallet.data-v-ce2c62fb {
display: flex;
align-items: center;
justify-content: space-between;
margin: 0 30rpx;
padding-bottom: 30rpx;
}
.house_wallet .item.data-v-ce2c62fb {
background-color: #fff;
border-radius: 20rpx;
width: 330rpx;
height: 140rpx;
display: flex;
align-items: center;
justify-content: space-between;
}
.house_wallet .item .content.data-v-ce2c62fb {
padding: 0 0 0 30rpx;
}
.house_wallet .item .title.data-v-ce2c62fb {
color: #3d3d3d;
font-size: 28rpx;
font-weight: 500;
padding-bottom: 10rpx;
}
.house_wallet .item image.data-v-ce2c62fb {
width: 80rpx;
height: 80rpx;
margin-right: 30rpx;
}
.house_wallet .item .value.data-v-ce2c62fb {
color: #999;
font-size: 24rpx;
}
.house_wallet .item .value text.data-v-ce2c62fb {
color: #c45656;
}