This commit is contained in:
2024-10-29 14:04:59 +08:00
commit 48bf3e6f33
2839 changed files with 762707 additions and 0 deletions

177
app/mobile/view/oldindex.phtml Executable file
View File

@@ -0,0 +1,177 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>奥睿科集团官网</title>
<meta name="Keywords" content="ORICO,奥睿科,插线板,HUB,充电器,移动硬盘盒,USB3.0,车充,排插,数据线">
<meta name="Description" content="ORICO/奥睿科集团官网拥有成熟的电脑/数码周边外设配件产品提供USB插线板硬盘盒USB3.0 HUBUSB充电器数据线车充等数码3C产品的在线选购让您轻松享受科技数码时代的乐趣客服电话400-6696-298">
{include file="include/head" /}
<script type="text/javascript">
var navID = "1";
</script>
<link rel="stylesheet" type="text/css" href="__PUBLIC__/m_web/js/bxslider/jquery.bxslider.css">
<script type="text/javascript" src="__PUBLIC__/m_web/js/bxslider/jquery.bxslider.min.js"></script>
<link rel="stylesheet" type="text/css" href="__PUBLIC__/m_web/js/video/jsmodern.min.css">
<script type="text/javascript" src="__PUBLIC__/m_web/js/video/jsmodern.min.js"></script>
</head>
<!-- <style>
/*众筹专题弹出10-31*/
.popup {
position: fixed;
background-color: rgba(0,0,0,0.5);
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 9999;
}
.popup_img {
position: relative;
left:50%;
top: 50%;
width:17rem;
height: 10.93rem;
margin-left: -8.5rem;
margin-top: -5.475rem;
}
.popup_img img {width:100%;}
.close {
position: absolute;
right: 10.6vw;
top:32%;
margin-top: -11.68vw;
z-index: 10000;
width: 1.875vw;
height: 1.875vw;
}
</style> -->
<body οnlοad="openwin()">
<div id="content">
<!--头部-->
{include file="include/top" /}
<!--banner-->
{include file="include/banner" /}
<!--类别-->
<?php if (!empty($productCategory)): ?>
<div class="category">
<ul>
<?php foreach ($productCategory as $key => $value): ?>
<?php if ($key > 8) break; ?>
<li class="text_black">
<a href="__ORICOROOT__/product/catelists/id/<?php echo $value['id']; ?>">
<p class=""><?php echo $value['name'] ?></p>
</a>
</li>
<?php endforeach; ?>
</ul>
</div>
<?php endif; ?>
<!--视频一-->
<div class="m_Container img-responsive position_r" style="margin-top:0.4rem;">
<a href="__ORICOROOT__/Group/special">
<img src="__PUBLIC__/m_web/images/home/special_index.jpg">
<div class="position_a"><img src="__PUBLIC__/m_web/images/home/special_index_button.png"></div>
</a>
</div>
<!--研究中心-->
<div class="m_Container">
<ul class="Brand_research">
<a href="__ORICOROOT__/Group/odm"><li>品牌ODM服务>></li></a>
<a href="__ORICOROOT__/Group/rdcenter"><li>集团技术研发中心>></li></a>
<a href="__ORICOROOT__/Group/industry"><li>集团产业链>></li></a>
</ul>
</div>
<!--视频二-->
<?php
$videos = getDifferentVideo('headline', 1);
if ($videos):
?>
<div class="m_Container">
<div class="title text_center text_blue margin-top-20">小改变 大不同</div>
<div class="des text_center text_gray light-height-40">Little changebig difference</div>
<video class="margin-top-20" controls>
<source src="__PUBLIC__/web/images/home/brand-video.mp4" type="video/mp4" />
您的浏览器不支持 video 标签。
Your browser does not support HTML5 video.
</video>
</div>
<?php endif; ?>
<!--新闻-->
<div class="m_Container margin-bottom-35">
<?php
$articles = getDifferentArticle('headline', 6, ['cid' => 1]);
if (!empty($articles)):
?>
<div class="title text_center text_blue margin-top-20">最新动态</div>
<ul class="news_list">
<?php foreach($articles as $key => $value): ?>
<li style="padding-bottom: 0.8rem">
<p class="margin-top-20 img-responsive"><img src="<?php echo getImage($value['picture']); ?>"></p>
<p class="des text_center text_blue light-height-40 margin-top-30"><?php echo msubstr($value['name'], 0, 36); ?></p>
<p class="text_gray text_24 line_height_30 text_center margin-top-20"><?php echo date('Y.m.d', $value['createtime']); ?></p>
<p class="text_24 text_l_gray line_height_38 text_center margin-top-10"><?php echo msubstr($value['description'], 0, 70); ?></p>
</li>
<?php endforeach; ?>
</ul>
<?php endif; ?>
</div>
<!-- 弹出框 S-->
<!-- <div class="popup" id="popup">
<div class="popup_img">
<a href="https://www.orico.com.cn/mobile/Group/backup.html"><img src="__PUBLIC__/m_web/images/backup/backup-layer.png"></a>
</div>
<div class="close" id="close">
<img src="__PUBLIC__/m_web/images/backup/close.png">
</div>
</div> -->
<!-- 弹出框 E-->
<!--底部-->
{include file="include/bottom" /}
</div>
<!--top-->
<!--top End-->
<script type="text/javascript">
//首页弹窗
// function openwin()
// {
// $("#popup").show();
// };
// //首页弹窗关闭
// $("#close").click(function(){
// $("#popup").hide();
// });
/*banner*/
$(function(){
$('.banner_list').bxSlider({
});
});
/*banner*/
$(function(){
$('.news_list').bxSlider({
speed:5,
auto:true,
pager:false,
});
});
</script>
</body>
</html>