Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
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
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
2016-10-17 17:26:12 +0800
Commit
0cadf2463d458b8fb1deca3a0d8bbe1dad4eb577
1 parent
ce7d1c40
common-js-current-help
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
apps/home/views/action/help.hbs
public/js/home/currency-detail.page.js
public/scss/home/_ihelp.css
apps/home/views/action/help.hbs
View file @
0cadf24
<div
class=
"i
H
elp"
>
<div
class=
"i
-h
elp"
>
<ul>
{{#
iHelp
}}
<li><a
href=
"//m.yohobuy.com/home/helpDetail?code=
{{
code
}}
&name=
{{
name
}}
"
><span>
{{
name
}}
</span><i
class=
"iconfont num"
>

</i></a></li>
...
...
public/js/home/currency-detail.page.js
View file @
0cadf24
...
...
@@ -3,6 +3,8 @@ var $ = require('yoho-jquery'),
var
page
=
1
;
var
flag
=
true
;
require
(
'../common'
);
loading
.
showLoadingMask
();
function
ajaxCurrencyDetail
(
curPage
)
{
...
...
public/scss/home/_ihelp.css
View file @
0cadf24
.i
H
elp
{
.i
-h
elp
{
width
:
100%
;
height
:
auto
;
overflow
:
hidden
;
...
...
@@ -29,7 +29,7 @@
}
span
{
width
:
85
%
;
width
:
92
%
;
height
:
100%
;
overflow
:
hidden
;
float
:
left
;
...
...
@@ -43,7 +43,7 @@
}
}
.deal
_
main
{
.deal
-
main
{
margin
:
0.5rem
3%
;
font-size
:
14.4
PX
;
width
:
94%
;
...
...
Please
register
or
login
to post a comment