Files
PC-202306242200\Administrator dac42e3b0c first commit
2026-03-28 23:09:02 +08:00

146 lines
3.2 KiB
Plaintext

.wallet_pall.data-v-1cf27b2a {
height: 200rpx;
border-radius: 16rpx;
padding: 40rpx;
background: linear-gradient(179deg, #5082ff 0%, #4278ff 100%);
display: flex;
align-items: center;
flex-direction: row;
justify-content: space-between;
border-bottom: 1rpx solid rgba(153, 153, 153, 0.6);
}
.wallet_pall_button.data-v-1cf27b2a {
padding: 10rpx 30rpx;
font-size: 28rpx;
color: #333;
background-color: #fff;
border-radius: 30rpx;
}
.wallet_pall_header.data-v-1cf27b2a {
font-weight: bold;
font-size: 26rpx;
color: #002ea4;
}
.wallet_pall_ye.data-v-1cf27b2a {
display: flex;
align-items: center;
justify-content: space-between;
height: 70%;
}
.wallet_pall_ye view.data-v-1cf27b2a:nth-child(1) {
font-weight: bold;
font-size: 68rpx;
color: #fff;
}
.wallet_pall_ye view.data-v-1cf27b2a:nth-child(2) {
width: 128rpx;
height: 58rpx;
background: rgba(0, 46, 164, 0.07);
border-radius: 32rpx 32rpx 32rpx 32rpx;
display: flex;
align-items: center;
justify-content: center;
font-size: 26rpx;
color: #fff;
}
.wallet_pall_view.data-v-1cf27b2a {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.wallet_pall_view view.data-v-1cf27b2a:nth-child(1) {
font-weight: bold;
font-size: 45rpx;
color: #fff;
margin-bottom: 30rpx;
}
.wallet_pall_view view.data-v-1cf27b2a:nth-child(2) {
font-size: 28rpx;
color: #fff;
}
.wallet_list.data-v-1cf27b2a {
width: 690rpx;
height: 120rpx;
background: #ffffff;
border-radius: 8rpx 8rpx 8rpx 8rpx;
padding: 15rpx 30rpx;
display: flex;
align-items: center;
flex-direction: row;
justify-content: space-between;
}
.wallet_list_left view.data-v-1cf27b2a:nth-child(1) {
font-weight: bold;
font-size: 28rpx;
color: #232323;
margin-bottom: 10rpx;
}
.wallet_list_left view.data-v-1cf27b2a:nth-child(2) {
font-size: 24rpx;
color: #232323;
}
.wallet_list_right.data-v-1cf27b2a {
font-weight: bold;
font-size: 28rpx;
color: #ff2727;
}
.mine_block.data-v-1cf27b2a {
padding: 24rpx;
background-color: #fff;
border-radius: 12rpx 12rpx 12rpx 12rpx;
margin-bottom: 20rpx;
}
.mine_block_tit.data-v-1cf27b2a {
display: flex;
align-items: center;
justify-content: space-between;
}
.mine_block_tit_left.data-v-1cf27b2a {
font-weight: bold;
font-size: 28rpx;
color: #232323;
}
.mine_block_tit_right.data-v-1cf27b2a {
display: flex;
align-items: center;
font-size: 24rpx;
color: #cbd73b;
}
.mine_block_tit_right image.data-v-1cf27b2a {
width: 13rpx;
height: 22rpx;
margin-left: 15rpx;
margin-top: 6rpx;
}
.mine_block_view.data-v-1cf27b2a {
width: 100%;
min-height: 120rpx;
border-radius: 12rpx 12rpx 12rpx 12rpx;
border: 2rpx solid rgba(55, 112, 174, 0.1);
margin-top: 16rpx;
display: flex;
align-items: center;
font-size: 28rpx;
color: #232323;
padding: 20rpx 30rpx;
text-align: center;
}
.mine_block_view image.data-v-1cf27b2a {
width: 48rpx;
height: 48rpx;
margin-right: 25rpx;
}
.u-flex-y-center.data-v-1cf27b2a {
display: flex;
align-items: center;
flex-direction: row;
justify-content: start;
align-items: center;
}
.u-flex-between.data-v-1cf27b2a {
justify-content: space-between;
}
.u-flex-fill.data-v-1cf27b2a {
flex: 1 1 auto;
}