|
@@ -4,13 +4,26 @@
|
|
|
<head>
|
|
|
<title>采美365网-仪器</title>
|
|
|
<template th:replace="components/head-link"></template>
|
|
|
- <link th:href="@{/css/equipment/list.css(v=${version})}" rel="stylesheet" type="text/css">
|
|
|
+ <link th:href="@{/css/product/instruement.css(v=${version})}" rel="stylesheet" type="text/css">
|
|
|
</head>
|
|
|
<body>
|
|
|
<!-- 引用头部 -->
|
|
|
<template th:replace="components/header"></template>
|
|
|
+ <div id="container">
|
|
|
+ <div id="instrueMent">
|
|
|
+ <div class="instrue-left">
|
|
|
+ <div class="top-category">
|
|
|
+ <ul class="normal-nav clearfix">
|
|
|
+ <li v-for="(item,index)in categorylist">{{item.name}}</li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="instrue-right"></div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
|
|
|
<!-- 引入底部 -->
|
|
|
<template th:replace="components/footer"></template>
|
|
|
<template th:replace="components/foot-link"></template>
|
|
|
+<script charset="utf-8" type="text/javascript" th:src="@{/js/product/instruement.js(v=${version})}"></script>
|
|
|
</body>
|