app-xiangsonghua/app-saas-src/css/systemOrder/systemOrderEdit.css
2024-12-26 17:00:06 +08:00

339 lines
5.2 KiB
CSS

.tabs{
display: flex;
font-size:1.125rem;
position:fixed;
top:6rem;
width: 100%;
z-index:999;
}
.tab{
flex-grow:1;
height:2.5rem;
display:flex;
align-items:center;
justify-content:center;
background:#f2f2f2;
}
.tab.active{
background:#ffffff;
}
.content {
padding: 0 2rem 3.1rem 3rem;
overflow: scroll;
}
.title {
margin-bottom: 1.5rem;
}
.pr-select, .order-person, .order-result-person, .order-result, .order-pic {
margin-top: 1.5rem;
}
.pr-selector {
position: relative;
width: 100%;
}
.pr-selected {
display: flex;
justify-content: space-between;
height: 2.2rem;
line-height: 2.2rem;
border: 1px solid #dad9da;
padding: 0 0.5rem;
color: #666;
}
.pr-selected img {
width: 1rem;
}
.pr-picker-modal{
position: absolute;
top: 2.4rem;
width:100%;
height:30vh;
overflow-y: auto;
border: 1px solid #dad9da;
display: none;
}
.pr-picker-modal .pr{
display: flex;
flex-direction: row;
background:#ffffff;
color:#000000;
border-top:1px solid #dad9da;
height:2.6rem;
line-height:2.6rem;
font-size: 1.25rem;
align-items:center;
}
.pr-picker-modal .pr .icon-con{
margin: 0 0.5rem 0 0.5rem;
flex-shrink:0;
width:2rem;
height:2rem;
display:flex;
border-radius:50%;
justify-content:center;
align-items:center;
font-size:1rem;
background:#E9BE2B;
}
.pr-picker-modal .icon-con img{
width:1.6rem;
}
.show {
display: block;
}
.order-desc {
width: 100%;
margin-top: 1.5rem;
}
#result-desc {
width: 100%;
box-sizing: border-box;
font-size: 1.25rem;
border: 1px solid #dad9da;
padding: 0.4rem;
}
.order-pic img {
width: 4rem;
height: 4rem;
}
.pic-item {
display: inline-block;
width: 4rem;
height: 4rem;
border: 1px solid #e5e5e5;
box-sizing: border-box;
margin: 0 1rem 1rem 0;
position: relative;
}
.pic-item i {
position: absolute;
right: -0.8rem;
top: -0.8rem;
display: inline-block;
width: 1.6rem;
height: 1.6rem;
border-radius: 50%;
background-image: url('../../image/close.png');
background-size: contain;
background-color: #fff;
}
.pic-item img {
width: 100%;
}
#pic-review {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999;
background-color: black;
display: none;
overflow: hidden;
}
#pic-review img {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
width: 100%;
}
#start-btn, #finish-btn {
position: fixed;
bottom: 0;
width: 100%;
height: 3rem;
line-height: 3rem;
font-size: 1.3rem;
text-align: center;
background-color: #e9be2b;
display: none;
}
.start-show {
display: none;
}
b {
color: red;
}
/* 设备缺陷tab */
#problem-panel {
display: none;
}
#new-add-btn {
font-size:1.5rem;
text-align: center;
padding: 0.5rem 0;
}
#new-add-btn>div {
display: inline-block;
width: 100%;
height: 3.5rem;
line-height: 3.5rem;
border: 1px solid #e5e5e5;
border-radius: 0.5rem;
box-sizing: border-box;
background-color: #f5f5f5;
}
#new-add-btn span {
margin-right: 1rem;
}
.problem-list-container {
/* overflow-y: scroll; */
padding: 0 1rem;
}
.problem-item {
padding: 0.8rem 0;
border-top: 1px solid #e9be2b;
border-bottom: 1px solid #e9be2b;
}
.problem-index, .problem-desc, .problem-pic {
margin-top: 0.3rem;
}
.problem-index {
display: flex;
align-items: center;
justify-content: space-between;
height: 2.6rem;
line-height: 2.6rem;
/* background-color: #e5e5e5; */
}
.btns {
display: flex;
justify-content: space-between;
}
.delete-btn {
width: 3.6rem;
height: 2rem;
line-height: 2rem;
text-align: center;
box-sizing: border-box;
border: 1px solid #e5e5e5;
border-radius: 1rem;
margin-right: 0.4rem;
}
.submit-btn {
width: 3.6rem;
height: 2rem;
line-height: 2rem;
background-color: #e9be2b;
text-align: center;
border-radius: 1rem;
}
.finished {
display: none;
color: #03b679;
}
.problem-item-title {
height: 3rem;
line-height: 3rem;
font-size: 1.25rem;
}
.problem-desc textarea, .remark textarea {
width: 100%;
height: 100%;
padding: 0.3rem;
border: 1px solid #e5e5e5;
box-sizing: border-box;
}
.problem-pic img, .problem-audio img {
width: 4rem;
height: 4rem;
}
.problem-item-content {
padding: 0 1rem;
width: 100%;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
}
.pic-item, .audio-item {
display: inline-block;
width: 4rem;
height: 4rem;
border: 1px solid #e5e5e5;
box-sizing: border-box;
margin: 0 1rem 1rem 0;
position: relative;
}
.pic-item i, .audio-item i {
position: absolute;
right: -0.8rem;
top: -0.8rem;
display: inline-block;
width: 1.6rem;
height: 1.6rem;
border-radius: 50%;
background-image: url('../../image/close.png');
background-size: contain;
background-color: #fff;
}
.pic-item img {
width: 100%;
}
#pic-review {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999;
background-color: black;
display: none;
}
#pic-review img {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
width: 100%;
}