131 lines
2.4 KiB
CSS
131 lines
2.4 KiB
CSS
.proj-edit-box{
|
|
margin-top: 18px;
|
|
/* overflow: auto; */
|
|
/* background-color: red; */
|
|
background-color: var(--color-light);
|
|
position: relative;
|
|
|
|
|
|
}
|
|
.proj-edit {
|
|
background-color: var(--color-light);
|
|
/* background-color: var(--color-light); */
|
|
padding: 15px;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.btn-container {
|
|
width: 100%;
|
|
padding: 5px 0 15px 0;
|
|
text-align: center;
|
|
background-color: var(--color-light);
|
|
}
|
|
.aiImg{
|
|
width: 100px;
|
|
height: 100px;
|
|
position: fixed;
|
|
right: 25px;
|
|
bottom: 20px;
|
|
cursor: pointer;
|
|
}
|
|
.editAll-box{
|
|
width: 19%;
|
|
/* background-color: skyblue; */
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
.editAll-box-title{
|
|
width: 100%;
|
|
height: 56px;
|
|
background-color: #FF9F08;
|
|
margin-top: 10px;
|
|
text-align: center;
|
|
line-height: 56px;
|
|
font-size: 16px;
|
|
font-weight: 700;
|
|
border-radius: 10px;
|
|
color:#fff;
|
|
}
|
|
.editAll-boxNo-con{
|
|
margin-top: 50px;
|
|
width: 100%;
|
|
background-color: #f3f3f3;
|
|
height: 95px;
|
|
line-height: 95px;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
}
|
|
.editAll-box-con{
|
|
/* width: 270px; */
|
|
/* width: 100%; */
|
|
width: calc(100% - 2px);
|
|
|
|
/* height: 500px; */
|
|
border: 1px solid rgb(212, 212, 212);
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
.question{
|
|
width: 100%;
|
|
height: 40px;
|
|
background-color: #FF9F08;
|
|
line-height: 40px;
|
|
font-weight: 700;
|
|
padding:0 10px;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
color: #fff;
|
|
}
|
|
.questionStatus{
|
|
font-weight: 300;
|
|
}
|
|
.boxtitle{
|
|
width: 100%;
|
|
height: 40px;
|
|
background-color: #FF9F08;
|
|
color: #fff;
|
|
|
|
line-height: 40px;
|
|
text-indent: 10px;
|
|
/* font-size: 16px; */
|
|
font-weight: 700;
|
|
}
|
|
.boxtextTop{
|
|
background-color: #fff;
|
|
width: 100%;
|
|
padding: 10px;
|
|
box-sizing: border-box;
|
|
}
|
|
.unReason{
|
|
/* background-color: pink; */
|
|
margin-top: 10px;
|
|
color: red;
|
|
}
|
|
.boxtextBot{
|
|
background-color: #fff;
|
|
width: 100%;
|
|
padding: 10px;
|
|
box-sizing: border-box;
|
|
}
|
|
.fileBox{
|
|
/* background-color: skyblue; */
|
|
margin-top: 10px;
|
|
min-height: 40px;
|
|
/* overflow: scroll; */
|
|
/* text-align: justify; 让文字两端对齐 */
|
|
width: 100%;
|
|
|
|
|
|
}
|
|
.upload-box{
|
|
margin-top: 10px;
|
|
/* background-color: skyblue; */
|
|
}
|
|
.uploadTitle{
|
|
font-size: 16px;
|
|
margin-right: 10px;
|
|
} |