scheduleList.acss 6.19 KB
@import "../../template/loading/loading.acss";
.index {
    background: #FFFFFF;
}

.scheduleHeader {
    /* position: fixed;
    top: 0;
    left: 0; */
    width: 100%;
    height: 88rpx;
    background: #FFFFFF;
    line-height: 88rpx;
    padding: 0 32rpx;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 1rpx 8rpx 0 rgba(0, 0, 0, 0.04);
    z-index: 9;
}

.scheduleHeader view:nth-of-type(1) {
    flex: 1;
}

.scheduleHeader view:nth-of-type(2) {
    width: 40rpx;
    height: 40rpx;
}

.sidebar {
    position: fixed;
    left: -750rpx;
    top: 0;
    width: 750rpx;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.19); */
    z-index: 99;
}

.headerIcon {
    position: relative;
}

.headerIcon>view {
    position: absolute;
    left: 28rpx;
    top: 52rpx;
    width: 12rpx;
    height: 12rpx;
    border: 2rpx solid #FFFFFF;
    border-radius: 50%;
    background: #EA0C28;
}

.headerIcon .iconicon_app1 {
    font-size: 44rpx;
    color: rgba(27, 38, 61, 0.4);
}

.siderbarShow {
    transform: translateX(750rpx);
    transition: all 400ms linear 0s;
}

.siderbarHidden {
    transform: translateX(-750rpx);
    transition: all 400ms linear 0s;
}

.sidebarContent {
    background: #FFFFFF;
    width: 640rpx;
    height: 100%;
    padding: 32rpx 0 32rpx 32rpx;
}

.sidebarLogo {
    margin-bottom: 18rpx;
    line-height: 64rpx;
    font-size: 26rpx;
    color: rgba(27, 38, 61, .56);
    display: flex;
}

.sidebarLogo view:nth-of-type(1) {
    margin-right: 34rpx;
    width: 64rpx;
    height: 64rpx;
    border-radius: 50%;
    background: #3070F2;
    color: white;
    overflow: hidden;
}

.sidebarLogo view:nth-of-type(1) image {
    width: 64rpx;
    height: 64rpx;
}

.hasAssociated, .unAssociated {
    margin-top: 48rpx;
}

.associated {
    font-size: 24rpx;
    color: rgba(25, 31, 37, .56);
    line-height: 34px;
    margin-bottom: 16rpx;
}

.applicationList {
    height: 104rpx;
    display: flex;
    align-items: center;
}

.applicationLogo {
    width: 72rpx;
    height: 72rpx;
    margin-right: 24rpx;
}

.applicationMsg {
    flex: 1;
    display: flex;
    border-bottom: 1px solid rgba(241, 243, 249, 1);
    height: 104rpx;
    align-items: center;
    padding-right: 32rpx;
}

.applicationMsg>view:nth-of-type(1) {
    flex: 1;
}

.applicationMsg>view:nth-of-type(1)>view:nth-of-type(1) {
    font-size: 28rpx;
    color: #191F25;
    margin-bottom: 8rpx;
}

.applicationMsg>view:nth-of-type(1)>view:nth-of-type(2) {
    opacity: 0.56;
    font-size: 20rpx;
    color: #191F25;
}

.operateIcon {
    width: 32rpx;
    height: 32rpx;
}

.operateIcon .iconright {
    font-size: 22rpx;
    color: rgba(27, 38, 61, .5)
}

.scheduleList {
    margin-bottom: 48rpx;
}

.month {
    padding: 0 32rpx;
    height: 48rpx;
    font-size: 48rpx;
    line-height: 48rpx;
    margin-bottom: 50rpx;
    font-weight: bold;
    font-family: 'DINAlternate-Bold';
}

.manyWeeks {
    font-size: 26rpx;
    color: rgba(25, 31, 37, 0.56);
    height: 37rpx;
    padding-left: 120rpx;
    line-height: 37rpx;
    margin: 48rpx 0;
}

.date {
    display: flex;
    padding: 0 32rpx;
    margin-bottom: 48rpx;
}

.dateTime {
    margin-right: 34rpx;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 16rpx;
}

.dateTime>view {
    font-size: 22rpx;
    line-height: 24rpx;
    font-weight: bolder;
    color: #191F25;
    margin-bottom: 4rpx;
}

.dateTime>text {
    margin-left: 3rpx;
    font-family: DINAlternate-Bold;
    font-size: 42rpx;
    color: #191F25;
    line-height: 42rpx;
}

.dataSchedule>view {
    width: 604rpx;
    border-radius: 8rpx;
    font-size: 26rpx;
    color: rgba(10, 10, 10, 0.72);
    height: 90rpx;
    overflow: hidden;
    background: rgba(10, 10, 10, 0.05);
    margin-bottom: 16rpx;
}

.NoSchedule {
    width: 604rpx;
    border-radius: 8rpx;
    font-size: 26rpx;
    height: 90rpx;
    padding-left: 16rpx;
    box-sizing: border-box;
    margin-bottom: 16rpx;
    line-height: 0.9rem;
}

.NoSchedule>view:nth-of-type(1) text:nth-of-type(1) {
    color: rgba(25, 31, 37, 0.56);
}

.NoSchedule>view:nth-of-type(1) text:nth-of-type(2) {
    color: #3296FA;
}

.dataSchedule {
    position: relative;
}

.dataSchedule .overdue {
    background: rgba(10, 10, 10, .034);
    color: rgba(10, 10, 10, .353);
}

.thisDay>view {
    color: rgb(50, 150, 250);
}

.thisDay>text {
    color: rgb(50, 150, 250);
}

.thisDayLine {
    position: relative;
    height: 2rpx;
    background: #F25643;
    width: 100%;
    overflow: visible;
}

.dataSchedule .thisDayHavaMeeting {
    height: 2rpx !important;
    background: #F25643 !important;
    overflow: visible !important;
    position: absolute;
    left: 0;
    top: -8rpx;
}

.thisDayLine::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3rpx;
    width: 8rpx;
    height: 8rpx;
    border-radius: 50%;
    background: #F25643;
    z-index: 99;
    box-sizing: border-box;
}

.dataSchedule .cancel {
    width: 602rpx;
    overflow: hidden;
    background: url(../../assests/cancel.png) center /100% 100%;
    border: 1rpx solid rgba(25, 31, 37, 0.28);
    color: rgba(25, 31, 37, 0.56);
}

.dataSchedule .cancel text {
    text-decoration: line-through;
}

.dataSchedule>view>view {
    margin-left: 16rpx;
}

.dataScheduleName {
    margin-top: 16rpx;
    margin-bottom: 8rpx;
    font-family: PingFangSC-Medium;
}

.dataSchedule>view:last-child {
    margin-bottom: 0;
}

.dataScheduleTime {
    font-size: 22rpx;
}

.createSchedule {
    vertical-align: top;
    font-size: 40rpx;
    width: 98rpx;
    height: 98rpx;
    border-radius: 50%;
    position: fixed;
    right: 32rpx;
    bottom: 98rpx;
    color: white;
    text-align: center;
    line-height: 98rpx;
    background: #3296FA;
    box-shadow: 0 8px 14px 0 rgba(50, 150, 250, 0.30);
}

.startPage {
    position: fixed;
    height: 100%;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
}

.startPage>image {
    width: 603rpx;
    height: 444rpx;
    vertical-align: top;
    margin-top: 300rpx;
    margin-left: 82rpx;
    z-index: 9999999;
}

.startText {
    margin-top: 80rpx;
    text-align: center;
    font-size: 46rpx;
}

.text1 {
    margin-right: 32rpx;
}

.indexScrollView {
    height: calc( 100vh - 88rpx);
}