|
@ -30,7 +30,7 @@ body,html,.c-container{height: 100%;}
|
|
|
.task-list li{width: 90px;cursor: pointer;text-align: center;display: block;float: left;border-radius: 14px;font-size: 14px;margin-left: 20px;margin-bottom: 20px;color: #333333;border: solid 1px #d7dce6;padding: 3px;}
|
|
|
.task-list li.active{background-color: #12b7f5;color: #fff;}
|
|
|
.btn-search{background-color: #12b7f5;color: #fff;border-radius: 0;width: 120px;margin-top: 30px;}
|
|
|
.btn-search:hover,.btn-search:focus,.btn-search:active,.btn-search:hover:active{background-color: #00ADEE;color: #fff;}
|
|
|
.btn-search:hover,.btn-search:focus,.btn-search:active,.btn-search:hover:active{background-color: #1c9aca;color: #fff;outline: none;outline-color: transparent;}
|
|
|
/*日历*/
|
|
|
.calendar-content{margin: 0 auto;}
|
|
|
/*图例注释*/
|
|
@ -72,7 +72,7 @@ body,html,.c-container{height: 100%;}
|
|
|
.task-icon .icon-check{position: absolute;right: -3px;bottom: 0;width: 15px;height: 15px;}
|
|
|
.day-number{font-size: 28px;color: #999999;margin-bottom: 0;line-height: 1;}
|
|
|
/*进度条*/
|
|
|
.progress-box{position: absolute;bottom: 0;left: 0;right: 0;padding: 5px;}
|
|
|
.progress-box{position: absolute;bottom: 0;left: 0;right: 0;padding: 10px 5px;text-align: center;}
|
|
|
.progress-box .progress{margin-bottom: 9px;background-color: #d7dce6;border-radius: 10px;position: relative;}
|
|
|
.progress-box .progress > span{position: absolute;left: 0;right: 0;text-align: center;color: #333333;top: 2px;}
|
|
|
.progress-box .progress-bar{background-color: #12b7f5;}
|
|
@ -89,17 +89,18 @@ body,html,.c-container{height: 100%;}
|
|
|
.rili,.shijianzhou{width: 40px;height: 28px;display: inline-block;float: left;background-color: #fff;}
|
|
|
.rili.active,.shijianzhou.active,.rili:hover,.shijianzhou:hover{background-color: #12b7f5;border-radius: 5px;}
|
|
|
/*列表展示*/
|
|
|
.time-axis td{border: none !important;color: #999;}
|
|
|
.time-axis td{border: none !important;color: inherit;}
|
|
|
.time-axis th{background-color: #f5f5fa;border-bottom: solid 1px #d7dce6;}
|
|
|
.time-axis td p{color: #999;}
|
|
|
.time-axis td p{color: inherit;}
|
|
|
.ellipsis{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
|
|
|
.time{position: relative;}
|
|
|
.time-box{position: relative;padding: 8px 50px 8px 8px!important;}
|
|
|
.cur-status{position: absolute;z-index: 3;right: 5px;top: 50%;padding: 8px;line-height: 1;margin-top: -12.5px;border-radius: 100%;color: #fff;}
|
|
|
.cur-status:empty{margin-top: -8px;right: 12.5px;background-color: #d7dce6;}
|
|
|
[is-future="1"]{background-color: #dff5fc;}
|
|
|
.time-axis tr:hover{background-color: #f5f5fa;}
|
|
|
.time-axis tr:hover p{color: #333333;}
|
|
|
.time-axis [is-future="1"]{background-color: #dff5fc;color: #12b7f5;}
|
|
|
/*.time-axis [is-future="1"] td p,.time-axis [is-future="1"] td{}*/
|
|
|
.time-axis tr:hover{background-color: #f5f5fa;color: #333333;}
|
|
|
/*.time-axis tr:hover p{}*/
|
|
|
[is-future="1"] .cur-status,[is-future="2"] .cur-status{background-color: #12b7f5;}
|
|
|
[is-future="-1"] .cur-status{background-color: #ff3b30;}
|
|
|
[is-future="3"] .cur-status{background-color: #5cb85c;}
|