﻿
/* 批量写入 */
.piliang-modal {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2050;
    display: none;
}

.piliang-modal-dialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0,0,0,.4);
}

.piliang-modal-con {
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 199;
    /*width: 1160px; width:900px;height:600px;*/
    margin-left: -620px;
    margin-top: -250px;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    border-radius: 6px;
}

.piliang-modal-title {
    position: relative;
    width: 1090px; /*width:840px;*/
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
}

.piliang-modal-body {
    position: relative;
    width: 1090px; /*width:840px;height:500px;*/
    margin: 25px auto;
    overflow: auto;
}

.piliang-modal-itme {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.piliang-modal-itmes {
    float: left;
    text-align: center;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.piliang-modal-itmes-1 {
    width: 50px;
}

.piliang-modal-itmes-2 {
    width: 130px;
}

.piliang-modal-itmes-3 {
    width: 100px;
}

.piliang-modal-itmes-4 {
    width: 190px;
}

.piliang-modal-itmes-5 {
    width: 150px;
}

.sensor-modal-title {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.sensor-modal-titles {
    float: left;
    text-align: center;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.sensor-modal-title-1 {
    width: 5%;
}

.sensor-modal-title-2 {
    width: 8%;
}

.sensor-modal-title-3 {
    width: 11%;
}

.sensor-modal-title-4 {
    width: 14%;
}

.sensor-modal-title-5 {
    width: 17%;
}



.piliang-button {
    position: relative;
    width: 80px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    border: none;
    color: #007aff;
    float: right;
    background-color: rgba(0,0,0,0);
}

.piliang-input {
    position: relative;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #5ac2f1;
    margin: 5px auto auto auto;
    border-radius: 5px;
    width: 90%;
}
