forgeplus-react/src/military/task/taskDetail/index.scss

222 lines
3.8 KiB
SCSS

.centerbox {
position: relative;
margin-top: 40px;
.head-navigation {
span {
display: inline-flex;
align-items: center;
&:hover {
color: #4154f1;
}
}
}
.adminEdit{
float: left;
margin-right: 2em;
color: #4154f1;
}
.task-tit-text{
line-height: 1.4;
max-width: 800px;
}
.detail_tag_btn{
height:32px;
line-height: 32px;
border-radius:5px;
border:1px solid #D0D0D0;
display: flex;
align-items: center;
margin-left: 10px;
padding:0px;
background-color:#FAFBFC;
box-shadow: none;
.detail_tag_btn_name{
padding:0px 10px;
text-align: center;
height: 30px;
line-height: 30px;
border-radius:5px 0px 0px 5px;
cursor: pointer;
&:hover
{
background-color: #F3F4F6;
}
span{
color: #333!important;
}
}
.detail_tag_btn_count{
width: 42px;
text-align: center;
background: #fff;
border-radius: 0px 4px 4px 0px;
height:100%;
border-left: 1px solid #D0D0D0;
}
}
}
.head-navigation {
position: absolute;
top: -2.3em;
width: 100%;
}
.task-title{
display: flex;
justify-content: space-between;
}
.task_tag {
padding: .2rem .75rem;
background: #f1f8ff;
border-radius: 4px;
float: left;
color: #4154f1;
line-height: 1.25rem;
}
.task_tip {
padding: 0px 20px;
border-radius: 15px;
line-height: 30px;
background: #FFF8F5;
}
.tasks_status{
display: flex;
justify-content: space-around;
padding: 1rem;
}
.tasks_status li {
position: relative;
background: #ebebeb;
width: 12.4%;
height: 35px;
line-height: 35px;
color: #05101a;
text-align: center;
margin-bottom: 32px;
.delay-text{
margin-top:-15px;
color: #666;
font-size: 12px;
}
}
.tasks_status li:not(:last-child){
margin-right: 20px;
}
.tasks_status li.active {
background: #4154f1;
color: #fff;
}
.tasks_status li:not(:first-child):before {
width: 0;
height: 0;
border-width: 17px;
content: "";
position: absolute;
left: 0px;
border-style: solid;
top: 0px;
border-color: transparent transparent #fafafa transparent;
transform: rotate(90deg);
}
.tasks_status li:not(:last-child):after {
width: 0;
height: 0;
border-width: 17px;
content: "";
position: absolute;
right: -34px;
border-style: solid;
top: 0px;
border-color: transparent transparent #ebebeb transparent;
transform: rotate(90deg);
}
.tasks_status li.active:after {
border-color: transparent transparent #4154f1 transparent;
transform: rotate(90deg);
}
.file-list-box {
padding: 0 1.25rem;
}
.content-text {
padding: 1.25rem;
}
.content-download {
color: #4154f1;
}
.applyText {
margin-top: 0.5rem;
border-radius: 3px;
font-family: "微软雅黑", "宋体";
font-size: 14px;
line-height: 1.9;
border: 1px solid #eaeaea;
background: #ffffff;
color: #05101a;
resize: none;
}
.applyList {
table {
width: 100%;
border: 1px solid #eee;
border-bottom: none;
background: #fff;
color: #888;
cursor: default;
}
.ant-table-body tbody tr {
height: 90px;
}
.ant-table-thead
> tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)
> td,
.ant-table-tbody
> tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)
> td,
.ant-table-thead
> tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)
> td,
.ant-table-tbody
> tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)
> td {
background: #fff;
}
}
.agreement-content{
box-sizing: border-box;
padding: 0px 20px;
height: 50vh;
overflow-y: scroll;
}
li.except-close{
background: #fa6400;
color: #fff;
}
.color-blue_41{
color: #4154f1;
}