Commit 63cb98af by 颜景龙

修改静态页面

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