Files
shencaisuan/public/css/caiinfo-purchase.css
T
2026-06-04 11:43:41 +08:00

34 lines
589 B
CSS

.cxz-pay-summary {
display: flex;
align-items: center;
justify-content: space-between;
padding: 14px 16px;
margin-bottom: 14px;
border-radius: 12px;
background: #f6f8fc;
color: var(--text-secondary);
font-size: 14px;
}
.cxz-pay-summary strong {
color: var(--orange);
font-size: 18px;
font-weight: 800;
}
.cxz-points-deduct {
display: flex;
align-items: center;
gap: 8px;
padding: 10px 2px 0;
color: var(--text-primary);
font-size: 14px;
cursor: pointer;
}
.cxz-points-deduct input {
width: 16px;
height: 16px;
accent-color: var(--primary);
}