﻿
/*************************************************
 Copyright (C) 2015 hxxd 
 文件名：手机HTML5 Css样式文件
 功能描述：手机APP界面布局样式
 创建人：高宏伟
 创建时间：2015-10-18
*************************************************/

/*#region 公共样式*/
.bodyStyle {
    font-family: "微软雅黑";
}
ul, li {
    margin:0;
    padding:0;
    list-style:none;
}
.liPressed{
    background-color:#efefef;
}
.div-hide{
    display:none;
}
.value-hide{
    display:none;
}
.dialogHide{
    display:none;
}
.billHide{
    display:none;
}
.temp{
    display:none;
}
.even {
    background-color: #efefef;
}
.odd {
    background-color: #efefef;
}
.redcolor{
    color:red;
}
.bluecolor{
    color:blue;
}
/*选择框*/
.inputCheckBox {
    position: absolute;
    top: -0.28rem;
    left: 0;
    width:1rem;
    height: 0.75rem;  
    font-size:1rem;  
}
.inputChecked{
    position: absolute;
    top: -0.28rem;
    left: 0;
    width:1rem;
    height: 0.75rem;  
    font-size:0.75rem;  
}
.inputCheckLable {
    position: absolute;
    left: 0.75rem;
    font-size: 0.6rem;
    color: dimgray;
}


/*#endregion */

/*#region 消息提示相关样式*/

/*提示消息样式*/
.dialog{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    overflow:hidden;
    font-family:"微软雅黑"; 
    z-index:99999; 
    background-color:rgba(0,0,0,0.5);
}
    .dialog .dialogBox {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -5rem;
        margin-top: -3rem;


        height: 6rem;
        width: 10rem;

        background-color: white;
        border: 1px solid #ddd;
        /*border-radius: 0.5rem;*/
        /*margin:0 auto;*/        
    }
    .dialog .dialogBigBox {
        position:absolute;
        top: 50%;
        left: 50%;
        margin-left: -5rem;
        margin-top: -5rem;
        height:10rem;
        width:10rem;
        background-color:white;
        border:1px solid #ddd;
        /*border-radius:0.5rem;*/         
    }
    .dialog .dialogMaxBox {
        position:absolute;
        top: 50%;
        left: 50%;
        margin-left: -7rem;
        margin-top: -8rem;
        height:16rem;
        width:14rem;
        background-color:white;
        border:1px solid #ddd;
        /*border-radius:0.5rem;*/         
    }
    #dialogLeft {
        position: absolute;
        top: 0rem;
        left: 0rem;
        bottom: 0rem;
        width: 0.2rem;

        background-color: darkred;
    }
    #dialogRight{
        position: absolute;
        top: 0rem;
        right: 0rem;
        width: 0.2rem;
        bottom: 0rem;
        background-color: darkred;
    }
    #dialogTitle{
        position:absolute;
        top:0.2rem;
        left:0.3rem;
        font-size:0.5rem;
        color:dimgray;        
    }
    #dialogMes{
        position:absolute;
        top:1.4rem;
        left:1rem;
        right:1rem;        
        font-size:0.75rem;   
        word-break:break-all;   
        white-space:pre-wrap;       
    }
    #dialogOk{
        position:absolute;
        bottom:0.75rem;
        right:2.5rem;
        font-size:0.75rem;  
        color:blueviolet;   
        cursor:pointer;   
    }
    #dialogCancel{
        position:absolute;
        bottom:0.75rem;
        right:0.75rem;
        font-size:0.75rem;   
        color:blueviolet;     
        cursor:pointer;
    }    

/*显示消息样式*/
#erp_showMessage{
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -5rem;
        margin-top: -1.5rem;
        height: 3rem;
        width: 10rem;

        background-color:rgba(0,0,0,0.7);
        border-radius:0.3rem;
        z-index:99999
    }
#erp_showMessage div{
        position: absolute;
        top: 1rem;
        right:0;
        left:0;
        text-align:center;
        color:white;
        font-size:0.75rem;
    }

/*没数据提示样式*/
#noHasDate{
    position:absolute;
    top:7rem;
    left:5.7rem;
    
    font-size:1rem;
    color:lightsteelblue;    
}

/*加载中提示样式*/
#erp_loading{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    overflow:hidden;
    font-family:"微软雅黑"; 
    z-index:99999;     
}
    #erp_loading #loadingImage {
        position: absolute;
        
        top: 50%;
        left: 50%;
        margin-left: -3rem;
        margin-top: -3rem;

        width: 4rem;
        height: 4rem;

        z-index: 100000;
        text-align: center;
        
        background-color:rgba(0,0,0,0.5);
        border-radius:0.3rem;
    }
    #erp_loading #loadingImage .loadImageCon {
        height: 2rem;
        width: 2rem;
        margin: 0.2rem auto;
        font-size:1.75rem;
        color:white;
        /*background-image: url('../images/loading1.gif');*/
    }
    #erp_loading #loadingImage .loadImageLabel {                
        margin: 0 auto;
        color:white;
        font-size:1rem;
    }

/*#endregion */

/*全局容器样式*/
.erp_interface{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    overflow:hidden;
}

/*#region 登录窗体样式*/
.login{
    /*background-color:#CCEEFF;*/ 
    background-color:white;
    text-align:center;

    background-image: url('../images/login_bg.jpg');
}
    .login .h-logo {
        position: absolute;        

        left: 50%;
        top: 50%;
        margin-left: -313.5px;
        margin-top: -174.5px;

        width: 627px;
        height: 349px;
        background-image: url('../images/Lgoin_Panel(S)_Logo2.png');
        background-size: 627px 349px;
    }

.loginInfo{
    position:absolute;
    top:120px;
    right:0;
    left:320px;
    height:130px;
}
.loginInfo #userCodeTitle{
    position:absolute;
    top:0;
    left:0;    
    line-height:30px;
    font-size:20px;
}
.loginInfo #passWrodTitle{
    position:absolute;
    top:45px;
    left:0;    
    line-height:30px;
    font-size:20px;
}
    .loginInfo #userCodeDiv {
        position: absolute;
        left: 65px;
        top: 0;
        height: 30px;
        width: 100px;
        text-align: center;

    }
        .loginInfo #userCodeDiv #UserCode {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: 0;
            height: 30px;
            width: 195px;
            border: 1px solid #ddd;
            border-radius: 5px;
            font-size:20px;
            padding-left:5px;
        }
    .loginInfo #passWrodDiv {
        position: absolute;
        left: 65px;
        top:45px;
        height: 30px;
        width: 100px;
        text-align: center;
    }
        .loginInfo #passWrodDiv #PassWrod {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: 0;
            height: 30px;
            width: 195px;
            border: 1px solid #ddd;
            border-radius: 5px;
            font-size:20px;
            padding-left:5px;
        }

.loginButtons{
    position:absolute;
    top:215px;
    right:0rem;
    left:325px;
    height:30px;
    text-align:center;
}
.loginButtons .loginButton{   
    width:120px;
    height:35px;
    line-height:30px;
    background-color:white;
    border:1px solid #ddd;
    border-radius:5px;   
    font-size:22px; 
    cursor:pointer;
}
.loginButtons .in{
    position:absolute;
    top:0;
    left:0;   
}
.loginButtons .out{
    position:absolute;
    top:0rem;
    left:140px;   
}

#login_Ming3{
    position:absolute;
    bottom:10px;
    left:10px;    
    font-size:16px;
    color:red;
}
.beian{
   position:absolute;
   width: 100%;
   bottom:-120px;
   font-size:16px;
}


/*#endregion*/

/*#region 顶部容器样式*/
.erp_top {
    position:absolute;
    left:0;
    right:0;
    top:0;
    height:57px;
    text-align:center; 
    z-index:99997;
    border-bottom:1px solid #ccc;  
    background-color:#CCEEFF;    
}
    .topTitle {
        position:absolute;
        right:72px;
        top:10px;        
        text-align:left;
        font-size:27px;
    }
    .topImage {
        position:absolute;
        left:10px;             
        height:2rem;
        width:2rem;
        font-size:15px;
        text-align:left;
    }
    .topImageR{
        position:absolute;
        right:20px;             
        height:42px;
        width:42px;
        font-size:42px;
        text-align:right;
        cursor:pointer;
    }

    #WhPerson{
        position:absolute;
        left:440px;
        top:3px;        
        text-align:left;
        font-size:12px;
    }

.topImg{
    background-image:url("../images/top.png")
}
/*#endregion */

/*居中内容容器样式*/
.erp_content {
    position: absolute;
    left: 0;
    right: 0;
    top:57px;
    bottom: 30px;  
    background-color:white;
}

/*#region 主页样式*/
    #WhEverydayQuery {
        position: absolute;
        top: 0;
        height: 40px;
        left: 0;
        width:100%;
        background-color:#CCEEFF;
        border-bottom: 1px solid #ccc;
        z-index:99996;
    }
    #WhEverydayQuery_ProjectTitle{
    position:absolute;
    top:6px;
    left:20px;    
    line-height:24px;
    font-size:20px;
}
    #WhEverydayQuery_ProjectDiv {
        position: absolute;
        left:120px;
        top:4px;
        height:32px;
        width:210px;
        text-align: center;
    }
         #WhEverydayQuery_ProjectDiv #WhEverydayQuery_Project {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            height:32px;
            width: 210px;
            border: 1px solid #ddd;
            /*border-radius: 5px;*/
            background-color:white;
            padding-left:5px;    
            font-size:20px;                             
        }
    #WhEverydayQuery_BillStateTitle{
    position:absolute;
    top:6px;
    left:340px;    
    line-height:24px;
    font-size:20px;
}
    #WhEverydayQuery_BillStateDiv {
        position: absolute;
        left:440px;
        top:4px;
        height:32px;
        width:90px;
        text-align: center;
    }
         #WhEverydayQuery_BillStateDiv #WhEverydayQuery_BillState {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            height:32px;
            width: 90px;
            border: 1px solid #ddd;
            /*border-radius: 5px;*/
            background-color:white;
            padding-left:5px;    
            font-size:20px;                             
        }

   #WhEverydayQuery_AddNew{
    position:absolute;
    top:6px;
    right:20px;    
    line-height:24px;
    font-size:20px;
    color:blue;
    border-bottom: 1px solid blue;
    cursor:pointer;
}
   #WhEverydayQuery_Load{
    position:absolute;
    top:6px;
    right:150px;    
    line-height:24px;
    font-size:20px;
    color:blue;
    border-bottom: 1px solid blue;
    cursor:pointer;
}
   #WhEverydayQuery_Ming{
    position:absolute;
    top:4px;
    left:540px;        
    font-size:12px;
    color:red;    
}
   #WhEverydayQuery_Ming2{
    position:absolute;
    top:20px;
    left:540px;        
    font-size:12px;
    color:red;    
}
#WhEverydayListTitle {
    position: absolute;
    top: 40px;
    height: 30px;
    left: 0;
    right: 0;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    color:darkred;
    z-index:99996;
    background-color:white;
}
            #WhEverydayListTitleWhEverydayCode {
                position: absolute;
                left: 0; 
                width:8%;                       
                text-align:center;   
            }
            #WhEverydayListTitleSystemName {
                position: absolute;
                left: 8%;  
                width:7%;                
                text-align:center;    
            }
            #WhEverydayListTitleSubject {
                position: absolute;
                left: 15%;  
                width:28%;                   
                text-align:left;   
                padding-left:8px;                 
            }
            #WhEverydayListTitleWhSortName {
                position: absolute;
                left: 43%;  
                width:10%;                    
                text-align:center;                 
            }
            #WhEverydayListTitleDifficultySortName {
                position: absolute;
                left: 53%;  
                width:4%;     
                text-align:center;                 
            }
            #WhEverydayListTitleOccurDate {
                position: absolute;
                left: 49%;  
                width:8%;                   
                text-align:center;                 
            }
            #WhEverydayListTitleMakerDate {
                position: absolute;
                left: 57%;  
                width:13%;                   
                text-align:center;                 
            }
            #WhEverydayListTitleHandlerDate {
                position: absolute;
                left: 70%;  
                width:13%;                   
                text-align:center;                 
            }
            #WhEverydayListTitleAffirmerDate {
                position: absolute;
                left: 83%;  
                width:8%;                  
                text-align:center;                 
            }
            #WhEverydayListTitleHandlerName {
                position: absolute;
                left: 91%;  
                width:5%;                   
                text-align:center;                 
            }
            #WhEverydayListTitleDetail {
                position: absolute;
                left: 96%;  
                width:4%;                                   
                text-align:center;                 
            }
            .WhEverydayListTitleValue{
                top:0;
                height:30px;
                padding-top:6px;
            }

#WhEverydayList {
    position: absolute;
    top: 70px;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #ccc;
}
        #WhEverydayList ul li {
            position: relative;
            height: 30px;
            left:0;
            border-bottom: 1px solid #ccc;
            overflow: hidden;
            font-size: 14px;
        }
            #WhEverydayList ul li div.WhEverydayListWhEverydayCode {
                position: absolute;
                top: 6px;
                left: 0; 
                width:8%;     
                border-right: 1px solid #ccc;                   
                text-align:center;   
            }
            #WhEverydayList ul li div.WhEverydayListSystemName {
                position: absolute;
                top: 6px;
                left: 8%;  
                width:7%;     
                border-right: 1px solid #ccc;                
                text-align:center;    
            }
            #WhEverydayList ul li div.WhEverydayListSubject {
                position: absolute;
                top: 6px;
                left: 15%;  
                width:28%;     
                border-right: 1px solid #ccc;                
                text-align:left;   
                padding-left:8px;                 
            }
            #WhEverydayList ul li div.WhEverydayListWhSortName {
                position: absolute;
                top: 6px;
                left: 43%;  
                width:10%;     
                border-right: 1px solid #ccc;                
                text-align:center;                 
            }
            #WhEverydayList ul li div.WhEverydayListDifficultySortName {
                position: absolute;
                top: 6px;
                left: 53%;  
                width:4%;     
                border-right: 1px solid #ccc;                
                text-align:center;                 
            }
            #WhEverydayList ul li div.WhEverydayListOccurDate {
                position: absolute;
                top: 6px;
                left: 49%;  
                width:8%;     
                border-right: 1px solid #ccc;                
                text-align:center;                 
            }
            #WhEverydayList ul li div.WhEverydayListMakerDate {
                position: absolute;
                top: 6px;
                left: 57%;  
                width:13%;     
                border-right: 1px solid #ccc;                
                text-align:center;                 
            }
            #WhEverydayList ul li div.WhEverydayListHandlerDate {
                position: absolute;
                top: 6px;
                left: 70%;  
                width:13%;     
                border-right: 1px solid #ccc;                
                text-align:center;                 
            }
            #WhEverydayList ul li div.WhEverydayListAffirmerDate {
                position: absolute;
                top: 6px;
                left: 83%;  
                width:8%;     
                border-right: 1px solid #ccc;                
                text-align:center;                 
            }
            #WhEverydayList ul li div.WhEverydayListHandlerName {
                position: absolute;
                top: 6px;
                left: 91%;  
                width:5%;     
                border-right: 1px solid #ccc;                
                text-align:center;                 
            }
            #WhEverydayList ul li div.WhEverydayListDetail {
                position: absolute;
                top: 6px;
                left: 96%;  
                width:4%;                                   
                text-align:center;                 
                color:blue;
                cursor:pointer;                                
            }
/*#endregion */

/*#region 列表翻页按钮样式*/
.pageOp {
    position: absolute;
    top: 6px;
    right: 20px;
    font-size: 14px;
    width:50%;       
}
    .pageOp .pageLast {
        position: absolute;
        top: 0;
        right: 0;
        color: blue;
        cursor:pointer;
    }
    .pageOp .pageDown {
        position: absolute;
        top: 0;
        right: 40px;
        color: blue;
        cursor:pointer;
    }
    .pageOp .pageUp {
        position: absolute;
        top: 0;
        right: 80px;
        color: blue;
        cursor:pointer;
    }
    .pageOp .pageFirst {
        position: absolute;
        top: 0;
        right: 120px;
        color: blue;
        cursor:pointer;
    }
    .pageOp .pageLable {
        position: absolute;
        top: 0;
        right: 160px;                        
    }
/*#endregion */

/*#region 单据容器公共样式*/
    .bill{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: hidden;
        z-index:99997;

        background-color:rgba(0,0,0,0.5);
    }
    .bill-box{
        position:absolute;

        left: 50%;
        top: 50%;
        margin-left: -313.5px;
        margin-top: -200px;

        width: 627px;
        height: 400px;    
        
        font-family:宋体;    

        background-color:white;
        border:1px solid #ddd;
        /*border-radius:0.5rem;*/ 
    }

    .billColse{
        position: absolute;
        top: 5px;
        right: 5px;
        color:red;
        cursor:pointer;
        font-size:20px;
        margin:0;
        padding:0;
    }
    .billTitel{
        position: absolute;
        top: 5px;
        left: 10px;  
        font-size: 18px;
        color: dimgray;
    }
    .bill-boxBig{
        position:absolute;

        left: 50%;
        top: 50%;
        margin-left: -313.5px;
        margin-top: -260px;

        width: 627px;
        height: 520px;    
        
        font-family:宋体;    

        background-color:white;
        border:1px solid #ddd;
        /*border-radius:0.5rem;*/ 
    }
    .bill-boxMin{
        position:absolute;

        left: 50%;
        top: 50%;
        margin-left: -185px;
        margin-top: -135px;

        width: 370px;
        height: 270px;    
        
        font-family:宋体;    

        background-color:white;
        border:1px solid #ddd;
        /*border-radius:0.5rem;*/ 
    }
/*#endregion */

/*#region 维护单新增样式*/
#WhEverydayAddOk{
    position:absolute;
    bottom:20px;
    right:100px;
    font-size:24px;
    color:blue;
    cursor:pointer;
    border-bottom: 1px solid blue;
}
#WhEverydayAddCancel{
    position:absolute;
    bottom:20px;
    right:30px;
    font-size:24px;
    color:blue;
    cursor:pointer;
    border-bottom: 1px solid blue;
}
#WhEverydayAddPrjName{
    position:absolute;
    top:40px;
    left:40px;
    font-size:18px;
}
#WhEverydayAddPrjName:before{
    content:"当前项目：";
    color:dimgray;
}

#WhEverydayAddOccurDate{
    position:absolute;
    top:75px;
    left:40px;
    font-size:18px;
}
#WhEverydayAddOccurDate:before{
    content:"发生日期：";
    color:dimgray;
}

 #WhEverydayAddSystemNameTitle{
    position:absolute;
    top:75px;
    left:295px;
    font-size:18px;
    color:dimgray;
}
     #WhEverydayAddSystemNameDiv {
        position: absolute;
        left: 385px;
        top:72px;
        height: 30px;
        width: 150px;
        text-align: center;
    }
         #WhEverydayAddSystemNameDiv #WhEverydayAddSystemName {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: 0;
            height: 30px;
            width: 150px;
            border: 1px solid #ddd;
            /*border-radius: 5px;*/
            font-size:20px;
            padding-left:5px;
        }

 #WhEverydayAddSubjectTitle{
    position:absolute;
    top:110px;
    left:40px;
    line-height:30px;
    font-size:18px;
    color:dimgray;
}
     #WhEverydayAddSubjectDiv {
        position: absolute;
        left: 130px;
        top:110px;
        height: 26px;
        width: 400px;
        text-align: center;
    }
         #WhEverydayAddSubjectDiv #WhEverydayAddSubject {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: 0;
            height: 26px;
            width: 400px;
            border: 1px solid #ddd;
            /*border-radius: 5px;*/
            font-size:20px;
            padding-left:5px;
        }

 #WhEverydayAddContactInfoTitle{
    position:absolute;
    top:145px;
    left:40px;
    line-height:30px;
    font-size:18px;
    color:dimgray;
}
     #WhEverydayAddContactInfoDiv {
        position: absolute;
        left: 130px;
        top:145px;
        height: 26px;
        width: 400px;
        text-align: center;
    }
         #WhEverydayAddContactInfoDiv #WhEverydayAddContactInfo {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: 0;
            height: 26px;
            width: 400px;
            border: 1px solid #ddd;
            /*border-radius: 5px;*/
            font-size:20px;
            padding-left:5px;
        }

 #WhEverydayAddUserDescribeTitle{
    position:absolute;
    top:180px;
    left:40px;
    line-height:30px;
    font-size:18px;
    color:dimgray;
}
     #WhEverydayAddUserDescribeDiv {
        position: absolute;
        left: 130px;
        top:180px;
        height: 155px;
        width: 465px;
        text-align: center;
    }
         #WhEverydayAddUserDescribeDiv #WhEverydayAddUserDescribe {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: 0;
            height: 155px;
            width: 465px;
            border: 1px solid #ddd;
            /*border-radius: 5px;*/
            font-size:20px;
            padding-left:5px;
            resize: none;
        }

#WhEverydayAddAttachFileTitle {
    position: absolute;
    top:340px;
    left: 40px;
    line-height: 30px;
    font-size: 18px;
    color: dimgray;
}
#WhEverydayBrowseAttachFileUrl1 {
    position: absolute;
    top:340px;
    left:130px;
    line-height: 30px;
    font-size: 18px;    
    font-family:"微软雅黑";
}
#WhEverydayBrowseAttachFileUrl2 {
    position: absolute;
    top:340px;
    left:180px;
    line-height: 30px;
    font-size: 18px;    
    font-family:"微软雅黑";
}

#file_upload-queue{
    position:absolute;
    top:365px;
    left:130px;
    line-height:30px;
    font-size:18px;
    color:dimgray;
    width:330px;
}
.file_uploadBut{
    position:absolute;
    top:350px;
    left:480px;
    line-height:30px;
    font-size:18px;
    color:dimgray;
}
#file_uploadTitle{
    position:absolute;
    top:390px;
    left:480px;
    line-height:30px;
    font-size:12px;
    color:red;
}

/*#endregion */

/*#region 维护单浏览样式*/

#WhEverydayBrowseCancel{
    position:absolute;
    bottom:20px;
    right:30px;
    font-size:24px;
    color:blue;
    cursor:pointer;
    border-bottom: 1px solid blue;
    font-family: '微软雅黑';
}
#WhEverydayBrowseAffirm{
    position:absolute;
    bottom:20px;
    right:100px;
    font-size:24px;
    color:blue;
    cursor:pointer;
    border-bottom: 1px solid blue;
    font-family: '微软雅黑';
}
#WhEverydayBrowseDel{
    position:absolute;
    bottom:20px;
    right:100px;
    font-size:24px;
    color:blue;
    cursor:pointer;
    border-bottom: 1px solid blue;
    font-family: '微软雅黑';
}
#WhEverydayBrowseWhEverydayCode{
    position: absolute;
    top: 40px;
    left: 40px;
    font-size: 21px;    
    font-family: '微软雅黑';
}

#WhEverydayBrowseBillState {
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 21px;
    font-family: '微软雅黑';
    color:red;
    padding:5px;
    border:3px solid red;
}
#WhEverydayBrowseProjectName {
    position: absolute;
    top: 40px;
    left: 40px;
    font-size: 21px;    
    font-family: '微软雅黑';
}
/*#WhEverydayBrowseProjectName:before{
    content:"维护项目：";
    color:dimgray;
}*/
#WhEverydayBrowseOccurDate{
    position:absolute;
    top:80px;
    left:40px;
    font-size:12px;
}
#WhEverydayBrowseOccurDate:before{
    content:"发生日期：";
    color:dimgray;
}
#WhEverydayBrowseSystemName{
    position:absolute;
    top:80px;
    left:260px;
    font-size:12px;
}
#WhEverydayBrowseSystemName:before{
    content:"系统模块：";
    color:dimgray;
}
#WhEverydayBrowseSubject{
    position:absolute;
    top:110px;
    left:40px;
    font-size:12px;
}
#WhEverydayBrowseSubject:before{
    content:"维护主题：";
    color:dimgray;
}

#WhEverydayBrowseUserDescribeTitle{
    position:absolute;
    top:140px;
    left:40px;
    font-size:12px; 
    color:dimgray;
}
     #WhEverydayBrowseUserDescribeDiv {
        position: absolute;
        left: 100px;
        top:140px;
        height: 65px;
        width: 465px;
        text-align: center;
    }
         #WhEverydayBrowseUserDescribeDiv #WhEverydayBrowseUserDescribe {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: 0;
            height: 65px;
            width: 465px;
            border: 1px solid #ddd;                        
            padding-left:5px;
            resize: none;
            background-color:white;
            font-size:12px; 
        }

#WhEverydayBrowseContactInfo{
    position:absolute;
    top:228px;
    left:40px;
    font-size:12px; 
}
#WhEverydayBrowseContactInfo:before{
    content:"业务联系：";
    color:dimgray;
}

#WhEverydayBrowseWhSortName{
    position:absolute;
    top:258px;
    left:40px;
    font-size:12px; 
}
#WhEverydayBrowseWhSortName:before{
    content:"维护类型：";
    color:dimgray;
}
#WhEverydayBrowseDifficultySortName{
    position:absolute;
    top:258px;
    left:260px;
    font-size:12px; 
}
#WhEverydayBrowseDifficultySortName:before{
    content:"维护难度：";
    color:dimgray;
}

#WhEverydayBrowseAttachFileTitle{
    position:absolute;
    top:258px;
    left:380px;
    font-size:12px;
    color:dimgray; 
}
#WhEverydayBrowseAttachFile1{
    position:absolute;
    top:258px;
    left:440px;
    font-size:12px;
        
}
#WhEverydayBrowseAttachFile2{
    position:absolute;
    top:258px;
    left:480px;
    font-size:12px;    
}

#WhEverydayBrowseWrongDescribe{
    position:absolute;
    top:288px;
    left:40px;
    font-size:12px; 
}
#WhEverydayBrowseWrongDescribe:before{
    content:"错误描述：";
    color:dimgray;
}
#WhEverydayBrowseModifyScheme{
    position:absolute;
    top:318px;
    left:40px;
    font-size:12px; 
}
#WhEverydayBrowseModifyScheme:before{
    content:"修改方案：";
    color:dimgray;
}
#WhEverydayBrowseModifyResult{
    position:absolute;
    top:348px;
    left:40px;
    font-size:12px; 
}
#WhEverydayBrowseModifyResult:before{
    content:"修改结果：";
    color:dimgray;
}

#WhEverydayBrowseMakerDate{
    position:absolute;
    top:378px;
    left:40px;
    font-size:12px; 
}
#WhEverydayBrowseMakerDate:before{
    content:"制单时间：";
    color:dimgray;
}
#WhEverydayBrowseMakerName{
    position:absolute;
    top:378px;
    left:260px;
    font-size:12px; 
}
#WhEverydayBrowseMakerName:before{
    content:"制单用户：";
    color:dimgray;
}

#WhEverydayBrowseCheckerName{
    position:absolute;
    top:408px;
    left:40px;
    font-size:12px; 
}
#WhEverydayBrowseCheckerName:before{
    content:"审核人员：";
    color:dimgray;
}

#WhEverydayBrowseHandlerName{
    position:absolute;
    top:408px;
    left:260px;
    font-size:12px; 
}
#WhEverydayBrowseHandlerName:before{
    content:"处理人员：";
    color:dimgray;
}

#WhEverydayBrowseHandlerDate{
    position:absolute;
    top:408px;
    left:380px;
    font-size:12px; 
}
#WhEverydayBrowseHandlerDate:before{
    content:"处理时间：";
    color:dimgray;
}
#WhEverydayBrowseAffirmerDate{
    position:absolute;
    top:438px;
    left:40px;
    font-size:12px; 
}
#WhEverydayBrowseAffirmerDate:before{
    content:"用户确认：";
    color:dimgray;
}
/*#endregion */

/*#region 维护单确认样式*/
#WhEverydayAffirmAffirmDate{
    position:absolute;
    top:50px;
    left:30px;
    font-size:15px; 
}
#WhEverydayAffirmAffirmDate:before{
    content:"确认日期：";
    color:dimgray;
}

#WhEverydayAffirmUserAffirmTitle{
    position:absolute;
    top:85px;
    left:30px;
    font-size:15px; 
    color:dimgray;
}
     #WhEverydayAffirmUserAffirmDiv {
        position: absolute;
        left: 105px;
        top:85px;
        height: 120px;
        width: 235px;
        text-align: center;
    }
         #WhEverydayAffirmUserAffirmDiv #WhEverydayAffirmUserAffirm {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: 0;
            height: 120px;
            width: 235px;
            border: 1px solid #ddd;                        
            padding-left:5px;
            resize: none;
            background-color:white;
            font-size:15px; 
        }

#WhEverydayAffirmCancel{
    position:absolute;
    bottom:20px;
    right:30px;
    font-size:24px;
    color:blue;
    cursor:pointer;
    border-bottom: 1px solid blue;
    font-family: '微软雅黑';
}
#WhEverydayAffirmOk{
    position:absolute;
    bottom:20px;
    right:100px;
    font-size:24px;
    color:blue;
    cursor:pointer;
    border-bottom: 1px solid blue;
    font-family: '微软雅黑';
}
/*#endregion */

/*#region 通用参照样式*/
#erp_lookUp{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: hidden;
        z-index:99998;
        /*background-color:rgba(0,0,0,0.5);*/
}
    #erp_lookUp #lookUpBox {
        position: absolute;
        top: 0rem;
        left: 0rem;
        bottom: 0rem;
        /*height: 17rem;*/
        /*width: 15rem;*/
        right:0rem;
        background-color: #CCEEFF;
        border: 0.05rem solid #ddd;
        border-radius: 0.1rem;
    }
    #erp_lookUp #lookUpConTitle {
        position: absolute;
        top: 2.3rem;
        left:0.75rem;
        width:1.75rem;
        line-height:1rem;        
        font-size: 0.75rem;
        color: dimgray;
    }
    #erp_lookUp #lookUpConDiv {
        position: absolute;
        top: 2.3rem;
        left: 2.5rem;
        width: 8rem;
        line-height: 1rem;
        height:1rem;
        font-size: 0.75rem;
        border:0.05rem solid #ddd;
        border-radius:0.2rem;
        text-align:center;
        margin:0;
    }
    #erp_lookUp #lookUpConDiv #lookUpCon {
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        width: 8rem;
        border:none;
        border-radius:0.2rem;
        margin:0;
    }
    #erp_lookUp #lookUpQueryBut {
        position: absolute;
        top: 2.3rem;
        right:0.75rem;
        left:11rem;
        line-height:1rem;
        height:1rem;
        text-align:center;
        font-size: 0.75rem;
        border:0.05rem solid #ddd;
        border-radius:0.3rem;  
        color:blue;
        background-color:antiquewhite;
    }

    #erp_lookUp #lookUpOkBut {
        position:absolute;  
        top:0.3rem;
        right:0.2rem;                                
        font-size:1rem;
        text-align:center;
    }

    #erp_lookUp #lookUpList {
        position: absolute;
        top: 3.6rem;
        left:0rem;
        right:0rem;
        bottom:2.9rem;       
        font-size: 0.75rem;
        border:1px solid #ddd;
        background-color:white;
    }
        #erp_lookUp #lookUpList ul li {
            position: relative;
            height: 2.45rem;
            border-bottom: 1px solid #ccc;
            overflow: hidden;
            font-size: 0.5rem;
        }
            #erp_lookUp #lookUpList ul li div.lookUpCheck {
                position: absolute;
                top: 0.5rem;
                left: 0.25rem;    
                line-height:1rem;
                font-size:0.75rem;            
            }
            #erp_lookUp #lookUpList ul li div.lookUpCheckBox {
                position: absolute;
                top: 0.6rem;
                left: 0.25rem;  
                line-height:1rem; 
                font-size:1.1rem; 
                color: dimgray;            
            }
            #erp_lookUp #lookUpList ul li div.lookUpCodeTitle {
                position: absolute;
                top: 0.1rem;
                left: 1.5rem;    
                font-size:0.6rem;              
            }
            #erp_lookUp #lookUpList ul li div.lookUpCode {
                position: absolute;
                top: 0.1rem;
                left: 4.2rem; 
                font-size:0.6rem;                
            }
            #erp_lookUp #lookUpList ul li div.lookUpNameTitle {
                position: absolute;
                top: 0.8rem;
                left: 1.5rem;
                font-size:0.6rem;
            }
            #erp_lookUp #lookUpList ul li div.lookUpName {
                position: absolute;
                top: 0.8rem;
                left: 4.2rem;
                font-size:0.6rem;
            }
            #erp_lookUp #lookUpList ul li div.lookUpRemarkTitle {
                position: absolute;
                bottom: 0.1rem;
                left: 1.5rem;
                font-size:0.6rem;
            }
            #erp_lookUp #lookUpList ul li div.lookUpRemark {
                position: absolute;
                bottom: 0.1rem;
                left: 4.2rem;
                font-size:0.6rem;
            }    

        #erp_lookUp #lookUpPageOp{
            position:absolute;
            bottom:0.4rem;
            height:2.5rem;
            font-size:0.75rem;           
            width:15rem;
        }
            #erp_lookUp #lookUpPageOp #lookUpPageFirst{
                position:absolute;
                top :0.1rem;
                left:0.2rem;                
                color:blue;
            }
            #erp_lookUp #lookUpPageOp #lookUpPageUp{
                position:absolute;
                top :0.1rem;
                left:2.4rem;                
                color:blue;
            }
            #erp_lookUp #lookUpPageOp #lookUpPageDown{
                position:absolute;
                top :0.1rem;
                left:4.4rem;
                color:blue;                                
            }
            #erp_lookUp #lookUpPageOp #lookUpPageLast{
                position:absolute;
                top :0.1rem;
                left:6.4rem;                
                color:blue;  
            }
            #erp_lookUp #lookUpPageOp #lookUpPageLable{
                position:absolute;
                bottom:0rem;
                left:0.2rem;
                right:0rem;                
                color:dimgray;
            }


/*#endregion */

/*#region 特殊参照公用样式*/
#erp_tempLookUp{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: hidden;
        z-index:99998;
        /*background-color:rgba(0,0,0,0.5);*/
}
    #erp_tempLookUp #tempLookUpBox {
        position: absolute;
        top: 0rem;
        left: 0rem;
        bottom: 0rem;
        /*height: 17rem;*/
        /*width: 15rem;*/
        right:0rem;
        background-color: #CCEEFF;
        border: 0.05rem solid #ddd;
        border-radius: 0.1rem;
    }
    #tempLookUpConBox {
        position: absolute;
        top: 2rem;
        left: 0rem;
        right: 0rem;
        height:1.6rem;   
        background-color: #CCEEFF;           
        z-index:99;        
    } 
    #erp_tempLookUp #tempLookUpConTitle {
        position: absolute;
        top: 0.3rem;
        left:0.75rem;
        width:1.75rem;
        line-height:1rem;        
        font-size: 0.75rem;
        color: dimgray;
    }
    #erp_tempLookUp #tempLookUpConDiv {
        position: absolute;
        top: 0.3rem;
        left: 2.5rem;
        width: 8rem;
        line-height: 1rem;
        height:1rem;
        font-size: 0.75rem;
        border:0.05rem solid #ddd;
        border-radius:0.2rem;
        text-align:center;
        margin:0;
    }
    #erp_tempLookUp #tempLookUpConDiv #tempLookUpCon {
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        width: 8rem;
        border:none;
        border-radius:0.2rem;
        margin:0;
    }
    #erp_tempLookUp #tempLookUpQueryBut {
        position: absolute;
        top: 0.3rem;
        right:0.75rem;
        left:11rem;
        line-height:1rem;
        height:1rem;
        text-align:center;
        font-size: 0.75rem;
        border:0.05rem solid #ddd;
        border-radius:0.3rem;  
        color:blue;
        background-color:antiquewhite;
    }

    #erp_tempLookUp #tempLookUpOkBut {
        position:absolute;  
        top:0.3rem;
        right:0.2rem;                                
        font-size:1rem;
        text-align:center;
    }



    #erp_tempLookUp .tempLookUpList {
        position: absolute;
        top: 3.6rem;
        left:0rem;
        right:0rem;
        bottom:2.9rem;       
        font-size: 0.75rem;
        border:1px solid #ddd;
        background-color:white;                
    }  

        #erp_tempLookUp #tempLookUpPageOp{
            position:absolute;
            bottom:0.4rem;
            height:2.5rem;
            font-size:0.75rem;           
            width:15rem;
        }
            #erp_tempLookUp #tempLookUpPageOp #tempLookUpPageFirst{
                position:absolute;
                top :0.1rem;
                left:0.2rem;                
                color:blue;
            }
            #erp_tempLookUp #tempLookUpPageOp #tempLookUpPageUp{
                position:absolute;
                top :0.1rem;
                left:2.4rem;                
                color:blue;
            }
            #erp_tempLookUp #tempLookUpPageOp #tempLookUpPageDown{
                position:absolute;
                top :0.1rem;
                left:4.4rem;
                color:blue;                                
            }
            #erp_tempLookUp #tempLookUpPageOp #tempLookUpPageLast{
                position:absolute;
                top :0.1rem;
                left:6.4rem;                
                color:blue;  
            }
            #erp_tempLookUp #tempLookUpPageOp #tempLookUpPageLable{
                position:absolute;
                bottom:0rem;
                left:0.2rem;
                right:0rem;                
                color:dimgray;
            }
/*#endregion */

/*#region 特殊参列表样式*/
        #erp_tempLookUp #tempLookUpListCusAddress ul li {
            position: relative;
            height: 4rem;
            border-bottom: 1px solid #ccc;
            overflow: hidden;
            font-size: 0.5rem;
        }            
            #erp_tempLookUp #tempLookUpListCusAddress ul li dev.tempLookUpCusAddressSelect {
                position: absolute;
                top: 2.7rem;
                right: 0.3rem;     
                color:blue;                           
                font-size: 0.75rem;                
            }

            #erp_tempLookUp #tempLookUpListCusAddress ul li dev.tempLookUpCusAddressConsignee {
                position: absolute;
                top: 0.3rem;
                left: 0.3rem;                                
                font-size: 0.75rem;                
            }

            #erp_tempLookUp #tempLookUpListCusAddress ul li dev.tempLookUpCusAddressPhoneNum {
                position: absolute;
                top: 0.3rem;
                right: 0.3rem;                                
                font-size: 0.75rem;                
            }

            #erp_tempLookUp #tempLookUpListCusAddress ul li dev.tempLookUpCusAddressDAddress {
                position: absolute;
                top: 1.3rem;
                left: 0.3rem;                                
                font-size: 0.55rem;                
            }

            #erp_tempLookUp #tempLookUpListCusAddress ul li dev.tempLookUpCusAddressRemark {
                position: absolute;
                top: 2.7rem;
                left: 0.3rem;                                
                font-size: 0.75rem;                
            }
                #erp_tempLookUp #tempLookUpListCusAddress ul li dev.tempLookUpCusAddressRemark::before {
                    content: "备注：";
                    color: dimgray;
                }
/*#endregion */

/*底部容器样式*/
.erp_bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    z-index: 99;
    background-color: white;
    border-top: 1px solid #ccc;
}
