first commit

This commit is contained in:
PC-202306242200\Administrator
2026-03-28 23:10:55 +08:00
commit 1c24452b6c
1735 changed files with 150474 additions and 0 deletions

View File

@@ -0,0 +1,69 @@
/* 水平间距 */
/* 水平间距 */
.block_wall.data-v-4c380209 {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.block_wall_tit.data-v-4c380209 {
display: flex;
align-items: center;
}
.wall_list.data-v-4c380209 {
width: 690rpx;
height: 118rpx;
background: #ffffff;
box-shadow: 0rpx 2rpx 8rpx 2rpx rgba(0, 88, 219, 0.06);
border-radius: 8rpx 8rpx 8rpx 8rpx;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 30rpx;
margin-top: 30rpx;
}
/* 钱包区域 */
.wallet-section.data-v-4c380209 {
background-color: white;
margin: 0rpx 0 20rpx;
padding: 30rpx;
border-radius: 8rpx 8rpx 8rpx 8rpx;
}
.section-title.data-v-4c380209 {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10rpx 0 20rpx;
font-size: 32rpx;
font-weight: bold;
color: #333;
border-bottom: 1px solid #eee;
margin-bottom: 20rpx;
}
.wallet-cards.data-v-4c380209 {
display: flex;
justify-content: space-between;
}
.wallet-item.data-v-4c380209 {
display: flex;
flex-direction: column;
flex: 1;
text-align: center;
color: #333;
}
.label.data-v-4c380209 {
font-size: 28rpx;
color: #666;
}
.amount.data-v-4c380209 {
font-size: 36rpx;
font-weight: bold;
margin-bottom: 10rpx;
color: #799675;
}
.desc.data-v-4c380209 {
font-size: 20rpx;
color: #999;
margin-top: 6rpx;
}