xuwei 4 years ago
parent
commit
7107e88bc7
1 changed files with 27 additions and 0 deletions
  1. 27 0
      src/main/resources/templates/product/beautytopic.html

+ 27 - 0
src/main/resources/templates/product/beautytopic.html

@@ -0,0 +1,27 @@
+<!DOCTYPE html>
+<html lang="zh-CN" xmlns:th="https://www.thymeleaf.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="https://www.thymeleaf.org ">
+<head>
+    <title>采美365网--医疗美容生活美容正品采购平台</title>
+    <template th:replace="components/head-link"></template>
+    <link th:href="@{/css/base/center.css(v=${version})}" rel="stylesheet" type="text/css">
+</head>
+<body>
+<!-- 引用头部 -->
+<template th:replace="components/header"></template>
+
+<!--优惠券-->
+    <div id="coupon">
+        <div class="navLayout"  v-cloak>
+            <div class="wrap clear">
+                 <!--左侧导航-->
+                <div class="right">
+
+                </div>
+            </div>
+        </div>
+    </div>
+    <!-- 引入底部 -->
+<template th:replace="components/footer"></template>
+<template th:replace="components/foot-link"></template>
+</body>