You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
325 lines
9.7 KiB
325 lines
9.7 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
<link rel="icon" href="./favicon.ico">
|
|
<title id="sys_title">牛栏山陈酿52度白酒生产环节</title>
|
|
<!-- <script src="./fwm/jquery.min.js"></script> -->
|
|
</head>
|
|
<style>
|
|
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
body {
|
|
height: 100%;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-rendering: optimizeLegibility;
|
|
font-family: Helvetica Neue, Helvetica, Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
|
|
}
|
|
|
|
label {
|
|
font-weight: 700;
|
|
}
|
|
|
|
html {
|
|
height: 100%;
|
|
box-sizing: border-box;
|
|
}
|
|
*,
|
|
*:before,
|
|
*:after {
|
|
box-sizing: inherit;
|
|
}
|
|
.text-center {
|
|
text-align: center;
|
|
}
|
|
.float-right {
|
|
float: right;
|
|
}
|
|
.flex-box {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
/* Safari */
|
|
display: flex;
|
|
}
|
|
.flex-box-center {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
/* Safari */
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.flex-wrap {
|
|
flex-wrap: wrap;
|
|
}
|
|
.flex-box-column {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
/* Safari */
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
}
|
|
.search-container {
|
|
position: relative;
|
|
width: 100vw;
|
|
min-height: 100%;
|
|
background-image: url('./fwm/img/search-bg.png');
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
.content-block {
|
|
position: relative;
|
|
margin-top: 12vh;
|
|
margin-bottom: 10px;
|
|
margin-right: 5px;
|
|
width: 300px;
|
|
color: #fff;
|
|
}
|
|
.img-block {
|
|
position: relative;
|
|
margin-top: 12vh;
|
|
margin-bottom: 10px;
|
|
/* padding: 5px; */
|
|
width: calc(100vw - 315px);
|
|
max-width: 84px;
|
|
}
|
|
.img-block img {
|
|
width:100%;
|
|
height: auto;
|
|
}
|
|
.content-block .title {
|
|
font-size: 18px;
|
|
line-height: 30px;
|
|
}
|
|
.content-box {
|
|
position: relative;
|
|
width: 100%;
|
|
min-height: 400px;
|
|
background: #fffc;
|
|
border-radius: 20px;
|
|
padding: 15px;
|
|
word-wrap:break-word;
|
|
/* font-weight: 550; */
|
|
}
|
|
.content-box .content-text {
|
|
font-size: 14px;
|
|
line-height: 30px;
|
|
color: #000000;
|
|
}
|
|
.content-box .num-text {
|
|
font-size: 12px;
|
|
text-align: center;
|
|
|
|
line-height: 30px;
|
|
color: #C02932;
|
|
}
|
|
.text-indent-1 {
|
|
text-indent:1em;
|
|
|
|
}
|
|
|
|
.progress-item {
|
|
width: 49%;
|
|
/* min-width: 130px; */
|
|
min-height: 130px;
|
|
height: auto;
|
|
padding: 5px;
|
|
}
|
|
.detail-box {
|
|
position: relative;
|
|
width:100%;
|
|
height: 100%;
|
|
background: #2d77df;
|
|
border-radius: 4px;
|
|
padding: 10px 3px 10px 10px;
|
|
text-align: left;
|
|
}
|
|
.detail-box.warn {
|
|
/* animation: warn 1000ms infinite; */
|
|
}
|
|
.detail-box .step {
|
|
font-size: 14px;
|
|
color: #fff;
|
|
margin-left: 6px;
|
|
}
|
|
.detail-box .status {
|
|
position: relative;
|
|
width: 46px;
|
|
height: 18px;
|
|
border-radius: 4px;
|
|
color: #fff;
|
|
font-size: 10px;
|
|
text-align: center;
|
|
}
|
|
.detail-box .status-green {
|
|
background: #15CE31;
|
|
}
|
|
.detail-box .status-blue {
|
|
background: #00A0E9;
|
|
animation: fade 800ms infinite;
|
|
-webkit-animation: fade 800ms infinite;
|
|
}
|
|
.detail-box .status-orange {
|
|
background: #F44A4A;
|
|
}
|
|
.detail-box .status-yellow {
|
|
background: #F19149;
|
|
}
|
|
.detail-box .title {
|
|
font-size: 12px;
|
|
color: #59D4FC;
|
|
font-size: 14px;
|
|
}
|
|
.line {
|
|
position: relative;
|
|
margin: 22px 0;
|
|
width: 100%;
|
|
height: 4px;
|
|
background: #2D77DF;
|
|
border-radius: 2px;
|
|
}
|
|
.line .dot {
|
|
position: relative;
|
|
width: 10px;
|
|
height: 10px;
|
|
|
|
border-radius: 50%;
|
|
top: -3px;
|
|
}
|
|
.line .left {
|
|
}
|
|
.line .right {
|
|
margin-left:calc(100% - 10px);
|
|
}
|
|
.line .center {
|
|
margin: 0 58px;
|
|
}
|
|
.line .dot-green {
|
|
background: #15CE31;
|
|
box-shadow: 0px 0px 0px 5px #15ce3171;
|
|
}
|
|
.line .dot-blue {
|
|
background: #00A0E9;
|
|
box-shadow: 0px 0px 0px 5px #00A0E971;
|
|
animation: fade 800ms infinite;
|
|
-webkit-animation: fade 800ms infinite;
|
|
}
|
|
.line .dot-orange {
|
|
background: #F44A4A;
|
|
box-shadow: 0px 0px 0px 5px #F44A4A71;
|
|
}
|
|
.line .dot-yellow {
|
|
background: #F19149;
|
|
box-shadow: 0px 0px 0px 5px #F1914971;
|
|
}
|
|
@keyframes fade {
|
|
from {
|
|
opacity: 0.5;
|
|
}
|
|
50% {
|
|
opacity: 1;
|
|
}
|
|
to {
|
|
opacity: 0.5;
|
|
}
|
|
}
|
|
|
|
@keyframes warn {
|
|
0% {
|
|
transform: scale(1);
|
|
/* opacity: 1; */
|
|
}
|
|
|
|
50% {
|
|
transform: scale(1.05);
|
|
/* opacity: 0.9; */
|
|
}
|
|
|
|
100% {
|
|
transform: scale(1);
|
|
/* opacity: 0.8; */
|
|
}
|
|
}
|
|
</style>
|
|
<body>
|
|
<div class="search-container flex-box-center">
|
|
<div class="content-block">
|
|
<p class="title text-indent-1">生产加工端</p>
|
|
<div class="content-box">
|
|
<p class="content-text">产品名称:牛栏山陈酿52度白酒</p>
|
|
<p class="content-text">订单信息:NLSJXSSY202201120127</p>
|
|
<p class="content-text">订单数量:200(箱)X 12</p>
|
|
<p class="content-text">客户信息:北京晨阳霞光商贸有限公司</p>
|
|
<p class="content-text">交货日期:2022年2月23日</p>
|
|
<p class="content-text">排产时间:2022年2月22日</p>
|
|
<p class="content-text">产线信息:一车间2产线(24小时)</p>
|
|
<p class="content-text text-center">当前订单进度</p>
|
|
<div class="flex-box-center flex-wrap">
|
|
<div class="progress-item">
|
|
<div class="detail-box">
|
|
<span class="step">勾调</span>
|
|
<span class="status status-green float-right">已完成</span>
|
|
<br>
|
|
<br>
|
|
<p class="title">数量<span class="step">20吨</span></p>
|
|
<p class="title">完成<span class="step">2022-4-28</span></p>
|
|
</div>
|
|
<div class="line flex-box">
|
|
<div class="dot right dot-green"></div>
|
|
</div>
|
|
</div>
|
|
<div class="progress-item">
|
|
<div class="detail-box warn">
|
|
<span class="step">灌装</span>
|
|
<span class="status status-blue float-right">进行中</span>
|
|
<br>
|
|
<br>
|
|
<p class="title">数量<span class="step">2000瓶</span></p>
|
|
<p class="title">进行中<span class="step"></span></p>
|
|
</div>
|
|
<div class="line flex-box">
|
|
<div class="dot center dot-blue"></div>
|
|
</div>
|
|
</div>
|
|
<div class="progress-item">
|
|
<div class="detail-box">
|
|
<span class="step">包装</span>
|
|
<span class="status status-yellow float-right">待完成</span>
|
|
<br>
|
|
<br>
|
|
<p class="title">数量<span class="step">2000瓶</span></p>
|
|
<p class="title">未开始<span class="step"></span></p>
|
|
</div>
|
|
<div class="line flex-box">
|
|
<div class="dot left dot-yellow"></div>
|
|
</div>
|
|
</div>
|
|
<div class="progress-item">
|
|
<div class="detail-box">
|
|
<span class="step">质检</span>
|
|
<span class="status status-yellow float-right">待完成</span>
|
|
<br>
|
|
<br>
|
|
<p class="title">数量<span class="step">2000瓶</span></p>
|
|
<p class="title">未开始<span class="step"></span></p>
|
|
</div>
|
|
<div class="line flex-box">
|
|
<div class="dot left dot-yellow"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="img-block">
|
|
<img src="./fwm/img/生产.png" alt="">
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|