Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
hf
2015-11-12 16:31:25 +0800
Commit
2d448f5ee95557899a551ed5fbe44cd5da8dc2a0
2 parents
1b7e39a0
5d717795
Merge remote-tracking branch 'origin/hotfix'
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
static/js/index/footer.js
static/sass/product/_list.scss
static/js/index/footer.js
View file @
2d448f5
...
...
@@ -9,6 +9,8 @@ var $ = require('jquery'),
var
floatLayerBtnHammer
;
require
(
'../common'
);
function
downLoadApp
()
{
var
appUrl
=
'http://a.app.qq.com/o/simple.jsp?pkgname=com.yoho&g_f=995445'
;
var
clickedAt
=
new
Date
();
...
...
static/sass/product/_list.scss
View file @
2d448f5
...
...
@@ -18,6 +18,7 @@
input
{
box-sizing
:
border-box
;
padding-left
:
26px
;
padding-right
:
34px
;
height
:
30px
;
width
:
85%
;
border-radius
:
15px
;
...
...
@@ -215,7 +216,7 @@
}
.iconfont
{
color
:
#999
;
//
color: #999;
&
.cur
{
color
:
#000
;
...
...
Please
register
or
login
to post a comment