app-xiangsonghua/app-saas-src/css/inspectionRepair/repairLogDetail.css

122 lines
2.0 KiB
CSS
Raw Permalink Normal View History

2024-12-26 17:00:06 +08:00
html,body {
background:#fff;
}
.con{
padding:0 0.41rem;
font-size: 1rem;
}
.con .header{
padding:0 0.8rem;
border-bottom:1px solid #F4F4F4;
display:flex;
display:-webkit-flex;
align-items: center;
justify-content:space-between;
height3.33rem;
line-height: 3.33rem;
font-size:1.25rem;
z-index: 999;
}
.title{
display:flex;
display:-webkit-flex;
align-items: center;
height3.33rem;
line-height: 3.33rem;
}
.title img{
width:1.5rem;
height:1.5rem;
margin-right:1rem;
}
.bt-detail{
height:100%;
padding-left:3rem;
}
.bt-detail img{
width:0.83rem;
height:0.5rem;
}
.con .item{
padding:1.2rem 3.2rem;
border-bottom:1px solid #F4F4F4;
}
.malfunction-item:not(:first-child){
margin-top:0.5rem;
}
.rectangle{
width: 6.1rem;
height: 2.9rem;
border-right: 1px solid #D9D9D9;
padding-bottom:0.5rem;
position: relative;
padding-right:0.7rem;
}
.circle,.circle-green,.circle-start{
width:0.4rem;
height:0.4rem;
border-radius:50%;
position: absolute;
right:-0.3rem;
top:0;
z-index: 99;
border: 1px solid #D9D9D9;
background:#fff;
}
.circle-green{
border-radius:50%;
border: 1px solid #00b75f;
background:#00b75f;
}
.process-item{
display:flex;
display:-webkit-flex;
}
.item-desc{
padding-left:0.7rem;
}
.circle-start{
position: absolute;
right:-0.3rem;
top:3.4rem;
}
.circle-start-green{
position: absolute;
right:-0.3rem;
top:3.4rem;
border-radius:50%;
border: 1px solid #00b75f;
background:#00b75f;
}
.pic{
min-height: 4rem;
width: 100%;
}
.pic img{
display: inline-block;
max-height: 100%;
max-width: 31%;
margin: 0.1rem 0.2rem;
}
.displayNone{
display:none;
}
.close{
transform:rotate(-90deg);
-ms-transform:rotate(-90deg); /* IE 9 */
-moz-transform:rotate(-90deg); /* Firefox */
-webkit-transform:rotate(-90deg); /* Safari 和 Chrome */
-o-transform:rotate(-90deg); /* Opera */
}
.survey-pic{
min-height: 4rem;
width: 100%;
}
.survey-pic img{
display: inline-block;
max-height: 100%;
max-width: 31%;
margin: 0.3rem 0.2rem;
}