first commit
This commit is contained in:
69
unpackage/dist/dev/mp-weixin/pages/wallet/wallet.wxss
vendored
Normal file
69
unpackage/dist/dev/mp-weixin/pages/wallet/wallet.wxss
vendored
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user