|
@ -68,7 +68,7 @@ body,html,.c-container{height: 100%;}
|
|
|
.coloured-box{top: 0;position: absolute;right: 5px;}
|
|
|
.coloured-ribbon-blue{background: url(../images/biaoqian-lanse_img.png) center center / 100% 100% no-repeat;}
|
|
|
.coloured-ribbon-green{background: url(../images/biaoqian-lvse_img.png) center center / 100% 100% no-repeat;margin-left: 5px;}
|
|
|
.task-icon{position: absolute;right: 63px;top: 10px;min-height: 20px;}
|
|
|
.task-icon{position: absolute;left: 50px;top: 10px;min-height: 20px;}
|
|
|
.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;}
|
|
|
/*进度条*/
|
|
@ -103,6 +103,9 @@ body,html,.c-container{height: 100%;}
|
|
|
/*.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;}
|
|
|
.c-ff3b30{color: #ff3b30;}
|
|
|
[is-future="1"] .day-number{color: #12B6F4;}
|
|
|
[is-future="2"] .day-number{color: #333;}
|
|
|
[is-future="3"] .cur-status{background-color: #5cb85c;}
|
|
|
.time-box:after{content: '';position: absolute;right: 0;z-index: 2;right: 19px;height: 100%;width: 1px;background-color: #d7dce6;top: 50%;}
|
|
|
.time-axis tr:nth-last-of-type(1) .time-box:after{display: none;}
|