33 lines
759 B
Plaintext
Raw Permalink Normal View History

2025-12-19 09:46:56 +08:00
page {
background-color: #f8f8f8;
}
.index_content {
background: linear-gradient(180deg, rgba(208, 229, 255, 0.44) 0%, rgba(255, 255, 255, 0) 500rpx), linear-gradient(146deg, #d3d7ff 0%, rgba(255, 255, 255, 0) 100rpx), linear-gradient(194deg, #dffff3 0%, #f7f7f7 500rpx);
background-repeat: no-repeat;
}
.btn_status {
border-radius: 100rpx;
font-size: 28rpx;
padding: 7rpx 19rpx;
font-weight: 500;
}
.status_Pending {
color: #f97316;
background-color: #fff7ed;
}
.status_Processing {
color: #0082fa;
background-color: #edf4ff;
}
.status_Completed {
color: #22c55e;
background-color: #f0fdf4;
}
.status_Closed {
color: #909399;
background-color: #f3f3f4;
2026-01-30 09:54:46 +08:00
}
.status_PendingPayment {
color: #cf1322;
background-color: #ffeded;
2025-12-19 09:46:56 +08:00
}