刘嘉昕 | 07fee5f | 2025-06-09 17:18:47 +0800 | [diff] [blame] | 1 | .page-wrapper { |
| 2 | padding: 0px 24px 24px 24px; |
| 3 | background-color: #ffffff; |
| 4 | min-height: 100vh; |
| 5 | } |
| 6 | |
| 7 | .custom-card { |
| 8 | background-color: #fafae7; |
| 9 | border: 1px solid #ffd591 !important; |
| 10 | border-radius: 12px !important; |
| 11 | box-shadow: 0 4px 12px rgba(255, 153, 0, 0.1); |
| 12 | } |
| 13 | |
| 14 | .custom-table .ant-table-thead > tr > th { |
| 15 | background-color: #fff1b8 !important; |
| 16 | color: #a15c00; |
| 17 | font-weight: bold; |
| 18 | } |
| 19 | |
| 20 | .info-card { |
| 21 | background-color: #fffefc; |
| 22 | border: 1px solid #ffe58f; |
| 23 | border-radius: 16px !important; |
| 24 | box-shadow: 0 6px 16px rgba(255, 140, 0, 0.15); |
| 25 | padding: 24px; |
| 26 | transition: box-shadow 0.3s ease; |
| 27 | } |
| 28 | |
| 29 | .info-card:hover { |
| 30 | box-shadow: 0 10px 24px rgba(255, 140, 0, 0.25); |
| 31 | } |
| 32 | |
| 33 | .info-title { |
| 34 | color: #d46b08; |
| 35 | font-weight: 700; |
| 36 | margin-bottom: 24px; |
| 37 | } |
| 38 | |
| 39 | .custom-descriptions .ant-descriptions-item-label { |
| 40 | background-color: #fff7e6 !important; |
| 41 | color: #a15c00 !important; |
| 42 | font-size: 16px; |
| 43 | } |
| 44 | |
| 45 | .custom-descriptions .ant-descriptions-item-content { |
| 46 | font-size: 15px; |
| 47 | color: #595959; |
| 48 | } |