<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*琛ㄥ崟*/
.formsPop{
    font-size: 13px;
}
.formsPop .title{
    line-height: 52px;
    color: #ddd;
    border-bottom: 1px solid rgba(255, 255, 255, 0.31);
    margin-bottom: 10px;
}
.formsPop .file-area{
    width: 96%;
    margin: 0 auto;
    border: 1px solid #ddd;
    min-height: 100px;
    display: none;
}
.formsPop h3{
    width: 98%;
    margin: 0 auto;
    border-bottom: 1px solid #f0f2f5;
    padding: 13px 0 2px 6px;
}
.formsPop .forms-com{
    overflow: hidden;
    padding: 8px;
}
.formsPop .forms-com .annotation{
    width: 80px;
    line-height: 33px;
    text-align: right;
}
.formsPop .forms-com .import{
    height: auto;
}
.formsPop .forms-com .import .img{
    overflow: hidden;
    margin-top: 4px;
}
.formsPop .forms-com .import .img li{
    width: 60px;
    height: 60px;
}
.formsPop .forms-com .import .img li img{
    max-width: 100%;
    max-height: 100%;
}
.formsPop .forms-com .import label{
}
.formsPop .forms-com .import .set-radio{

}
.formsPop .forms-com .import input{
    height: 34px;
    border: 1px solid  #ddd;
    border-radius: 4px;
    padding: 2px 4px;
    background: transparent;
}
.formsPop .forms-com .import input[type="file"]{
    height: 23px;
}
.formsPop .forms-com .import textarea{
    min-height: 52px;
    outline: none;
    resize:none;
    border: 1px solid  #ddd;
    background: transparent;
    padding: 2px 4px;
}
.formsPop .forms-com .import select{
    height: 34px;
    border: 1px solid  #ddd;
}
.formsPop .forms-com .import select option{
    border:1px solid red;
}
.formsPop .forms-com .import .set-textarea{
    border: 1px solid #f0f2f5;
    border-radius: 4px;
    width: 98%;
    height: 160px;
    padding: 4px 1%;
}
.formsPop .forms-com .import .checkbox{
    display: none;
}
.formsPop .forms-com .import .open{
    background: #00aa00;
}
.formsPop .forms-com .import .close{
    background: #6a0600;
}
.formsPop .forms-com .import .checkbox-operation{
    width: 70px;
    height: 34px;
    border-radius: 20px;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.formsPop .forms-com .import .checkbox-operation p{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    background: rgba(255, 255, 255, 0.64);
    position: absolute;
    top: 2px;
    cursor: pointer;
}
.formsPop .forms-com div{
    float: left;
}</pre></body></html>