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

78 lines
2.9 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" /}
<script type="text/javascript">
var navID = "1";
</script>
<link rel="stylesheet" type="text/css" href="__PUBLIC__/m_web/css/special.css">
</head>
<body>
<div id="content">
<!--头部-->
{include file="include/top" /}
<!--电脑周边-->
<div class="banner position_r img-responsive special special_01 margin-top-90">
<img src="__PUBLIC__/m_web/images/special/computer_banner.jpg">
<p class="banner_title text_white">Sweet Memories<br>Deserve to be Stored and Shared</p>
</div>
<div class="special_Container img-responsive special_product">
<div class="special_computer">
<li>
<a href="__ORICOROOT__/Group/transparent">
<img src="__PUBLIC__/m_web/images/special/transparent.jpg">
<div class="text_all text_center text_black">
<p class="title margin-top-30">Transparent Series</p>
<p class="des margin-top-10">Confidence in technology</p>
</div>
</a>
</li>
<li>
<a href="__ORICOROOT__/group/h_speed">
<img src="__PUBLIC__/m_web/images/special/G2.jpg">
<div class="text_all text_center text_black">
<p class="title margin-top-30">10Gbps High-speed</p>
<p class="des margin-top-10">Speed innovation</p>
</div>
</a>
</li>
</div>
</div>
<!--手机周边-->
<div class="banner position_r img-responsive special special_02">
<img src="__PUBLIC__/m_web/images/special/phone_banner.jpg">
<p class="banner_title text_black">Perfect Cellphone Partner <br>Sustained Power Supply</p>
</div>
<div class="special_Container img-responsive special_product">
<img src="__PUBLIC__/m_web/images/special/phone.jpg">
<div class="special_product_text text_white">
<div class="special_new_title">Firefly Series</div>
<div class="special_wubtitle">Phone peripherals</div>
<a href="__ORICOROOT__/group/charger" class="text_white"><div class="special_view"><span>Read more</span></div></a>
</div>
</div>
<!--生活周边-->
<div class="banner position_r img-responsive special special_03">
<img src="__PUBLIC__/m_web/images/special/life_banner.jpg">
<p class="banner_title text_black">Add Details to Life </p>
</div>
<div class="special_Container img-responsive special_product">
<img src="__PUBLIC__/m_web/images/special/life.jpg">
<div class="special_product_text text_white">
<div class="special_new_title">Life peripherals</div>
<div class="special_wubtitle">Delicate life</div>
<a href="__ORICOROOT__/Group/fan" class="text_white"><div class="special_view"><span>Read more</span></div></a>
</div>
</div>
<!--底部-->
{include file="include/bottom" /}
</div>
</body>
</html>