|
@@ -6,11 +6,11 @@
|
|
|
<template th:replace="components/head-link"></template>
|
|
|
<link th:href="@{/css/product/instruement.css(v=${version})}" rel="stylesheet" type="text/css">
|
|
|
</head>
|
|
|
-<body>
|
|
|
+<body >
|
|
|
<!-- 引用头部 -->
|
|
|
<template th:replace="components/header"></template>
|
|
|
<div id="container">
|
|
|
- <div id="instrueMent">
|
|
|
+ <div id="instrueMent" >
|
|
|
<div class="instrue-right">
|
|
|
<div class="wrap_tittle"> 大家都在搜<span class="line"></span></div>
|
|
|
<template v-if="isPC">
|