You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
83 lines
1.7 KiB
83 lines
1.7 KiB
|
|
.payment-container.data-v-eade9ab2 {
|
|
background-color: #f5f5f5;
|
|
min-height: 100vh;
|
|
}
|
|
.top-bar.data-v-eade9ab2 {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 30rpx 20rpx;
|
|
background-color: #fff;
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
.title.data-v-eade9ab2 {
|
|
flex: 1;
|
|
text-align: center;
|
|
font-size: 34rpx;
|
|
font-weight: bold;
|
|
}
|
|
.filter-bar.data-v-eade9ab2 {
|
|
display: flex;
|
|
background-color: #fff;
|
|
padding: 15rpx 20rpx;
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
.filter-item.data-v-eade9ab2 {
|
|
flex: 1;
|
|
text-align: center;
|
|
padding: 15rpx 0;
|
|
font-size: 28rpx;
|
|
border-radius: 30rpx;
|
|
}
|
|
.filter-item.active.data-v-eade9ab2 {
|
|
background-color: #e6f7ff;
|
|
color: #36bffa;
|
|
}
|
|
.list-container.data-v-eade9ab2 {
|
|
padding: 20rpx;
|
|
}
|
|
.payment-item.data-v-eade9ab2 {
|
|
background-color: #fff;
|
|
border-radius: 16rpx;
|
|
padding: 25rpx;
|
|
margin-bottom: 20rpx;
|
|
box-shadow: 0 5rpx 15rpx rgba(0, 0, 0, 0.05);
|
|
}
|
|
.item-header.data-v-eade9ab2 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-bottom: 10rpx;
|
|
padding-bottom: 20rpx;
|
|
border-bottom: 1px solid #f5f5f5;
|
|
}
|
|
.payment-type text.data-v-eade9ab2 {
|
|
font-size: 30rpx;
|
|
font-weight: bold;
|
|
}
|
|
.payment-status.data-v-eade9ab2 {
|
|
padding: 5rpx 20rpx;
|
|
border-radius: 20rpx;
|
|
font-size: 30rpx;
|
|
}
|
|
.payment-status.pass.data-v-eade9ab2 {
|
|
background-color: #e6fffb;
|
|
color: #00b42a;
|
|
}
|
|
.payment-status.pending.data-v-eade9ab2 {
|
|
background-color: #fff2e8;
|
|
color: #ff7d00;
|
|
}
|
|
.item-body.data-v-eade9ab2 {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.list.data-v-eade9ab2 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 15rpx 0;
|
|
font-size: 28rpx;
|
|
}
|
|
.detail-label.data-v-eade9ab2 {
|
|
color: #666;
|
|
}
|