You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
122 lines
4.4 KiB
122 lines
4.4 KiB
<!DOCTYPE html>
|
|
<html lang="zh-TW">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="Keywords" content="{$keywords}" />
|
|
<meta name="Description" content="{$description}" />
|
|
|
|
<!-- TemplateBeginEditable name="doctitle" -->
|
|
<title>{$page_title}</title>
|
|
<!-- TemplateEndEditable -->
|
|
|
|
<!-- TemplateBeginEditable name="head" -->
|
|
<!-- TemplateEndEditable -->
|
|
|
|
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
|
|
|
<link href="{$ecs_css_path}" rel="stylesheet" type="text/css" />
|
|
<link href="index.css" rel="stylesheet" type="text/css" />
|
|
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" />
|
|
<link href="css/templatemo.css" rel="stylesheet" type="text/css" />
|
|
<link href="css/custom.css" rel="stylesheet" type="text/css" />
|
|
|
|
<!-- Load fonts style after rendering the layout styles -->
|
|
<link href="css/css2.css" rel="stylesheet" type="text/css" />
|
|
<link href="css/fontawesome.css" rel="stylesheet" type="text/css" />
|
|
|
|
|
|
{* 包含脚本文件 *}
|
|
<script type="text/javascript" src="js/common.js"></script>
|
|
<script type="text/javascript" src="js/index.js"></script>
|
|
{insert_scripts files='easydialog.min.js'}
|
|
</head>
|
|
|
|
<body>
|
|
<!-- #BeginLibraryItem "/library/page_header.lbi" --><!-- #EndLibraryItem -->
|
|
|
|
<script type="text/javascript" src="js/lizi_index.js"></script>
|
|
|
|
<script type="text/javascript">
|
|
$(document).ready(function() {
|
|
$(".j-hotTab").find("li:first").addClass('on');
|
|
$(".index-promotion-up").click(function(){
|
|
var num=$(this).parent().parent().find(".textgt").val();
|
|
var num_p=parseInt(num);
|
|
num_p=num_p+1;
|
|
$(this).parent().parent().find(".textgt").val(num_p);
|
|
});
|
|
});
|
|
</script>
|
|
|
|
<!--Banner切换-->
|
|
<!-- #BeginLibraryItem "/library/index_ad.lbi" --><!-- #EndLibraryItem -->
|
|
<!--Banner切换 END -->
|
|
|
|
<script type="text/javascript">
|
|
var btn_buy = "{$lang.btn_buy}";
|
|
var is_cancel = "{$lang.is_cancel}";
|
|
var select_spe = "{$lang.select_spe}";
|
|
</script>
|
|
|
|
<!-- Start Categories of The Month -->
|
|
<section class="container py-5">
|
|
<div class="row text-center pt-3">
|
|
<div class="col-lg-6 m-auto">
|
|
<h1 class="h1">UTel感應式電子名片</h1>
|
|
<p>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-12 col-md-3 p-5 mt-3">
|
|
<a href="#"><img src="themes/shengxian/picture/category_img_01.jpg" class="rounded-circle img-fluid border"></a>
|
|
<h5 class="text-center mt-3 mb-3">科技</h5>
|
|
<p class="text-center">
|
|
</p>
|
|
</div>
|
|
<div class="col-12 col-md-3 p-5 mt-3">
|
|
<a href="#"><img src="themes/shengxian/picture/category_img_02.jpg" class="rounded-circle img-fluid border"></a>
|
|
<h2 class="h5 text-center mt-3 mb-3">環保</h2>
|
|
<p class="text-center">
|
|
</p>
|
|
</div>
|
|
<div class="col-12 col-md-3 p-5 mt-3">
|
|
<a href="#"><img src="themes/shengxian/picture/category_img_03.jpg" class="rounded-circle img-fluid border"></a>
|
|
<h2 class="h5 text-center mt-3 mb-3">完善</h2>
|
|
<p class="text-center">
|
|
</p>
|
|
</div>
|
|
<div class="col-12 col-md-3 p-5 mt-3">
|
|
<a href="#"><img src="themes/shengxian/picture/category_img_03.jpg" class="rounded-circle img-fluid border"></a>
|
|
<h2 class="h5 text-center mt-3 mb-3">串連</h2>
|
|
<p class="text-center">
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<!-- End Categories of The Month -->
|
|
|
|
<!-- 文章及評論 -->
|
|
<div class="w-main panel-wrapper">
|
|
<!-- TemplateBeginEditable name="首頁圖片文章列表" -->
|
|
<!-- #BeginLibraryItem "/library/cat_articles.lbi" -->
|
|
<!-- #EndLibraryItem -->
|
|
<!-- TemplateEndEditable -->
|
|
</div>
|
|
<!-- 文章及评论 END -->
|
|
|
|
<!-- #BeginLibraryItem "/library/page_footer.lbi" --> <!-- #EndLibraryItem -->
|
|
<div class="add_ok" id="cart_show">
|
|
<div class="tip">
|
|
<i class="iconfont"></i>產品已成功加入購物車
|
|
</div>
|
|
<div class="go">
|
|
<a href="javascript:easyDialog.close();" class="back"><<繼續購物</a>
|
|
<a href="flow.php" class="btn">去結算</a>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|