65 lines
1.4 KiB
Plaintext
Raw Normal View History

2025-08-29 09:51:02 +08:00
.area_functional.data-v-ce2c62fb {
background-color: #fff;
display: flex;
align-items: center;
justify-content: space-between;
2025-10-29 13:53:05 +08:00
flex-wrap: wrap;
2025-08-29 09:51:02 +08:00
margin: 30rpx;
border-radius: 20rpx;
color: #3d3d3d;
font-size: 24rpx;
2025-10-29 13:53:05 +08:00
padding: 10rpx 0 40rpx 0;
2025-08-29 09:51:02 +08:00
}
.area_functional .item.data-v-ce2c62fb {
text-align: center;
position: relative;
2025-10-29 13:53:05 +08:00
padding-top: 30rpx;
width: 25%;
2025-08-29 09:51:02 +08:00
}
.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;
2025-10-29 13:53:05 +08:00
padding-bottom: 30rpx;
2025-08-29 09:51:02 +08:00
}
.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;
}