system-copyright-react/src/route/proj/proj-edit.css

133 lines
2.5 KiB
CSS
Raw Normal View History

2024-05-08 17:54:01 +08:00
.proj-edit-box{
2024-05-16 18:00:57 +08:00
margin-top: 18px;
/* overflow: auto; */
/* background-color: red; */
background-color: var(--color-light);
2024-06-14 15:50:34 +08:00
position: relative;
2024-05-16 18:00:57 +08:00
2024-05-09 17:43:12 +08:00
2024-05-08 17:54:01 +08:00
}
2024-03-14 23:34:40 +08:00
.proj-edit {
background-color: var(--color-light);
2024-07-15 16:58:47 +08:00
/* background-color: var(--color-light); */
2024-03-14 23:34:40 +08:00
padding: 15px;
2024-03-15 18:18:29 +08:00
display: flex;
2024-05-08 17:54:01 +08:00
justify-content: space-around;
2024-03-15 18:18:29 +08:00
}
.btn-container {
width: 100%;
padding: 5px 0 15px 0;
text-align: center;
background-color: var(--color-light);
2024-05-08 17:54:01 +08:00
}
2024-06-14 15:50:34 +08:00
.aiImg{
2025-01-20 15:24:23 +08:00
width: 200px;
height: 250px;
2024-06-14 15:50:34 +08:00
position: fixed;
right: 25px;
2024-07-15 16:58:47 +08:00
bottom: 20px;
2024-06-14 15:50:34 +08:00
cursor: pointer;
}
2024-07-15 16:58:47 +08:00
.editAll-box{
width: 19%;
/* background-color: skyblue; */
display: flex;
flex-direction: column;
align-items: center;
}
.editAll-box-title{
width: 100%;
height: 56px;
2024-07-18 10:26:20 +08:00
/* background-color: #FF9F08; */
/* background-color: #FF9F08; */
background: linear-gradient(to right, #ff9f08, #ffd200);
2024-07-15 16:58:47 +08:00
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;
2024-07-18 14:49:14 +08:00
text-align: center;
2024-07-15 16:58:47 +08:00
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;
2024-07-18 10:26:20 +08:00
background-color: #fff7e5;
2024-07-15 16:58:47 +08:00
line-height: 40px;
font-weight: 700;
padding:0 10px;
box-sizing: border-box;
display: flex;
justify-content: space-between;
2024-07-18 10:26:20 +08:00
color: #5d5650;
2024-07-15 16:58:47 +08:00
}
.questionStatus{
font-weight: 300;
}
.boxtitle{
width: 100%;
height: 40px;
2024-07-18 10:26:20 +08:00
background-color: #fff7e5;
color: #5d5650;
2024-07-15 16:58:47 +08:00
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; */
2024-07-15 18:41:42 +08:00
/* text-align: justify; 让文字两端对齐 */
width: 100%;
2024-07-15 16:58:47 +08:00
}
.upload-box{
margin-top: 10px;
/* background-color: skyblue; */
}
.uploadTitle{
font-size: 16px;
margin-right: 10px;
}