白色主题

This commit is contained in:
2023-02-12 19:04:01 +08:00
parent d736a5912f
commit 57ab6fbb49
411 changed files with 1752 additions and 5304 deletions

View File

@@ -30,6 +30,8 @@
z-index: 9999;
background: var(--td-calendar-bg-color, var(--td-bg-color-block, #fff));
overflow-x: hidden;
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
}
.t-calendar--popup {
border-top-left-radius: var(--td-calendar-radius, 24rpx);
@@ -100,8 +102,11 @@
height: 120rpx;
line-height: 48rpx;
font-weight: 600;
cursor: pointer;
margin-top: 16rpx;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
user-select: none;
}
.t-calendar__dates-item-prefix,
.t-calendar__dates-item-suffix {
@@ -177,6 +182,5 @@
cursor: default;
}
.t-calendar__footer {
border-top: 1px solid var(--td-border-color, #e7e7e7);
padding: 32rpx;
}