mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-15 21:32:49 +00:00
2 lines
2.0 KiB
CSS
Vendored
2 lines
2.0 KiB
CSS
Vendored
.checkin-calendar{width:100%;margin:-10px 0 24px;color:#555;position:relative;border:1px solid #eee;border-radius:3px}.checkin-calendar .calendar-header{display:flex;align-items:center;border-bottom:1px solid #eee}.checkin-calendar .calendar-header .calendar-header-menu{position:relative;flex:1;width:0}.checkin-calendar .calendar-header .calendar-header-back{margin-right:14px}.checkin-calendar .calendar-loading{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;background-color:#37373726;display:flex;align-items:center;justify-content:center}.checkin-calendar h4{padding:0 50px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;line-height:40px;background-color:#fff;text-align:center;color:#333}.checkin-calendar i{position:absolute;width:30px;height:30px;line-height:30px;top:5px;font-size:18px;color:#777}.checkin-calendar i.month-less{left:10px}.checkin-calendar i.month-add{right:10px}.checkin-calendar .check-table{width:100%;border:0;border-spacing:0;border-collapse:collapse;table-layout:fixed}.checkin-calendar .check-table th{text-align:center;height:48px;font-weight:700}.checkin-calendar .check-table td{position:relative;text-align:center;border-right:1px solid #eee;border-top:1px solid #eee;font-size:14px;height:52px}.checkin-calendar .check-table td .item-day{display:flex;align-items:center;justify-content:center;flex-direction:column;line-height:20px}.checkin-calendar .check-table td .item-day>div{max-width:100%;padding:0 4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.checkin-calendar .check-table td:last-child{border-right:0}.checkin-calendar .check-table td.disabled{color:#ccc;background:none}.checkin-calendar .check-table td.disabled *{color:#ccc}.checkin-calendar .check-table td.today{background-color:#f29d38;color:#fff;padding-top:2px;line-height:26px}.checkin-calendar .check-table td.checkin{color:#58ce7a;background-color:#f8f8f8;position:relative}.checkin-calendar .ui-state-down,.checkin-calendar .ui-state-default{font-size:12px}
|