|
@@ -2,9 +2,6 @@
|
|
|
.time-item-content {
|
|
.time-item-content {
|
|
|
@apply w-full w-full;
|
|
@apply w-full w-full;
|
|
|
.time-item-label {
|
|
.time-item-label {
|
|
|
- height: 40px;
|
|
|
|
|
- min-width: 120px;
|
|
|
|
|
-
|
|
|
|
|
.time-item-label-forward {
|
|
.time-item-label-forward {
|
|
|
@apply text-xl text-black text-opacity-80 font-medium;
|
|
@apply text-xl text-black text-opacity-80 font-medium;
|
|
|
}
|
|
}
|
|
@@ -28,6 +25,8 @@
|
|
|
.time-item-has-line {
|
|
.time-item-has-line {
|
|
|
@apply flex flex-nowrap relative;
|
|
@apply flex flex-nowrap relative;
|
|
|
.time-item-label-has-line {
|
|
.time-item-label-has-line {
|
|
|
|
|
+ height: 40px;
|
|
|
|
|
+ min-width: 120px;
|
|
|
@apply flex justify-center items-center;
|
|
@apply flex justify-center items-center;
|
|
|
}
|
|
}
|
|
|
.time-item-render-has-line {
|
|
.time-item-render-has-line {
|
|
@@ -44,23 +43,22 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.time-item-has-card {
|
|
.time-item-has-card {
|
|
|
- @apply flex flex-col relative pb-8;
|
|
|
|
|
|
|
+ @apply flex flex-col relative;
|
|
|
.time-item-label-has-card {
|
|
.time-item-label-has-card {
|
|
|
@apply flex justify-start items-center;
|
|
@apply flex justify-start items-center;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
- .time-item-render-has-card {
|
|
|
|
|
- @apply my-4 ml-0;
|
|
|
|
|
|
|
+ &.time-item-last {
|
|
|
|
|
+ @apply mb-8;
|
|
|
}
|
|
}
|
|
|
- &::after {
|
|
|
|
|
- content: ' ';
|
|
|
|
|
|
|
+ .time-item-label-tail {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- bottom: 0;
|
|
|
|
|
|
|
+ height: 1px;
|
|
|
|
|
+ bottom: -16px;
|
|
|
border-bottom: 2px solid rgba(0, 0, 0, 0.1);
|
|
border-bottom: 2px solid rgba(0, 0, 0, 0.1);
|
|
|
}
|
|
}
|
|
|
- &:not(:first-child) {
|
|
|
|
|
- @apply pt-8;
|
|
|
|
|
|
|
+ .time-item-render-has-card {
|
|
|
|
|
+ @apply my-4 ml-0;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|