init
This commit is contained in:
52
app/mobile/view/antifake/index.phtml
Executable file
52
app/mobile/view/antifake/index.phtml
Executable file
@@ -0,0 +1,52 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>防伪、S/N码查询入口页</title>
|
||||
{include file="include/head" /}
|
||||
<script type="text/javascript">
|
||||
var navID = "1";
|
||||
</script>
|
||||
<link rel="stylesheet" type="text/css" href="__PUBLIC__/m_web/css/subject/fake.css">
|
||||
<style>
|
||||
|
||||
.fake_button_img{
|
||||
font-size: 12px !important;
|
||||
margin: 0 auto;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="content">
|
||||
<!--头部-->
|
||||
{include file="include/top_back1" /}
|
||||
<div class="margin-top-60"></div>
|
||||
<div class="m_Container margin-top-90 overflow-h">
|
||||
<div class="fake">
|
||||
<div class="text_38 text_center text_black title">防伪查询</div>
|
||||
</div>
|
||||
|
||||
<div class="fake01">
|
||||
<div class="fake_content text_22 text_black">
|
||||
<div class="fake_border">
|
||||
<div class="margin-top-50 line-height-50 margin-bottom-48">
|
||||
注:输入防伪码可查询到产品真伪和产品信息,输入S/N码只能查询到产品信息,不能查询到产品真伪,建议输入防伪码进行查询。
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="fake_content">
|
||||
<div class="fake_button fake_button_img">
|
||||
<button><a href="__ORICOROOT__/antifake/anti_fake_sninput"><img src="__PUBLIC__/m_web/images/anti_fake/sn_code2.png"></a></button>
|
||||
<button><a href="__ORICOROOT__/antifake/anti_fake_input"><img src="__PUBLIC__/m_web/images/anti_fake/anti_fake_code2.png"></a></button>
|
||||
</div>
|
||||
|
||||
<!--底部-->
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</body></html>
|
||||
Reference in New Issue
Block a user