Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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-05-17 10:34:07 +0800
Commit
869573435a47055eeff5d46e9f6d6f2729712a36
1 parent
900eab56
修改提示页面样式 fix bug YH-30
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
static/sass/cart/_index.css
static/sass/me/_fav.css
static/sass/me/_order.css
template/m.yohobuy.com/partials/me/order/orders.phtml
static/sass/cart/_index.css
View file @
8695734
...
...
@@ -301,11 +301,12 @@
p
{
display
:
block
;
text-align
:
center
;
font-size
:
1.2em
;
color
:
#505050
;
font-size
:
1.0em
;
color
:
#444444
;
padding
:
.6rem
0
;
}
a
{
width
:
27%
;
height
:
1.2rem
;
overflow
:
hidden
;
...
...
@@ -315,6 +316,8 @@
display
:
block
;
margin
:
0
auto
;
text-align
:
center
;
color
:
#fff
;
background
:
#444
;
}
}
}
...
...
static/sass/me/_fav.css
View file @
8695734
...
...
@@ -75,6 +75,7 @@
color
:
#fff
;
display
:
block
;
font-size
:
26px
;
border-radius
:
.2rem
;
}
.fav-product-list
{
...
...
static/sass/me/_order.css
View file @
8695734
...
...
@@ -83,7 +83,7 @@
span
{
display
:
block
;
color
:
#
b0b0b0
;
color
:
#
444444
;
font-size
:
24px
;
margin
:
30px
0
80px
;
}
...
...
template/m.yohobuy.com/partials/me/order/orders.phtml
View file @
8695734
{
{#if
walkwayUrl
}
}
<div
class=
"no-order"
>
<div
class=
"icon"
></div>
<span>你还没有订单</span>
<span>你还没有订单
!
</span>
<a
class=
"walk-way"
href=
"{{walkwayUrl}}"
>随便逛逛</a>
</div>
{
{^
}
}
...
...
Please
register
or
login
to post a comment