index.acss 1.89 KB
@import "../../font/iconfont.acss";
page {
    background: #fff;
    font-family: PingFangSC-Regular;
    font-size: 42rpx;
    color: #191F25;
}

.scheduleList {
    margin-bottom: 48rpx;
}

.month {
    font-family: PingFangSC-Medium;
    padding: 0 32rpx;
    height: 48rpx;
    line-height: 48rpx;
    margin-bottom: 50rpx;
}

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

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

.dateTime {
    margin-right: 34rpx;
}

.dateTime>view {
    font-size: 22rpx;
    line-height: 24rpx;
    color: #191F25;
    /* margin-bottom: 8rpx; */
}

.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: #0080FF;
    height: 90rpx;
    overflow: hidden;
    background: #CFECFF;
    margin-bottom: 16rpx;
}

.dataSchedule .overdue {
    background: #F6F6F6;
    color: rgba(25, 31, 37, 0.56);
}

.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>view>view {
    margin-left: 32rpx;
}

.dataScheduleName {
    margin-top: 16rpx;
    margin-bottom: 8rpx;
}

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

.dataScheduleTime {
    font-size: 22rpx;
}

.createSchedule {
    vertical-align: top;
    font-size: 80rpx;
    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);
}