Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
cailing
9 years ago
Commit
7f0126243fd661bc77b3fb8e02d92562668a98d6
1 parent
bce89677
再次购买样式修改
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletions
template/www.yohobuy.com/partials/home/order-block.phtml
web-static/sass/home/_order-block.css
template/www.yohobuy.com/partials/home/order-block.phtml
View file @
7f01262
...
...
@@ -113,7 +113,7 @@
<span class="op-item cancel-order">取消订单</span>
{{^}}
{{#if reBuy}}
<span class="
op-item
rebuy">再次购买</span>
<span class="rebuy">再次购买</span>
{{^}}
{{#if confirmReceived}}
<span class="op-item confirm-received">确认收货</span>
...
...
web-static/sass/home/_order-block.css
View file @
7f01262
...
...
@@ -257,6 +257,16 @@
border-radius
:
4px
;
width
:
68px
;
}
.operation
.rebuy
{
display
:
inline-block
;
box-sizing
:
border-box
;
width
:
68px
;
height
:
18px
;
line-height
:
18px
;
border-radius
:
5px
;
text-align
:
center
;
border
:
1px
solid
#000
;
}
}
}
...
...
Please
register
or
login
to post a comment