Procházet zdrojové kódy

专题页面新建

yuwenjun před 4 roky
rodič
revize
bcdfaf572e

+ 0 - 0
src/main/resources/static/css/activity/activityTopic.css


+ 0 - 0
src/main/resources/static/js/activity/activityTopic.js


+ 19 - 0
src/main/resources/templates/activity/activityTopic.html

@@ -0,0 +1,19 @@
+<!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 ">
+<html>
+<head>
+    <template th:replace="components/head-link"></template>
+    <link th:href="@{/css/activity/activityTopic.css(v=${version})}" rel="stylesheet" type="text/css">
+    <title>活动专题页面</title>
+</head>
+<body>
+
+
+    <!-- 引入底部 -->
+<template th:replace="components/footer"></template>
+<template th:replace="components/foot-link"></template>
+<script charset="utf-8" type="text/javascript" th:src="@{/js/common/serviceapi/product.service.js(v=${version})}"></script>
+<script charset="utf-8" type="text/javascript" th:src="@{/js/activity/activityTopic.js(v=${version})}"></script>
+</body>
+</html>