活动日历页面

main
wangyunfei888 1 month ago
parent c3863f8cff
commit 6710f85cc1

@ -147,9 +147,6 @@ const ActivityCalendar = () => {
]} ]}
className={styles.segmented} className={styles.segmented}
/> />
<Button className={styles.dayButton} onClick={handleBackToToday}>
</Button>
</div> </div>
</div> </div>

@ -17,22 +17,22 @@
} }
.createButton { .createButton {
background: linear-gradient(98deg, #12d49c 0%, #0ec9c9 100%); background: rgba(0, 212, 138, 1);
border: none; border: none;
border-radius: 8px; border-radius: 2px;
padding: 6px 16px; padding: 2px 10px;
height: 34px; height: 30px;
box-shadow: 0 6px 14px rgba(18, 212, 156, 0.25);
&:hover, &:hover,
&:focus { &:focus {
background: linear-gradient(98deg, #0fcf94 0%, #0cbcbc 100%); background: rgba(0, 212, 138, 1);
} }
} }
.toolbarRight { .toolbarRight {
display: flex; display: flex;
align-items: center; align-items: center;
justify-self: center;
gap: 10px; gap: 10px;
} }
@ -40,10 +40,10 @@
width: 88px; width: 88px;
:global(.ant-select-selector) { :global(.ant-select-selector) {
border-radius: 6px; border-radius: 2px;
border-color: #e8e8e8; border-color: #e8e8e8;
box-shadow: none !important; box-shadow: none !important;
height: 34px; height: 30px;
} }
} }
@ -59,16 +59,20 @@
} }
:global(.ant-segmented-item) { :global(.ant-segmented-item) {
padding: 4px 12px; display: flex;
align-items: center;
justify-self: center;
padding: 2px 10px;
min-width: 38px; min-width: 38px;
height: 34px; height: 30px;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
} }
:global(.ant-segmented-item-selected) { :global(.ant-segmented-item-selected) {
background: #0fcfaf; // background: #0fcfaf;
color: #fff; border: 1px solid rgba(0, 212, 138, 1);
color: #333;
} }
} }
@ -212,4 +216,4 @@
.eventIcon { .eventIcon {
color: #12a77c; color: #12a77c;
} }
} }
Loading…
Cancel
Save