@@ -76,6 +76,16 @@
border-radius: 37px;
}
+.center_calendar_item{
+ height: 74px;
+ margin-bottom: 16px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ flex-shrink: 0;
+ background-color: #26B7FF1A;
+}
+
.calendar_item{
height: 74px;
margin-bottom: 16px;
@@ -101,6 +111,11 @@
font-size: 34px;
+.center_day{
+ color:#26B7FF;
+ font-size: 34px;
.normal_day{
color:#808080;