ShopStockDetail.css 3.07 KB

body {
    overflow-x: hidden;
}

div {
    box-sizing: border-box;
}
.main {
    overflow-y:auto;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.charts {
    margin-bottom: 2px;
}

/* 进度条 */
.progress {
    display: flex;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
}

.progress-yuliao {
    border-left: 1px solid #e1e1e8;
    text-align: center;
    background-color: #d9efed;
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-qiege {
    display: flex;
    text-align: left;
    background-color: #7ac8c1;
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

/* 头 */
.head, .detail-tr-qiege {
    display: flex;
    justify-content: space-between;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}
.head {
    height: 30px;
    line-height: 30px;
}

.head div {
    border-right: 1px solid #e1e1e8;
}
.progress-one {
    text-align: right;
    border-right: 1px solid #e1e1e8;
    color: red;
}
.col-numbers {
    display:flex;
    width: 90px;
}

.col-MaterialCode {
    min-width: 140px;
}

.col-BatchNo {
    min-width: 140px;
}

.col-PipeSN {
    min-width: 120px;
}

.detail {
    margin-top: 7px;

}
/* 明细 */
.detail-tr-qiege, .detail-tr-yuliao {
    display: flex;
    justify-content: flex-end;
    height: 30px;
    line-height: 30px;
    background-color: #8ed0ca;
    text-align: center;
}

.detail-col-Number {
    width: 90px;
    text-align: right;
}

.detail-col-PipeSN {
    flex: 2;
    text-align: left;
    padding-left: 10px;
}

.detail-col-PartCode {
    width: 150px;
    flex: 1;
}

.detail-col-PipeLen {
    width: 100px;
    flex: 1;
}

.detail-tr-qiege div, .detail-tr-yuliao div {
    border-right: 1px solid #e1e1e8;
}

.detail-tr-yuliao {
    margin-top:5px;
    margin-bottom:5px;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
    background-color: #d9efed;
}

.detail-col-progress {
    width: 100px;
    border-right: none !important;
}
.detail-tr-qiege .detail-col-progress {
    color: red;
}
.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.detail-tr-qiege:hover, .detail-tr-yuliao:hover {
    /*background-color: #f2f2f2;*/
}

.toTop {
    margin-right: 5px;
    padding-top: 7px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent !important;
    border-left: 10px solid transparent !important;
    border-bottom: 10px solid #009688;
}

/* 向下 */
.toBottom {
    margin-right: 5px;
    position: relative;
    top: 7px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent !important;
    border-left: 10px solid transparent !important;
    border-top: 10px solid #009688;
}

.main-row {
    margin-bottom:15px;
}