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

179 lines
5.2 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;
}
.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
}
.scan-text {
position: relative;
display: inline-block;
width: 50%;
color: #ff2b38;
font-size: 18px;
line-height: 30px;
font-weight: 600;
}
.flicker-text {
font-size: 22px;
animation: fade 800ms infinite;
-webkit-animation: fade 800ms infinite;
}
@keyframes fade {
from {
opacity: 0.5;
}
50% {
opacity: 1;
}
to {
opacity: 0.5;
}
}
</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>
<img src="./fwm/img/alcohol2.png" style="width: 80%;" alt="牛栏山陈酿52度白酒">
<p class="content-text">生产商:顺鑫农业牛栏山酒厂</p>
<p class="content-text">地址:北京市顺义区牛栏山镇</p>
<p class="content-text">经销商:北京晨阳霞光商贸有限公司</p>
<p class="content-text">地址:北京市朝阳区黄康路康营小区-6区</p>
<p class="content-text">生产日期:2022年2月26日</p>
<p class="content-text">配料表:水、高粱、液态法白酒</p>
<p class="content-text">国家标准:GB/T GB/T10781.1</p>
<div class="flex-box">
<img src="./fwm/img/防伪码2.png" style="width: 50%;" alt="牛栏山陈酿52度白酒">
<div class="text-center scan-text">
<p>牛栏山系列酒</p>
<p>识别图片二维码<br><span class="flicker-text">验真伪!</span></p>
</div>
</div>
</div>
</div>
<div class="img-block">
<img src="./fwm/img/终端消费.png" alt="">
</div>
</div>
</body>
<script>
window.onload=function(){
}
</script>
</html>