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.
11 lines
679 B
11 lines
679 B
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;"/>
|
|
<!--TDK-->
|
|
<title>{$current_cate['seo_title']|default=$current_cate['title']}</title>
|
|
<meta name="keywords" content="{$current_cate['seo_keywords']|default=$current_cate['title']}">
|
|
<meta name="description" content="{$current_cate['seo_description']|default=$current_cate['title']}">
|
|
|
|
<!--公共CSS-->
|
|
<link rel="stylesheet" href="__TMPL__/static/css/layui.css" />
|
|
<link rel="stylesheet" href="__TMPL__/static/css/reset.css" />
|
|
<link rel="stylesheet" href="__TMPL__/static/css/swiper-bundle.min.css" />
|
|
<link rel="stylesheet" href="__TMPL__/static/scss/currency.css" />
|