Files
orico-official-website-old/app/usmobile/view/video/lists.online.phtml
2024-10-29 14:04:59 +08:00

96 lines
3.1 KiB
PHTML
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
{include file="include/head-seo" /}
{include file="include/head" /}
<script type="text/javascript">
var navID = "1";
</script>
</head>
<body>
<div id="content">
<!--头部-->
{include file="include/top-white" /}
<!--banner-->
<div class="banner img-responsive">
<img src="__PUBLIC__/m_web/images/video/video-banner.jpg">
</div>
<!--视频分类列表-->
<div class="m_Container video_Category img-responsive overflow-h">
<ul>
<li>
<img src="__PUBLIC__/m_web/images/video/video-Computer.jpg">
<p>电脑周边</p>
</li>
<li>
<img src="__PUBLIC__/m_web/images/video/video-Phone.jpg">
<p>手机周边</p>
</li>
<li>
<img src="__PUBLIC__/m_web/images/video/video-Electronics.jpg">
<p>电子电工</p>
</li>
<li>
<img src="__PUBLIC__/m_web/images/video/video-Entertainment.jpg">
<p>影音娱乐</p>
</li>
<li>
<img src="__PUBLIC__/m_web/images/video/video-PersonalCare.jpg">
<p>个人护理</p>
</li>
<li>
<img src="__PUBLIC__/m_web/images/video/video-Life.jpg">
<p>生活周边</p>
</li>
<li>
<img src="__PUBLIC__/m_web/images/video/video-Gaming.jpg">
<p>高端游戏</p>
</li>
<li>
<img src="__PUBLIC__/m_web/images/video/video-Other.jpg">
<p>其他</p>
</li>
</ul>
</div>
<!--热门视频-->
<div class="m_Container">
<div class="title text_center title_margin-top">热门视频</div>
<div class="video_hot subtitle_margin-top">
<ul>
<li>
<video controls poster="__PUBLIC__/m_web/images/video/video-hot01.jpg">
<source src="__PUBLIC__/m_web/images/video/video-hot01.mp4" type="video/mp4" />
您的浏览器不支持 video 标签。
Your browser does not support HTML5 video.
</video>
<span class="title text_center margin-top-30">ORICO海外代理商大会-工艺宣传片</span>
<span class="des_text text_center">精湛的技艺完善的生产体系只是ORICO的一部分在工艺宣传视频中我们将带领大家走进工厂走进细节传递安心···</span>
</li>
<li>
<video controls poster="__PUBLIC__/m_web/images/video/video-hot02.jpg">
<source src="__PUBLIC__/m_web/images/video/video-hot02.mp4" type="video/mp4" />
您的浏览器不支持 video 标签。
Your browser does not support HTML5 video.
</video>
<span class="title text_center margin-top-30">ORICO海外代理商大会-品牌升级宣传视频</span>
<span class="des_text text_center">在ORICO海外代理商大会-品牌升级宣传视频中我们运用品牌新的VI元素概念和部分具有代表性的产品镜头快切带领大家领略一个全新的ORICO点到线线到面我们不断的汇集改变</span>
</li>
</ul>
</div>
</div>
<!--底部文件-->
{include file="include/bottom" /}
</div>
</body>
</html>