Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
姜枫
8 years ago
Commit
f27c062b4bc5d33b610f5acf53d98fb59862d28f
2 parents
b4d5425d
0d88baa6
master
...
feature/catch
feature/docker
feature/login-ua-ip
feature/safe-bug
feature/sessionKey
feature/setting
feature/vip
feature/webpack2
gray
Merge branch 'release/2.0' into 'master'
Release/2.0 See merge request
!4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
apps/me/views/partial/order/goods-box.hbs
public/js/help/help-index.page.js
public/scss/help/_help.css
public/scss/me/order/_detail.css
apps/me/views/partial/order/goods-box.hbs
View file @
f27c062
...
...
@@ -13,10 +13,10 @@
</p>
</div>
<div
class=
"sub-column right-border special-column bold"
>
<p
class=
"bold"
>
{{
buy_number
}}
</p>
<p
class=
"bold
{{#if
@last
}}
last
{{/if}}
"
>
{{
buy_number
}}
</p>
</div>
<div
class=
"sub-column special-column bold"
>
<p
class=
"bold"
>
¥
{{
goods_amount
}}
</p>
<p
class=
"bold
{{#if
@last
}}
last
{{/if}}
"
>
¥
{{
goods_amount
}}
</p>
</div>
{{/
unless
}}
{{/
order_goods
}}
...
...
public/js/help/help-index.page.js
View file @
f27c062
...
...
@@ -25,7 +25,7 @@ $(function() {
});
$
(
'.new-guide li'
).
each
(
function
(
key
,
item
)
{
if
(
key
%
5
===
0
)
{
if
(
key
%
4
===
0
)
{
$
(
item
).
css
({
marginLeft
:
0
,
clear
:
'both'
...
...
@@ -34,7 +34,7 @@ $(function() {
});
$
(
'.self-service li'
).
each
(
function
(
key
,
item
)
{
if
(
key
%
6
===
0
)
{
if
(
key
%
5
===
0
)
{
$
(
item
).
css
({
marginLeft
:
0
,
clear
:
'both'
...
...
public/scss/help/_help.css
View file @
f27c062
...
...
@@ -167,7 +167,7 @@
.new-guide
{
li
{
margin-left
:
160
px
;
margin-left
:
236
px
;
img
{
width
:
70px
;
...
...
@@ -178,7 +178,7 @@
.self-service
{
li
{
margin-left
:
1
14
px
;
margin-left
:
1
60
px
;
img
{
width
:
70px
;
...
...
public/scss/me/order/_detail.css
View file @
f27c062
...
...
@@ -200,7 +200,7 @@
}
.good-info
{
width
:
51
5
px
!important
;
width
:
51
9
px
!important
;
}
.goods-container
{
...
...
Please
register
or
login
to post a comment