工业互联网展厅 北斗展会-牛酒区块链
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.

185 lines
6.0 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;
}
.flex-box {
display: -webkit-box;
display: -webkit-flex;
/* Safari */
display: flex;
justify-content: center;
align-items: center;
}
.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-block {
position: relative;
}
.content-box .content-text {
display: inline-block;
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
}
.nla-public {
position: absolute;
right: 15px;
width: 40px;
height: 40px;
bottom: 15px;
}
</style>
<body>
<div class="search-container flex-box">
<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">原材料供应商信息:</p>
<br>
<div class="content-box-block">
<img src="./fwm/img/nls.jpg" class="nla-public">
<p class="content-text">瓶身:北京东方龙泰包装制品有限公司</p>
<p class="content-text">批次号:20220201689990</p>
<p class="content-text">标识号:86.234.12/NLS/ 20220201689990</p>
<p class="content-text">生产时间:2022年1月31日</p>
<p class="content-text">入厂时间:2022年2月3日</p>
</div>
<br>
<div class="content-box-block">
<img src="./fwm/img/nls.jpg" class="nla-public">
<p class="content-text">瓶盖:北京东方龙泰包装制品有限公司</p>
<p class="content-text">批次号:20220101488000</p>
<p class="content-text">标识号:86.234.25/NLS/ 20220101488000</p>
<p class="content-text">生产时间:2022年1月14日</p>
<p class="content-text">入厂时间:2022年2月3日</p>
</div>
<br>
<div class="content-box-block">
<img src="./fwm/img/nls.jpg" class="nla-public">
<p class="content-text">外包装箱:雄县龙达包装材料有限公司</p>
<p class="content-text">批次号:20220101085631</p>
<p class="content-text">标识号:86.234.45/NLS/ 20220101085631</p>
<p class="content-text">生产时间:2022年1月8日</p>
<p class="content-text">入厂时间:2022年2月3日</p>
</div>
<br>
<div class="content-box-block">
<img src="./fwm/img/nls.jpg" class="nla-public">
<p class="content-text">酒体信息:牛栏山酒厂香河分厂</p>
<p class="content-text">批次号:2022010636511</p>
<p class="content-text">标识号:86.234.65/NLS/ 2022010636511</p>
<p class="content-text">生产时间:2022年1月6日</p>
<p class="content-text">入厂时间:2022年2月3日</p>
</div>
</div>
</div>
<div class="img-block">
<img src="./fwm/img/原材料.png" alt="">
</div>
</div>
</body>
<script>
window.onload=function(){
}
</script>
</html>