修改:template-->index_style--->default--->index--->pc_layout文件
<!DOCTYPE html>
<!--[if IE 7 ]> <html class="isie ie7 oldie no-js"> <![endif]-->
<!--[if IE 8 ]> <html class="isie ie8 oldie no-js"> <![endif]-->
<!--[if IE 9 ]> <html class="isie ie9 no-js"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!-->
<html>
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!--[if lt IE 9]>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<![endif]-->
<title>{block name="head_title"}{$webdb.seo_title?:$webdb.webname}{/block}</title>
<meta name="keywords" content='{block name="head_keword"}{$webdb.seo_keyword}{/block}'>
<meta name="description" content='{block name="head_description"}{$webdb.seo_description}{/block}'>
{block name="head_base_css"}<link rel="stylesheet" href="__STATIC__/css/pc_reset.css">{/block}
{block name="head_qb_ui"}<link rel="stylesheet" href="__STATIC__/css/qb_ui.css">{/block}
{block name="head_font_icon"}<link rel="stylesheet" href="__STATIC__/icon/icon.css">{/block}
{block name="head_jquery_js"}<script type="text/javascript" src="__STATIC__/js/core/jquery.min.js"></script>{/block}
{block name="head_layer_js"}<script type="text/javascript" src="__STATIC__/layer/layer.js"></script>{/block}
</head>