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
htoooth
8 years ago
Commit
0fa85408e605113abd8b8049b932c1f098a80cf2
1 parent
c868a0a2
add css
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
apps/product/views/action/product/detail.hbs
apps/product/views/partial/product/coupon-list.hbs
apps/product/views/partial/product/detail-header.hbs
public/scss/product/_detail.css
apps/product/views/action/product/detail.hbs
View file @
0fa8540
...
...
@@ -29,6 +29,8 @@
</div>
{{/if}}
<div
class=
"share-row"
><span
class=
"title pull-left"
>
分享商品:
</span>
{{>
common
/
share
}}
</div>
{{!-- 因接口原因,暂存size的title的值 --}}
<div
id=
"size-title-json"
style=
"display: none;"
>
{{
sizeTitleJson
}}
</div>
...
...
apps/product/views/partial/product/coupon-list.hbs
View file @
0fa8540
...
...
@@ -5,7 +5,7 @@
{{#if
@first
}}
<li>
<a
class=
"left
small-pr
e"
>
品牌券:
</a>
<a
class=
"left
titl
e"
>
品牌券:
</a>
</li>
{{/if}}
...
...
apps/product/views/partial/product/detail-header.hbs
View file @
0fa8540
...
...
@@ -143,7 +143,6 @@
<i
class=
"iconfont"
>

</i>
{{#if
isCollect
}}
<em>
已收藏
</em>
{{^}}
<em>
收藏商品
</em>
{{/if}}
</span>
<div
class=
"share-row"
><span
class=
"title pull-left"
>
分享商品:
</span>
{{>
common
/
share
}}
</div>
</div>
...
...
public/scss/product/_detail.css
View file @
0fa8540
...
...
@@ -392,7 +392,7 @@
}
.size-wrapper
{
width
:
415
px
;
width
:
380
px
;
}
.size
{
...
...
@@ -551,7 +551,7 @@
width
:
197px
;
text-align
:
center
;
color
:
#fff
;
background
:
#e92601
;
background
:
$
theme-color
;
font-size
:
14px
;
cursor
:
pointer
;
...
...
Please
register
or
login
to post a comment