.schedule-top {
|
background: linear-gradient(0deg, #ffffff, #E2EFFF, #c5dfff);
|
/* margin: 0 10px; */
|
padding: 8px;
|
font-size: 30rpx;
|
color: var(--fyui-text-color_1);
|
border-radius: 6px 6px 0 0;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
|
}
|
|
.schedule-top__finished {
|
/* background: linear-gradient(0deg, #158a0b, #3a9c26, #6ead5b); */
|
}
|
|
.schedule-top-main {
|
display: flex;
|
align-items: center;
|
}
|
|
.schedule-top-main>text {
|
margin-left: 8rpx;
|
}
|
|
.schedule-top-extend {
|
display: flex;
|
font-size: 24rpx;
|
align-items: center;
|
color: var(--fyui-text-color_2);
|
}
|
|
.schedule-wrap {
|
position: relative;
|
min-height: 100rpx;
|
margin-bottom: 16rpx;
|
}
|
|
.schedule-card {
|
/* position: absolute; */
|
/* width: max-content; */
|
/* background: linear-gradient(0deg, #ffffff, #E2EFFF, #c5dfff); */
|
background-color: white;
|
/* margin: 0 10px; */
|
/* margin-top: 4px; */
|
padding: 8px;
|
color: var(--fyui-text-color_1);
|
border-radius: 6px;
|
left: 0;
|
right: 0;
|
box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
|
}
|
|
.schedule-card__expand {
|
z-index: 0 !important;
|
}
|
|
.schedule-card__finished {
|
/* background: linear-gradient(0deg, #6ead5b, #3a9c26, #158a0b); */
|
}
|
|
.schedule-card__item {
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
|
.schedule-card__item-tag{
|
font-size: 12px;
|
white-space: nowrap;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
flex: 1;
|
padding: 0 4px;
|
color: var(--fyui-text-color_3);
|
}
|
|
.schedule-card__item-0 {
|
border-radius: 0 0 6px 6px !important;
|
}
|
|
.schedule-category {
|
display: block;
|
font-size: 16px;
|
font-weight: 600;
|
color: rgb(255, 255, 255);
|
}
|
|
.schedule-category>view>text {
|
margin-right: 4px;
|
}
|
|
.schedule-title {
|
font-size: 14px;
|
white-space: nowrap;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
flex: 1;
|
padding: 0 4px;
|
}
|
|
.t-class-button {
|
--td-button-small-font-size: 36rpx;
|
/* --td-button-small-height: 50px; */
|
}
|
|
.schedule-btn {
|
background-color: white;
|
text-align: center;
|
color: #e08402;
|
font-size: 14px;
|
padding: 4px 8px;
|
border-radius: 8px;
|
}
|
|
.schedule-btn__finished {
|
color: #158a0b;
|
}
|
|
.schedule-btn:active {
|
background: rgb(224, 224, 224);
|
}
|