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
周少峰
2017-03-07 15:58:26 +0800
Commit
414360793a81b4e3c4a449085555e3261374c035
1 parent
b96d48ee
add tips
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
mix/mix/cart/cart-list.hbs
public/scss/cart/_cart-togetherGoods.css
public/scss/cart/_cart.css
mix/mix/cart/cart-list.hbs
View file @
4143607
...
...
@@ -74,7 +74,7 @@
{{#
ordinaryCart
}}
<div
data-role=
"ordinary"
>
<!-- 预售商品 -->
<div
class=
"
ordinary
-sell"
>
<div
class=
"
pre
-sell"
>
<code>
普通商品
</code>
{{
tips
}}
</div>
...
...
public/scss/cart/_cart-togetherGoods.css
View file @
4143607
...
...
@@ -664,7 +664,7 @@
background-color
:
#000
;
color
:
#fff
;
}
.
ordinary-sell
,
.
pre-sell-tip
{
.pre-sell-tip
{
font-size
:
14px
;
line-height
:
14px
;
color
:
#444
;
...
...
public/scss/cart/_cart.css
View file @
4143607
...
...
@@ -257,7 +257,7 @@
}
}
.
ordinary-sell
,
.
pre-sell
{
.pre-sell
{
background
:
#fff
;
color
:
#818181
;
font-size
:
14px
;
...
...
Please
register
or
login
to post a comment