|
@@ -24,29 +24,29 @@
|
|
|
}
|
|
|
|
|
|
.day-selecotr .day-selecotr-item.selected {
|
|
|
- background: rgba(61, 203, 204, 0.3);
|
|
|
+ background: rgba(150, 242, 227, 0.4);
|
|
|
border-radius: 30rpx;
|
|
|
- color: #140050;
|
|
|
- font-weight: 600px;
|
|
|
- .weekday {
|
|
|
- color: #140050;
|
|
|
- font-weight: 600;
|
|
|
- }
|
|
|
- .date {
|
|
|
- font-weight: 500;
|
|
|
- color: #140050;
|
|
|
- }
|
|
|
+// color: #140050;
|
|
|
+// font-weight: 600px;
|
|
|
+// .weekday {
|
|
|
+// color: #140050;
|
|
|
+// font-weight: 600;
|
|
|
+// }
|
|
|
+// .date {
|
|
|
+// font-weight: 500;
|
|
|
+// color: #140050;
|
|
|
+// }
|
|
|
}
|
|
|
|
|
|
.day-selecotr .day-selecotr-item .weekday {
|
|
|
font-size: 10px;
|
|
|
line-height: 14px;
|
|
|
- color: #9fb7cd;
|
|
|
+ color: #8B949E;
|
|
|
margin-bottom: 2rpx;
|
|
|
}
|
|
|
|
|
|
.day-selecotr .day-selecotr-item .date {
|
|
|
- color: #4d5262;
|
|
|
+ color: #000000;
|
|
|
font-family: Montserrat;
|
|
|
font-size: 22px;
|
|
|
line-height: 27px;
|