Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
mark
8 years ago
Commit
b2e9f2966c83ee9f4ce0b9d33905b57c8490387d
1 parent
b372dd08
调整商品详情页 商品信息
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
7 deletions
apps/product/views/action/product/detail.hbs
public/scss/product/_detail.css
apps/product/views/action/product/detail.hbs
View file @
b2e9f29
...
...
@@ -46,9 +46,9 @@
{{#
basic
}}
<li>
{{#if
dColor
}}
{{{
escapeType
key
}}}
:
<span
id=
"desc-color"
>
{{
value
}}
</span>
{{{
escapeType
key
}}}
:
<span
id=
"desc-color"
class=
"valueSpace"
>
{{
value
}}
</span>
{{^}}
{{{
escapeType
key
}}}
:
{{
value
}}
{{{
escapeType
key
}}}
:
<span
class=
"valueSpace"
>
{{
value
}}
</span>
{{/if}}
</li>
{{/
basic
}}
...
...
public/scss/product/_detail.css
View file @
b2e9f29
...
...
@@ -641,20 +641,26 @@
font-size
:
12px
;
.basic
{
width
:
6
40px
;
width
:
8
40px
;
margin
:
0
auto
;
li
{
float
:
left
;
width
:
155px
;
line-height
:
20px
;
width
:
210px
;
line-height
:
30px
;
font-size
:
14px
;
color
:
#686868
;
.valueSpace{
margin-left
:
7px
;
}
}
}
.comfort
{
width
:
470px
;
border
:
1px
solid
#eaeceb
;
margin
:
17px
auto
0
;
margin
:
22px
auto
20px
;
padding-bottom
:
15px
;
li
{
...
...
@@ -685,7 +691,7 @@
padding-top
:
15px
;
font-weight
:
bold
;
cursor
:
pointer
;
font-size
:
20
px
;
font-size
:
18
px
;
margin-left
:
auto
;
margin-right
:
auto
;
&.cur
{
...
...
@@ -695,6 +701,8 @@
}
}
.sep
{
display
:
inline-block
;
margin
:
0
30px
;
...
...
Please
register
or
login
to post a comment