Commit c991424a authored by liaili's avatar liaili

UpData erweima

parent 8fdbe58b
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node',
1 verbose cli '/usr/local/lib/node_modules/npm/bin/npm-cli.js',
1 verbose cli 'run-script',
1 verbose cli 'start' ]
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'start' ]
2 info using npm@3.8.3
3 info using node@v5.10.1
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
......@@ -10,12 +7,12 @@
6 silly lifecycle www.fudou6.com@0.0.0~prestart: no script for prestart, continuing
7 info lifecycle www.fudou6.com@0.0.0~start: www.fudou6.com@0.0.0
8 verbose lifecycle www.fudou6.com@0.0.0~start: unsafe-perm in lifecycle true
9 verbose lifecycle www.fudou6.com@0.0.0~start: PATH: /usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/superman/Works/www.fudou6.com/node_modules/.bin:/usr/local/bin:/Users/superman/.sdkman/candidates/groovy/current/bin:/Users/superman/.sdkman/candidates/gradle/current/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_74.jdk/Contents/Home/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
10 verbose lifecycle www.fudou6.com@0.0.0~start: CWD: /Users/superman/Works/www.fudou6.com
11 silly lifecycle www.fudou6.com@0.0.0~start: Args: [ '-c', 'node --harmony ./bin/www' ]
9 verbose lifecycle www.fudou6.com@0.0.0~start: PATH: /usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/liaili/Work/www.fudou6.com/node_modules/.bin:/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
10 verbose lifecycle www.fudou6.com@0.0.0~start: CWD: /Users/liaili/Work/www.fudou6.com
11 silly lifecycle www.fudou6.com@0.0.0~start: Args: [ '-c', 'pm2 start ./bin/www --name=www.fudou6.com' ]
12 silly lifecycle www.fudou6.com@0.0.0~start: Returned: code: 1 signal: null
13 info lifecycle www.fudou6.com@0.0.0~start: Failed to exec start script
14 verbose stack Error: www.fudou6.com@0.0.0 start: `node --harmony ./bin/www`
14 verbose stack Error: www.fudou6.com@0.0.0 start: `pm2 start ./bin/www --name=www.fudou6.com`
14 verbose stack Exit status 1
14 verbose stack at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:239:16)
14 verbose stack at emitTwo (events.js:100:13)
......@@ -26,20 +23,20 @@
14 verbose stack at maybeClose (internal/child_process.js:850:16)
14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:5)
15 verbose pkgid www.fudou6.com@0.0.0
16 verbose cwd /Users/superman/Works/www.fudou6.com
16 verbose cwd /Users/liaili/Work/www.fudou6.com
17 error Darwin 15.6.0
18 error argv "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/bin/npm-cli.js" "run-script" "start"
18 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
19 error node v5.10.1
20 error npm v3.8.3
21 error code ELIFECYCLE
22 error www.fudou6.com@0.0.0 start: `node --harmony ./bin/www`
22 error www.fudou6.com@0.0.0 start: `pm2 start ./bin/www --name=www.fudou6.com`
22 error Exit status 1
23 error Failed at the www.fudou6.com@0.0.0 start script 'node --harmony ./bin/www'.
23 error Failed at the www.fudou6.com@0.0.0 start script 'pm2 start ./bin/www --name=www.fudou6.com'.
23 error Make sure you have the latest version of node.js and npm installed.
23 error If you do, this is most likely a problem with the www.fudou6.com package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error node --harmony ./bin/www
23 error pm2 start ./bin/www --name=www.fudou6.com
23 error You can get information on how to open an issue for this project with:
23 error npm bugs www.fudou6.com
23 error Or if that isn't available, you can get their info via:
......
......@@ -13,6 +13,7 @@
var balance = $('.balance').html();
var total = $('.total').html();
var progress = $('.progress-bar i');
var $modalBoxErweima = $('.modal-box-erweima');
progress.width(progress.data('width'));
/**
* 验证用户姓名
......@@ -79,5 +80,16 @@
$modalBox.fadeOut(300);
});
/**
* 点击二维码弹窗
*/
$('.login-app').on('click',function(e){
e.preventDefault();
$modalBoxErweima.fadeIn(300);
})
$('.modal-dialog-close').on('click',function(e){
e.preventDefault();
$modalBoxErweima.fadeOut(300);
})
})();
......@@ -404,6 +404,8 @@
/*product end*/
.screen() {
.media(@screen-width-small, @container-width-small);
.media(@screen-width, @container-width);
......
......@@ -220,7 +220,7 @@ body {
background: #ff4a4b;
position: relative;
}
.modal-box .modal-dialog div:nth-child(1) b {
.modal-box .modal-dialog div:nth-child(1) a {
display: inline-block;
width: 46px;
height: 46px;
......@@ -260,6 +260,55 @@ body {
text-align: center;
}
/* .modal-box end */
/* .modal-box-erweima start */
.modal-box-erweima {
display: none;
position: fixed;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: rgba(0, 0, 0, 0.5);
}
.modal-box-erweima .modal-dialog {
width: 450px;
height: 450px;
position: fixed;
left: 50%;
top: 300px;
margin-left: -225px;
border-radius: 10px;
background: #fff;
overflow: hidden;
}
.modal-box-erweima .modal-dialog > div {
text-align: center;
}
.modal-box-erweima .modal-dialog > div:nth-child(1) {
height: 50px;
background: #ff4a4b;
position: relative;
}
.modal-box-erweima .modal-dialog > div:nth-child(2) {
padding-top: 40px;
}
.modal-box-erweima .modal-dialog > div:nth-child(2) p {
font-size: 26px;
}
.modal-box-erweima .modal-dialog .modal-dialog-close {
width: 30px;
height: 30px;
font-size: 20px;
text-align: center;
line-height: 30px;
position: absolute;
right: 16px;
top: 10px;
border-radius: 50%;
border: 2px solid #fff;
color: #fff;
}
/* .modal-box-erweima end */
@media screen and (min-width: 769px) {
body .intro,
body .appointment,
......
......@@ -233,7 +233,7 @@ body {
height: 80px;
background: #ff4a4b;
position: relative;
b {
a {
display: inline-block;
width: 46px;
height: 46px;
......@@ -281,6 +281,58 @@ body {
/* .modal-box end */
/* .modal-box-erweima start */
.modal-box-erweima {
display: none;
position: fixed;
left:0;
top:0;
bottom: 0;
right: 0;
background: rgba(0,0,0,.5);
.modal-dialog {
width: 450px;
height: 450px;
position: fixed;
left:50%;
top:300px;
margin-left: -225px;
border-radius: 10px;
background: #fff;
overflow: hidden;
& > div {
text-align: center;
&:nth-child(1){
height: 50px;
background: #ff4a4b;
position: relative;
}
&:nth-child(2) {
padding-top: 40px;
p {
font-size: 26px;
}
}
}
.modal-dialog-close {
width: 30px;
height: 30px;
font-size: 20px;
text-align: center;
line-height: 30px;
position: absolute;
right:16px;
top:10px;
border-radius: 50%;
border: 2px solid #fff;
color: #fff;
}
}
}
/* .modal-box-erweima end */
.screen() {
.media(@screen-width-small, @container-width-small);
.media(@screen-width, @container-width);
......
......@@ -261,4 +261,5 @@
body {
.screen();
}
\ No newline at end of file
}
......@@ -518,10 +518,11 @@ hr.line-separate:after {
}
#footer address {
font-style: normal;
color: #aeaeae;
}
#footer address,
#footer address a {
color: #00a4d8;
cursor: pointer;
}
#footer .copyright {
margin-top: 80px;
......
......@@ -118,8 +118,10 @@ hr.line-separate {
}
address {
font-style: normal;
&, a {
color: #aeaeae;
a {
color: #00a4d8;
cursor: pointer;
}
}
.copyright {
......
<div class="banner">
https://res.fudou6.com/c/4/20160802/acpNi5waWNfaGQ=_280x280.jpg<div class="banner">
<div class="banner-box">
<h1>海量资源 轻松抢单</h1>
<p>
......@@ -106,3 +106,4 @@
{{/each}}
</ul>
</div>
......@@ -29,7 +29,11 @@
<h2>400-879-9900</h2>
<!--<hr class="line-separate"/>-->
<p class="copyright">Copyright2016 <span>shuniu</span> All Right Reserved&copy;2014-2015 杭州枢纽科技有限公司 版权所有</p>
<address>浙江省杭州市余杭区良睦路1288号梦想小镇5-305 E-mail: <a href="mailto:hr@shuniu.com">hr@shuniu.com</a></address>
<address>
浙江省杭州市余杭区良睦路1288号梦想小镇5-305
<br>上海市浦东新区福山路458号同盛大厦1808室 <br>
<a href="mailto:hr@shuniu.com">E-mail:hr@shuniu.com</a>
</address>
</footer>
<script src="/javascripts/jquery-1.8.3.min.js"></script>
{{#each scripts}}
......
......@@ -28,7 +28,8 @@
</td>
{{#unless @index}}
<td rowspan={{rowspan}}>
<a href="http://a.app.qq.com/o/simple.jsp?pkgname=com.fudou6.app" target="_blank">登录富豆APP可见</a>
<!--<a href="http://a.app.qq.com/o/simple.jsp?pkgname=com.fudou6.app" target="_blank">登录富豆APP可见</a>-->
<a href="javascript:;" class="login-app">登录富豆APP可见</a>
</td>
{{/unless}}
</tr>
......@@ -153,7 +154,7 @@
<div class="modal-box">
<div class="modal-dialog">
<div>
<b id="modalBoxHidden">&times;</b>
<a id="modalBoxHidden">&times;</a>
</div>
<div>
<i></i>
......@@ -161,4 +162,17 @@
</div>
<p>富豆工作人员将第一时间与您取得联系!</p>
</div>
</div>
<div class="modal-box-erweima">
<div class="modal-dialog">
<div>
<a class="modal-dialog-close">&times</a>
</div>
<div>
<a href="javascript:;">
<img src="https://res.fudou6.com/c/4/20160802/acpNi5waWNfaGQ=_280x280.jpg" alt="erweima"/>
</a>
<p>扫描二维码,下载富豆优投</p>
</div>
</div>
</div>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment