版本初始化
BIN
public/h5/img/1.png
Normal file
|
After Width: | Height: | Size: 454 KiB |
BIN
public/h5/img/2.png
Normal file
|
After Width: | Height: | Size: 438 KiB |
BIN
public/h5/img/3.png
Normal file
|
After Width: | Height: | Size: 632 KiB |
BIN
public/h5/img/4.png
Normal file
|
After Width: | Height: | Size: 595 KiB |
BIN
public/h5/img/jyhQrCode/产地检疫证.jpg
Normal file
|
After Width: | Height: | Size: 68 KiB |
BIN
public/h5/img/jyhQrCode/经营户检疫合格证.jpg
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
public/h5/img/jyhQrCode/经营户肉品证.png
Normal file
|
After Width: | Height: | Size: 270 KiB |
BIN
public/h5/img/query_bg.png
Normal file
|
After Width: | Height: | Size: 678 KiB |
BIN
public/h5/img/scQrCode/222.jpg
Normal file
|
After Width: | Height: | Size: 153 KiB |
BIN
public/h5/img/scQrCode/动物检疫证.jpg
Normal file
|
After Width: | Height: | Size: 72 KiB |
BIN
public/h5/img/scQrCode/肉品品质检疫合格证.jpg
Normal file
|
After Width: | Height: | Size: 149 KiB |
313
public/h5/index.html
Normal file
@@ -0,0 +1,313 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;" name="viewport" />
|
||||
<!-- <meta name="viewport"
|
||||
content="initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, width=device-width"> -->
|
||||
<meta name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<meta name="screen-orientation" content="portrait">
|
||||
<meta name="full-screen" content="yes">
|
||||
<meta name="browsermode" content="application">
|
||||
<meta name="x5-orientation" content="portrait">
|
||||
|
||||
<title>溯源信息</title>
|
||||
<style>
|
||||
*,div,img,ul,li,span {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
font-size: 14px;
|
||||
font-family: "微软雅黑";
|
||||
font-weight: normal;
|
||||
color: #333;
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
}
|
||||
li {
|
||||
list-style: none;
|
||||
}
|
||||
body {
|
||||
width: 100%;
|
||||
}
|
||||
.main_img {
|
||||
width: 100%;
|
||||
/* position: absolute; */
|
||||
}
|
||||
.main_img img{
|
||||
width: 100%;
|
||||
}
|
||||
.main_box {
|
||||
margin-top: -100px;
|
||||
}
|
||||
.item_box {
|
||||
width: 96%;
|
||||
margin: 0px 2%;
|
||||
color: #46D6A8;
|
||||
margin-top: 15px;
|
||||
background: #fff;
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-width: 0;
|
||||
word-wrap: break-word;
|
||||
border: 1px solid rgba(0,0,0,.125);
|
||||
border-radius: 10px;
|
||||
}
|
||||
.item_box .item_title {
|
||||
padding: 24px;
|
||||
box-sizing: border-box;
|
||||
text-align: left;
|
||||
font-size: 14px;
|
||||
letter-spacing: 2px;
|
||||
height: 40px;
|
||||
line-height: 24px;
|
||||
border-radius: 8px 8px 0 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-left: 14px;
|
||||
background-color: #DAFCE4;
|
||||
}
|
||||
.item_box .item_title span:nth-child(1){
|
||||
width: 100%;
|
||||
width: 3px;
|
||||
height: 14px;
|
||||
background: #46D6A8;
|
||||
}
|
||||
.item_box .item_title span:nth-child(2){
|
||||
margin-left: 10px;
|
||||
color: #46D6A8;;
|
||||
}
|
||||
ul {
|
||||
padding: 10px 10px 20px;
|
||||
}
|
||||
li {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
border-bottom: 1px solid rgba(0,0,0,.125);
|
||||
}
|
||||
li div{
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
color: #999;
|
||||
}
|
||||
.topimg {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
height: 100% !important;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
z-index: 9999;
|
||||
padding-top: 80%;
|
||||
background: rgba(0, 0, 0, .5);
|
||||
display: none;
|
||||
}
|
||||
|
||||
#img1 {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
height: 150% !important;
|
||||
position: fixed;
|
||||
background: rgba(0, 0, 0, .5);
|
||||
width: 100%;
|
||||
z-index: 9999;
|
||||
display: none;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
}
|
||||
#img2 {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
height: 150% !important;
|
||||
position: fixed;
|
||||
background: rgba(0, 0, 0, .5);
|
||||
width: 100%;
|
||||
z-index: 9999;
|
||||
padding-top: 80%;
|
||||
display: none;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
}
|
||||
#img3 {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
height: 150% !important;
|
||||
position: fixed;
|
||||
background: rgba(0, 0, 0, .5);
|
||||
width: 100%;
|
||||
z-index: 9999;
|
||||
padding-top: 80%;
|
||||
display: none;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body id="bodydiv">
|
||||
<div class="topimg" id="img1">
|
||||
<div>
|
||||
<img style="width: 90%;"
|
||||
src="./img/jyhQrCode/产地检疫证.jpg"
|
||||
>
|
||||
</div>
|
||||
<div onclick="imgClick1(1)" style="font-size: 30px;color: rgb(255, 255, 255);">×</div>
|
||||
</div>
|
||||
<div class="topimg" id="img2">
|
||||
<div>
|
||||
<img style="width: 90%;"
|
||||
src="./img/jyhQrCode/经营户肉品证.png"
|
||||
>
|
||||
</div>
|
||||
<div onclick="imgClick1(2)" style="font-size: 30px;color: rgb(255, 255, 255);">×</div>
|
||||
</div>
|
||||
<div class="topimg" id="img3">
|
||||
<div>
|
||||
<img style="width: 90%;"
|
||||
src="./img/jyhQrCode/经营户检疫合格证.jpg"
|
||||
>
|
||||
</div>
|
||||
<div onclick="imgClick1(3)" style="font-size: 30px;color: rgb(255, 255, 255);">×</div>
|
||||
</div>
|
||||
<!-- 顶部图片 -->
|
||||
<div class="main_img">
|
||||
<img src="./img/2.png">
|
||||
</div>
|
||||
|
||||
|
||||
<div class="main_box">
|
||||
<div class="item_box">
|
||||
<div class="item_title"><span></span><span>经营户信息</span></div>
|
||||
<ul>
|
||||
<li>
|
||||
<div class="item_name">经营户名称</div>
|
||||
<div class="item_center">双成家庭农场</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">姓名</div>
|
||||
<div class="item_center">刘超</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">手机号</div>
|
||||
<div class="item_center">13678942578</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">经营户类型</div>
|
||||
<div class="item_center">散养</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">经营户地址</div>
|
||||
<div class="item_center">牧场牧三分场生活区</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="item_box">
|
||||
<div class="item_title"><span></span><span>屠宰检疫证</span></div>
|
||||
<ul>
|
||||
<li>
|
||||
<div class="item_name">证件照片</div>
|
||||
<div class="item_center" style="width: 50px;height: 100%;"><img id="myDiv" onclick="imgClick(1)" style="width: 50px;"
|
||||
src="./img/jyhQrCode/产地检疫证.jpg"></div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">单位名称</div>
|
||||
<div class="item_center">双成家庭农场</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">法定负责人</div>
|
||||
<div class="item_center">刘超</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">代码编号</div>
|
||||
<div class="item_center">474984878487</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">经营范围</div>
|
||||
<div class="item_center">牛羊饲料销售</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="item_box">
|
||||
<div class="item_title"><span></span><span>肉品证</span></div>
|
||||
<ul>
|
||||
<li>
|
||||
<div class="item_name">证件照片</div>
|
||||
<div class="item_center" style="width: 50px;height: 100%;"><img id="myDiv" onclick="imgClick(2)" style="width: 50px;"
|
||||
src="./img/jyhQrCode/经营户肉品证.png"></div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">单位名称</div>
|
||||
<div class="item_center">双成家庭农场</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">法定负责人</div>
|
||||
<div class="item_center">刘超</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">代码编号</div>
|
||||
<div class="item_center">NO.LZ02-3</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">有效期限</div>
|
||||
<div class="item_center">2024-11-23</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">发证单位</div>
|
||||
<div class="item_center">西吉县检疫机关</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="item_box">
|
||||
<div class="item_title"><span></span><span>产地检疫证</span></div>
|
||||
<ul>
|
||||
<li>
|
||||
<div class="item_name">证件照片</div>
|
||||
<div class="item_center" style="width: 50px;height: 100%;"><img id="myDiv" onclick="imgClick(3)" style="width: 50px;"
|
||||
src="./img/jyhQrCode/经营户检疫合格证.jpg"></div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">单位名称</div>
|
||||
<div class="item_center">双成家庭农场</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">法定负责人</div>
|
||||
<div class="item_center">刘超</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">代码编号</div>
|
||||
<div class="item_center">牲检(2017)03号</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">单位地址</div>
|
||||
<div class="item_center">西吉县吉强乡牧场牧三分场生活区</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">发证机关</div>
|
||||
<div class="item_center">西吉县农牧管理局</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">有效期</div>
|
||||
<div class="item_center">2025 年 12月</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<script>
|
||||
var imgClick = (num) => {
|
||||
console.log(num)
|
||||
document.getElementById('img'+num).style.display = 'block';
|
||||
}
|
||||
var imgClick1 = (num) => {
|
||||
document.getElementById('img'+num).style.display = 'none';
|
||||
}
|
||||
</script>
|
||||
</html>
|
||||
224
public/h5/query.html
Normal file
@@ -0,0 +1,224 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
|
||||
<!-- <meta name="viewport"
|
||||
content="initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, width=device-width"> -->
|
||||
<meta name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<meta name="screen-orientation" content="portrait">
|
||||
<meta name="full-screen" content="yes">
|
||||
<meta name="browsermode" content="application">
|
||||
<meta name="x5-orientation" content="portrait">
|
||||
|
||||
<title>溯源信息</title>
|
||||
<style>
|
||||
*,
|
||||
div,
|
||||
img,
|
||||
ul,
|
||||
li,
|
||||
span {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
font-size: 14px;
|
||||
font-family: "微软雅黑";
|
||||
font-weight: normal;
|
||||
color: #333;
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
}
|
||||
|
||||
li {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
body {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.main_img {
|
||||
width: 100%;
|
||||
/* position: absolute; */
|
||||
}
|
||||
|
||||
.main_img img {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.main_box {
|
||||
margin-top: -100px;
|
||||
}
|
||||
|
||||
.item_box {
|
||||
width: 96%;
|
||||
margin: 0px 2%;
|
||||
color: #46D6A8;
|
||||
margin-top: 15px;
|
||||
background: #fff;
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-width: 0;
|
||||
word-wrap: break-word;
|
||||
border: 1px solid rgba(0, 0, 0, .125);
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.item_box .item_title {
|
||||
padding: 24px;
|
||||
box-sizing: border-box;
|
||||
text-align: left;
|
||||
font-size: 14px;
|
||||
letter-spacing: 2px;
|
||||
height: 40px;
|
||||
line-height: 24px;
|
||||
border-radius: 8px 8px 0 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-left: 14px;
|
||||
background-color: #DAFCE4;
|
||||
}
|
||||
|
||||
.item_box .item_title span:nth-child(1) {
|
||||
width: 100%;
|
||||
width: 3px;
|
||||
height: 14px;
|
||||
background: #46D6A8;
|
||||
}
|
||||
|
||||
.item_box .item_title span:nth-child(2) {
|
||||
margin-left: 10px;
|
||||
color: #46D6A8;
|
||||
;
|
||||
}
|
||||
|
||||
ul {
|
||||
padding: 10px 10px 20px;
|
||||
}
|
||||
|
||||
li {
|
||||
height: 40px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
border-bottom: 1px solid rgba(0, 0, 0, .125);
|
||||
}
|
||||
|
||||
li div {
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.topimg {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
height: 100% !important;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
z-index: 9999;
|
||||
padding-top: 80%;
|
||||
background: rgba(0, 0, 0, .5);
|
||||
display: none;
|
||||
}
|
||||
|
||||
.btn-box {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
position: relative;
|
||||
z-index: 999;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.query-btn {
|
||||
width: 345px;
|
||||
height: 50px;
|
||||
border-radius: 50px;
|
||||
background-color: #46D6A8;
|
||||
color: #fff;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.input-box {
|
||||
position: relative;
|
||||
z-index: 999;
|
||||
margin-top: -110px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
}
|
||||
|
||||
.box-inner {
|
||||
width: 345px;
|
||||
height: 50px;
|
||||
padding: 0 30px;
|
||||
line-height: 50px;
|
||||
border-radius: 50px;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.inner-text {
|
||||
color: #A6A6A6;
|
||||
font-size: 14px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.inner-input {
|
||||
display: inline-block;
|
||||
margin-left: 50px;
|
||||
border: none;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.inner-input::placeholder {
|
||||
color: #A6A6A6
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body id="bodydiv" style="background-color:#E9F3FB ;">
|
||||
|
||||
<!-- 顶部图片 -->
|
||||
<div class="main_img">
|
||||
<img src="./img/query_bg.png">
|
||||
<div class="input-box">
|
||||
<div class="box-inner">
|
||||
<span class="inner-text">检疫耳标号</span>
|
||||
<input class="inner-input" type="text" placeholder="请输入检疫耳标号">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="btn-box">
|
||||
<button class="query-btn" id="btn">查询</button>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
<script>
|
||||
|
||||
|
||||
window.onload = function () {
|
||||
var btn = document.getElementById("btn");
|
||||
btn.addEventListener("click", function () {
|
||||
var url = 'https://demo-cattle-source.aiotagro.com/h5/record.html'
|
||||
window.location.href = url
|
||||
}, false)
|
||||
}
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
</html>
|
||||
301
public/h5/record.html
Normal file
@@ -0,0 +1,301 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;" name="viewport" />
|
||||
<!-- <meta name="viewport"
|
||||
content="initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, width=device-width"> -->
|
||||
<meta name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<meta name="screen-orientation" content="portrait">
|
||||
<meta name="full-screen" content="yes">
|
||||
<meta name="browsermode" content="application">
|
||||
<meta name="x5-orientation" content="portrait">
|
||||
|
||||
<title>溯源信息</title>
|
||||
<style>
|
||||
*,
|
||||
div,
|
||||
img,
|
||||
ul,
|
||||
li,
|
||||
span {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
font-size: 14px;
|
||||
font-family: "微软雅黑";
|
||||
font-weight: normal;
|
||||
color: #333;
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
}
|
||||
|
||||
li {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
body {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.main_img {
|
||||
width: 100%;
|
||||
/* position: absolute; */
|
||||
}
|
||||
|
||||
.main_img img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.main_box {
|
||||
margin-top: -100px;
|
||||
}
|
||||
|
||||
.item_box {
|
||||
width: 96%;
|
||||
margin: 0px 2%;
|
||||
color: #46D6A8;
|
||||
margin-top: 15px;
|
||||
background: #fff;
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-width: 0;
|
||||
word-wrap: break-word;
|
||||
border: 1px solid rgba(0, 0, 0, .125);
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.item_box .item_title {
|
||||
padding: 24px;
|
||||
box-sizing: border-box;
|
||||
text-align: left;
|
||||
font-size: 14px;
|
||||
letter-spacing: 2px;
|
||||
height: 40px;
|
||||
line-height: 24px;
|
||||
border-radius: 8px 8px 0 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-left: 14px;
|
||||
background-color: #DAFCE4;
|
||||
}
|
||||
|
||||
.item_box .item_title span:nth-child(1) {
|
||||
width: 100%;
|
||||
width: 3px;
|
||||
height: 14px;
|
||||
background: #46D6A8;
|
||||
}
|
||||
|
||||
.item_box .item_title span:nth-child(2) {
|
||||
margin-left: 10px;
|
||||
color: #46D6A8;
|
||||
;
|
||||
}
|
||||
|
||||
ul {
|
||||
padding: 10px 10px 20px;
|
||||
}
|
||||
|
||||
li {
|
||||
height: 40px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
border-bottom: 1px solid rgba(0, 0, 0, .125);
|
||||
}
|
||||
|
||||
li div {
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.topimg {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
height: 100% !important;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
z-index: 9999;
|
||||
padding-top: 80%;
|
||||
background: rgba(0, 0, 0, .5);
|
||||
display: none;
|
||||
}
|
||||
|
||||
#img1 {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
height: 150% !important;
|
||||
position: fixed;
|
||||
background: rgba(0, 0, 0, .5);
|
||||
width: 100%;
|
||||
z-index: 9999;
|
||||
display: none;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#img2 {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
height: 150% !important;
|
||||
position: fixed;
|
||||
background: rgba(0, 0, 0, .5);
|
||||
width: 100%;
|
||||
z-index: 9999;
|
||||
padding-top: 80%;
|
||||
display: none;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#img3 {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
height: 150% !important;
|
||||
position: fixed;
|
||||
background: rgba(0, 0, 0, .5);
|
||||
width: 100%;
|
||||
z-index: 9999;
|
||||
padding-top: 80%;
|
||||
display: none;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body id="bodydiv">
|
||||
|
||||
<div class="topimg" id="img1">
|
||||
<div style="margin-top: -100px;">
|
||||
<img style="width: 70%;"
|
||||
src="https://smart-1251449951.cos.ap-guangzhou.myqcloud.com/forage/20240724/d0grpuztsfjyrqp8mc0z.jpg">
|
||||
</div>
|
||||
<div onclick="imgClick1(1)" style="font-size: 30px;color: rgb(255, 255, 255);">×</div>
|
||||
</div>
|
||||
<div class="topimg" id="img2">
|
||||
<div style="margin-top: -100px;">
|
||||
<img style="width: 70%;"
|
||||
src="https://smart-1251449951.cos.ap-guangzhou.myqcloud.com/forage/20240722/mtyqc6ivv9t86kgfsmdq.jpg">
|
||||
</div>
|
||||
<div onclick="imgClick1(2)" style="font-size: 30px;color: rgb(255, 255, 255);">×</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<!-- 顶部图片 -->
|
||||
<div class="main_img">
|
||||
<img src="./img/4.png">
|
||||
</div>
|
||||
|
||||
|
||||
<div class="main_box">
|
||||
<div class="item_box">
|
||||
<div class="item_title"><span></span><span>身份信息</span></div>
|
||||
<ul>
|
||||
<li style="height: 80px;">
|
||||
<div class="item_name">畜牧照片</div>
|
||||
<div class="item_center" style="height: 100%;"><img id="myDiv" onclick="imgClick(1)"
|
||||
style="width: 100%;height: 70px;"
|
||||
src="https://smart-1251449951.cos.ap-guangzhou.myqcloud.com/forage/20240724/d0grpuztsfjyrqp8mc0z.jpg"
|
||||
alt=""></div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">品种</div>
|
||||
<div class="item_center">西门塔尔牛</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">生理阶段</div>
|
||||
<div class="item_center">基础母牛</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">性别</div>
|
||||
<div class="item_center">母</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">体重(kg)</div>
|
||||
<div class="item_center">500</div>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<div class="item_box">
|
||||
<div class="item_title"><span></span><span>检疫信息</span></div>
|
||||
<ul>
|
||||
<li style="height: 80px;">
|
||||
<div class="item_name">检疫证照片</div>
|
||||
<div class="item_center" style="height: 100%;"><img id="myDiv" onclick="imgClick(2)"
|
||||
style="width: 100%;height: 70px;"
|
||||
src="https://smart-1251449951.cos.ap-guangzhou.myqcloud.com/forage/20240722/mtyqc6ivv9t86kgfsmdq.jpg"
|
||||
alt=""></div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">检疫证编号</div>
|
||||
<div class="item_center">062403041500564599</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">免疫程序</div>
|
||||
<div class="item_center">合格</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">免疫记录</div>
|
||||
<div class="item_center">合格</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">养殖卫生</div>
|
||||
<div class="item_center">合格</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">半年内是否出现过疫情</div>
|
||||
<div class="item_center">没有</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="item_box">
|
||||
<div class="item_title"><span></span><span>交易信息</span></div>
|
||||
<ul>
|
||||
|
||||
<li>
|
||||
<div class="item_name">卖家姓名</div>
|
||||
<div class="item_center">林*</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">卖家地址</div>
|
||||
<div class="item_center">宁夏回族自治区固原市西吉县什字乡*</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">买家姓名</div>
|
||||
<div class="item_center">刘*</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">买家地址</div>
|
||||
<div class="item_center">宁夏回族自治区固原市西吉县北山村*</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">交易时间</div>
|
||||
<div class="item_center">2024-7-22 19:45:24</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
<script>
|
||||
var imgClick = (num) => {
|
||||
document.getElementById('img' + num).style.display = 'block';
|
||||
}
|
||||
var imgClick1 = (num) => {
|
||||
document.getElementById('img' + num).style.display = 'none';
|
||||
}
|
||||
</script>
|
||||
|
||||
</html>
|
||||
279
public/h5/scxx-index.html
Normal file
@@ -0,0 +1,279 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;" name="viewport" />
|
||||
<!-- <meta name="viewport"
|
||||
content="initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, width=device-width"> -->
|
||||
<meta name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<meta name="screen-orientation" content="portrait">
|
||||
<meta name="full-screen" content="yes">
|
||||
<meta name="browsermode" content="application">
|
||||
<meta name="x5-orientation" content="portrait">
|
||||
|
||||
<title>牲畜信息</title>
|
||||
<style>
|
||||
*,div,img,ul,li,span {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
font-size: 14px;
|
||||
font-family: "微软雅黑";
|
||||
font-weight: normal;
|
||||
color: #333;
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
}
|
||||
li {
|
||||
list-style: none;
|
||||
}
|
||||
body {
|
||||
width: 100%;
|
||||
}
|
||||
.main_img {
|
||||
width: 100%;
|
||||
/* position: absolute; */
|
||||
}
|
||||
.main_img img{
|
||||
width: 100%;
|
||||
}
|
||||
.main_box {
|
||||
margin-top: -100px;
|
||||
}
|
||||
.item_box {
|
||||
width: 96%;
|
||||
margin: 0px 2%;
|
||||
color: #46D6A8;
|
||||
margin-top: 15px;
|
||||
background: #fff;
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-width: 0;
|
||||
word-wrap: break-word;
|
||||
border: 1px solid rgba(0,0,0,.125);
|
||||
border-radius: 10px;
|
||||
}
|
||||
.item_box .item_title {
|
||||
padding: 24px;
|
||||
box-sizing: border-box;
|
||||
text-align: left;
|
||||
font-size: 14px;
|
||||
letter-spacing: 2px;
|
||||
height: 40px;
|
||||
line-height: 24px;
|
||||
border-radius: 8px 8px 0 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-left: 14px;
|
||||
background-color: #DAFCE4;
|
||||
}
|
||||
.item_box .item_title span:nth-child(1){
|
||||
width: 100%;
|
||||
width: 3px;
|
||||
height: 14px;
|
||||
background: #46D6A8;
|
||||
}
|
||||
.item_box .item_title span:nth-child(2){
|
||||
margin-left: 10px;
|
||||
color: #46D6A8;;
|
||||
}
|
||||
ul {
|
||||
padding: 10px 10px 20px;
|
||||
}
|
||||
li {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
border-bottom: 1px solid rgba(0,0,0,.125);
|
||||
}
|
||||
li div{
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
color: #999;
|
||||
}
|
||||
.topimg {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
height: 100% !important;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
z-index: 9999;
|
||||
padding-top: 80%;
|
||||
background: rgba(0, 0, 0, .5);
|
||||
display: none;
|
||||
}
|
||||
|
||||
#img1 {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
height: 150% !important;
|
||||
position: fixed;
|
||||
background: rgba(0, 0, 0, .5);
|
||||
width: 100%;
|
||||
z-index: 9999;
|
||||
display: none;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
}
|
||||
#img2 {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
height: 150% !important;
|
||||
position: fixed;
|
||||
background: rgba(0, 0, 0, .5);
|
||||
width: 100%;
|
||||
z-index: 9999;
|
||||
padding-top: 80%;
|
||||
display: none;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
}
|
||||
#img3 {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
height: 150% !important;
|
||||
position: fixed;
|
||||
background: rgba(0, 0, 0, .5);
|
||||
width: 100%;
|
||||
z-index: 9999;
|
||||
padding-top: 80%;
|
||||
display: none;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body id="bodydiv">
|
||||
<div class="topimg" id="img1">
|
||||
<div>
|
||||
<img style="width: 90%;"
|
||||
src="./img/scQrCode/222.jpg"
|
||||
>
|
||||
</div>
|
||||
<div onclick="imgClick1(1)" style="font-size: 30px;color: rgb(255, 255, 255);">×</div>
|
||||
</div>
|
||||
<div class="topimg" id="img2">
|
||||
<div>
|
||||
<img style="width: 90%;"
|
||||
src="./img/scQrCode/动物检疫证.jpg"
|
||||
>
|
||||
</div>
|
||||
<div onclick="imgClick1(2)" style="font-size: 30px;color: rgb(255, 255, 255);">×</div>
|
||||
</div>
|
||||
<div class="topimg" id="img3">
|
||||
<div>
|
||||
<img style="width: 90%;"
|
||||
src="./img/scQrCode/肉品品质检疫合格证.jpg"
|
||||
>
|
||||
</div>
|
||||
<div onclick="imgClick1(3)" style="font-size: 30px;color: rgb(255, 255, 255);">×</div>
|
||||
</div>
|
||||
<!-- 顶部图片 -->
|
||||
<div class="main_img">
|
||||
<img src="./img/2.png">
|
||||
</div>
|
||||
|
||||
|
||||
<div class="main_box">
|
||||
<div class="item_box">
|
||||
<div class="item_title"><span></span><span>牲畜信息</span></div>
|
||||
<ul>
|
||||
<li>
|
||||
<div class="item_name">牲畜照片</div>
|
||||
<div class="item_center" style="width: 50px;height: 100%;"><img id="myDiv" onclick="imgClick(1)" style="width: 50px;"
|
||||
src="./img/scQrCode/222.jpg"></div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">品种</div>
|
||||
<div class="item_center">九龙牦牛</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">生理阶段</div>
|
||||
<div class="item_center">犊牛</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">性别</div>
|
||||
<div class="item_center">公</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">体重(kg)</div>
|
||||
<div class="item_center">20.00</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="item_box">
|
||||
<div class="item_title"><span></span><span>检疫证</span></div>
|
||||
<ul>
|
||||
<li>
|
||||
<div class="item_name">证件照片</div>
|
||||
<div class="item_center" style="width: 50px;height: 100%;"><img id="myDiv" onclick="imgClick(1)" style="width: 50px;"
|
||||
src="./img/scQrCode/动物检疫证.jpg"></div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">货主</div>
|
||||
<div class="item_center">刘超</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">产品名称</div>
|
||||
<div class="item_center">牛肉</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">产地</div>
|
||||
<div class="item_center">西吉县</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">生产单位名称</div>
|
||||
<div class="item_center">西吉县</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">检疫识别号</div>
|
||||
<div class="item_center">宁F302</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="item_box">
|
||||
<div class="item_title"><span></span><span>肉品品质检验合格证</span></div>
|
||||
<ul>
|
||||
<li>
|
||||
<div class="item_name">证件照片</div>
|
||||
<div class="item_center" style="width: 50px;height: 100%;"><img id="myDiv" onclick="imgClick(2)" style="width: 50px;"
|
||||
src="./img/scQrCode/肉品品质检疫合格证.jpg"></div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">产品名称</div>
|
||||
<div class="item_center">牛肉</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">生产单位</div>
|
||||
<div class="item_center">西吉县肉类加工有限公司</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">生产日期</div>
|
||||
<div class="item_center">2024年8月8日</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">肉品编码</div>
|
||||
<div class="item_center">宁B5</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<script>
|
||||
var imgClick = (num) => {
|
||||
document.getElementById('img'+num).style.display = 'block';
|
||||
}
|
||||
var imgClick1 = (num) => {
|
||||
document.getElementById('img'+num).style.display = 'none';
|
||||
}
|
||||
</script>
|
||||
</html>
|
||||
267
public/h5/wzhH5.html
Normal file
@@ -0,0 +1,267 @@
|
||||
<!DOCTYPE html>
|
||||
<html id="bodydiv" lang="zh-CN">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;" name="viewport" />
|
||||
<!-- <meta name="viewport"
|
||||
content="initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, width=device-width"> -->
|
||||
<meta name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<meta name="screen-orientation" content="portrait">
|
||||
<meta name="full-screen" content="yes">
|
||||
<meta name="browsermode" content="application">
|
||||
<meta name="x5-orientation" content="portrait">
|
||||
|
||||
<title>溯源信息</title>
|
||||
<style>
|
||||
*,
|
||||
div,
|
||||
img,
|
||||
ul,
|
||||
li,
|
||||
span {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
font-size: 14px;
|
||||
font-family: "微软雅黑";
|
||||
font-weight: normal;
|
||||
color: #333;
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
}
|
||||
|
||||
li {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
body {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.main_img {
|
||||
width: 100%;
|
||||
/* position: absolute; */
|
||||
}
|
||||
|
||||
.main_img img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.main_box {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin-top: -100px;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.item_box {
|
||||
width: 96%;
|
||||
color: #46D6A8;
|
||||
margin-top: 15px;
|
||||
background: #fff;
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-width: 0;
|
||||
word-wrap: break-word;
|
||||
border: 1px solid rgba(0, 0, 0, .125);
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.item_box .item_title {
|
||||
padding: 24px;
|
||||
box-sizing: border-box;
|
||||
text-align: left;
|
||||
font-size: 14px;
|
||||
letter-spacing: 2px;
|
||||
height: 40px;
|
||||
line-height: 24px;
|
||||
background: #E7ECF2;
|
||||
border-radius: 8px 8px 0 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-left: 14px;
|
||||
background-color: rgba(126, 182, 62, 0.1);
|
||||
}
|
||||
|
||||
.item_box .item_title span:nth-child(1) {
|
||||
width: 100%;
|
||||
width: 3px;
|
||||
height: 14px;
|
||||
background: #46D6A8;
|
||||
}
|
||||
|
||||
.item_box .item_title span:nth-child(2) {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
ul {
|
||||
padding: 10px 10px 20px;
|
||||
}
|
||||
|
||||
li {
|
||||
/* height: 40px; */
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
border-bottom: 1px solid rgba(0, 0, 0, .125);
|
||||
}
|
||||
|
||||
li div {
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.topimg {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
height: 100% !important;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
z-index: 9999;
|
||||
padding-top: 80%;
|
||||
background: rgba(0, 0, 0, .5);
|
||||
display: none;
|
||||
}
|
||||
|
||||
#img1 {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
height: 180% !important;
|
||||
position: absolute;
|
||||
background: rgba(0, 0, 0, .5);
|
||||
width: 100%;
|
||||
z-index: 9999;
|
||||
padding-top: 80%;
|
||||
display: none;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* html,
|
||||
body {
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
} */
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body id="bodydiv">
|
||||
<!-- 顶部图片 -->
|
||||
<div>
|
||||
<div class="topimg" id="img1">
|
||||
<div>
|
||||
<img style="width: 240px;height: 260px;"
|
||||
src="https://smart-1251449951.cos.ap-guangzhou.myqcloud.com/jusu/2024/07/22/图片(1)20240722173455.png"
|
||||
alt="">
|
||||
</div>
|
||||
<div id="myDiv1" style="font-size: 30px;color: rgb(255, 255, 255);">×</div>
|
||||
</div>
|
||||
<div class="main_img">
|
||||
<img src="https://smart-1251449951.cos.ap-guangzhou.myqcloud.com/jusu/2024/07/23/220240723160432.png">
|
||||
</div>
|
||||
<div class="main_box">
|
||||
<div class="item_box">
|
||||
<div class="item_title"><span></span><span>药品基本信息</span></div>
|
||||
<ul>
|
||||
<li>
|
||||
<div class="item_name">药品照片</div>
|
||||
<div class="item_center" style="width: 50px;height: 100%;"><img id="myDiv" style="width: 50px;"
|
||||
src="https://smart-1251449951.cos.ap-guangzhou.myqcloud.com/jusu/2024/07/22/图片(1)20240722173455.png"
|
||||
alt=""></div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">药品编号</div>
|
||||
<div class="item_center">164735277755216851</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">药品名称</div>
|
||||
<div class="item_center">兽用阿莫西林可溶性粉</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">药品类型</div>
|
||||
<div class="item_center">抗生素</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">药品已售数量</div>
|
||||
<div class="item_center">45</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="item_box">
|
||||
<div class="item_title"><span></span><span>药店基本信息</span></div>
|
||||
<ul>
|
||||
<li>
|
||||
<div class="item_name">药店编号</div>
|
||||
<div class="item_center">10003251</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">药店名称</div>
|
||||
<div class="item_center">瑞丰兽药店</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">法定代表人</div>
|
||||
<div class="item_center">孙维</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">联系电话</div>
|
||||
<div class="item_center">13000023021</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">登记机关</div>
|
||||
<div class="item_center">西吉县市场监督管理局</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">成立日期</div>
|
||||
<div class="item_center">2021-07-13</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">经营状态</div>
|
||||
<div class="item_center">在业</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="item_box">
|
||||
<div class="item_title"><span></span><span>药品厂家信息</span></div>
|
||||
<ul>
|
||||
<li>
|
||||
<div class="item_name">生产厂家</div>
|
||||
<div class="item_center">大连博莱药业有限公司</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="item_name">厂家经营状态</div>
|
||||
<div class="item_center">正常经营</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="item_box">
|
||||
<div class="item_title"><span></span><span>售卖记录</span></div>
|
||||
<img style="width: 100%;margin-top: 20px;"
|
||||
src="https://smart-1251449951.cos.ap-guangzhou.myqcloud.com/jusu/2024/07/24/Steps 步骤条120240724111909.png"
|
||||
alt="">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<script>
|
||||
document.getElementById('myDiv').addEventListener('click', function () {
|
||||
document.getElementById('img1').style.display = 'block';
|
||||
document.getElementById('bodydiv').style.overflow = 'hidden';
|
||||
document.getElementById('height').style.overflow = '150%';
|
||||
}); document.getElementById('myDiv1').addEventListener('click', function () {
|
||||
document.getElementById('img1').style.display = 'none';
|
||||
document.getElementById('bodydiv').style.overflow = 'auto';
|
||||
document.getElementById('height').style.overflow = 'auto';
|
||||
});
|
||||
</script>
|
||||
|
||||
</html>
|
||||