first commit
This commit is contained in:
74
unpackage/dist/dev/mp-alipay/pages/wallet/wallet.acss
vendored
Normal file
74
unpackage/dist/dev/mp-alipay/pages/wallet/wallet.acss
vendored
Normal file
@@ -0,0 +1,74 @@
|
||||
.wallet_pall.data-v-4c380209 {
|
||||
height: 272rpx;
|
||||
background: linear-gradient(179deg, #4874e5 0%, #3864d6 100%);
|
||||
border-radius: 16rpx 16rpx 0 0;
|
||||
padding: 40rpx;
|
||||
border-bottom: 1rpx solid rgba(153, 153, 153, 0.6);
|
||||
}
|
||||
.wallet_pall_header.data-v-4c380209 {
|
||||
font-weight: bold;
|
||||
font-size: 26rpx;
|
||||
color: #ffffff;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.wallet_pall_header view.data-v-4c380209 {
|
||||
width: 128rpx;
|
||||
height: 58rpx;
|
||||
background: #ffffff;
|
||||
border-radius: 32rpx 32rpx 32rpx 32rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 26rpx;
|
||||
color: #4874e5;
|
||||
}
|
||||
.wallet_pall_ye.data-v-4c380209 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
height: 100%;
|
||||
}
|
||||
.wallet_pall_ye view.data-v-4c380209:nth-child(1) {
|
||||
font-weight: bold;
|
||||
font-size: 68rpx;
|
||||
color: #ffffff;
|
||||
}
|
||||
.wallet_pall_ye view.data-v-4c380209:nth-child(2) {
|
||||
width: 128rpx;
|
||||
height: 58rpx;
|
||||
background: #ffffff;
|
||||
border-radius: 32rpx 32rpx 32rpx 32rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 26rpx;
|
||||
color: #4874e5;
|
||||
}
|
||||
.wallet_list.data-v-4c380209 {
|
||||
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-4c380209:nth-child(1) {
|
||||
font-weight: bold;
|
||||
font-size: 28rpx;
|
||||
color: #232323;
|
||||
margin-bottom: 10rpx;
|
||||
}
|
||||
.wallet_list_left view.data-v-4c380209:nth-child(2) {
|
||||
font-size: 24rpx;
|
||||
color: #232323;
|
||||
}
|
||||
.wallet_list_right.data-v-4c380209 {
|
||||
font-weight: bold;
|
||||
font-size: 28rpx;
|
||||
color: #ff2727;
|
||||
}
|
||||
Reference in New Issue
Block a user