Jelajahi Sumber

供应商品牌

Administrator 4 tahun lalu
induk
melakukan
639add1a94

TEMPAT SAMPAH
src/main/resources/static/img/supplier/shili.png


+ 28 - 0
src/main/resources/templates/supplier-center/shop/example.html

@@ -0,0 +1,28 @@
+<!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>
+    <style>
+    .content{
+        width: 1200px;
+        margin: 20px auto;
+     }
+    </style>
+</head>
+<body>
+<!-- 引用头部 -->
+<template th:replace="components/header"></template>
+
+<!-- 我的采美 -->
+<div class="content">
+    <img src="/img/supplier/shili.png"/>
+</div>
+
+<!-- 引入底部 -->
+<template th:replace="components/footer"></template>
+<template th:replace="components/foot-link"></template>
+
+</body>
+</html>