.schedule { background: #FFFFFF; } .sch-content span:first-child { color: #D7D7D7; display: inline-block; width: 37px; text-align: right; padding-right: 5px; } .sch-content>div { padding: 10px; } .sch-content>div { border-bottom: 1px solid #999999; } .sch-content span { font-size: 13px; } .sc-box.sch-content>div, .sc-time, .sch-content>div:last-child { border-bottom: none; } .sch { margin-top: 10px; } .day, .day-title { width: 100%; background: #FFFFFF; overflow: hidden; padding: 3px 0 0 0; } .day-title { background: rgb(248, 248, 248); } .day-title>div, .day>div { float: left; width: 14.2%; text-align: center; font-size: 14px; } .day>div>span { display: inline-block; font-size: 14px; width: 24px; height: 24px; line-height: 24px; } .day>div>span.days { color: #CCCCCC; } .day>div>span.now-day { border: 1px solid rgb(255, 86, 86); border-radius: 50%; color: rgb(255, 86, 86); } .day>div>span.active-day { border: 1px solid rgb(255, 86, 86); border-radius: 50%; color: #ffffff; background: rgb(255, 86, 86); } .day>div>span:last-child { display: block; width: 6px; height: 6px; margin: 0 auto; margin-top: 3px; border-radius: 50%; } .day>div>span.exist-day { background: rgb(148, 155, 255); } .kong { opacity: 0; } .sch-content span.right { position: absolute; right: 10px; font-size: 22px; color: #CCCCCC; } /*添加日程和生成周报*/ textarea { border: 1px solid #F3F5F7; border: none; color: #CCCCCC; height: 100px; margin-bottom: 0; padding: 0; font-size: 14px; } .reply-box { padding: 10px; background: #FFFFFF; border-top: 1px solid #F3F5F7; } .reply-box span { font-size: 14px; display: inline-block; height: 24px; line-height: 24px; } .reply-box span:first-child, .reply-box a:before { color: #999999; } .reply-box input { margin: 0; padding: 0; height: 25px; width: 140px; font-size: 14px; border: none; text-align: right; padding-right: 15px; } /*员工列表*/ .mui-left { padding: 10px 0; border-bottom: 1px solid rgba(200, 199, 204, 0.4); } .mui-checkbox{ background: #FFFFFF !important; } .mui-checkbox.mui-left label { padding-right: 15px; padding-left: 101px; padding-top: 12px; position: relative; } .mui-left img { position: absolute; width: 30px; height: 30px; top: 0; left: 60px; border-radius: 50%; } .mui-checkbox.mui-left input[type=checkbox] { top: 12px; } /*周报列表*/ .mui-scroll-wrapper { background: #FFFFFF; }