29 lines
685 B
Plaintext
29 lines
685 B
Plaintext
page {
|
|
background-color: #f8f8f8;
|
|
}
|
|
.index_content {
|
|
background: linear-gradient(180deg, rgba(208, 229, 255, 0.44) 0%, rgba(255, 255, 255, 0) 400rpx), linear-gradient(146deg, #d3d7ff 0%, rgba(255, 255, 255, 0) 150rpx), linear-gradient(194deg, #dffff3 0%, #f7f7f7 300rpx);
|
|
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;
|
|
} |