Commit 63cb98af by 颜景龙

修改静态页面

parent 854c30a0
......@@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "http-server -a 0.0.0.0 -p 9090"
"start": "http-server -a 0.0.0.0 -p 9091"
},
"author": "",
"license": "ISC"
......
......@@ -9,6 +9,14 @@
<meta name="format-detection" content="telephone = no"/>
<title>私教课程详情</title>
<link rel="stylesheet" href='./class.css'>
<style>
#className {
width: 60%;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
</style>
<body>
<div class="class-banner">
</div>
......
......@@ -9,6 +9,14 @@
<meta name="format-detection" content="telephone = no"/>
<title>私教课程详情</title>
<link rel="stylesheet" href='./class.css'>
<style>
#className {
width: 60%;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
</style>
<body>
<div class="class-banner">
</div>
......
......@@ -24,3 +24,6 @@
### 礼品活动页面(id="活动id", customerUserId="用户id")
> http://192.168.31.182:8080/wedo-fit/htmlpages/course/gift/gift.html?id=8356215132383232&customerUserId=8355171395831808
### 礼品展示页面
> http://192.168.31.182:8080/wedo-fit/htmlpages/course/gift/giftindex.html
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此消息的编辑!
注册登录 后发表评论