Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
joshine
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
joshine
Commits
84ec839f
Commit
84ec839f
authored
Oct 21, 2022
by
wangdonghong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
空购物车样式调整
parent
948c2871
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
app/code/Magento/Checkout/view/frontend/templates/cart/noItems.phtml
+1
-1
app/design/frontend/Joshine/breeze/web/css/_custom.less
+7
-0
No files found.
app/code/Magento/Checkout/view/frontend/templates/cart/noItems.phtml
View file @
84ec839f
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
?>
?>
<div
class=
"cart-empty"
>
<div
class=
"cart-empty"
>
<?=
$block
->
getChildHtml
(
'checkout_cart_empty_widget'
)
?>
<?=
$block
->
getChildHtml
(
'checkout_cart_empty_widget'
)
?>
<div><img
src=
"
<?=
$block
->
getViewFileUrl
(
'Magento_Checkout::images/empty-cart.svg'
);
?>
"
/></div>
<div
class=
"empty-img"
><img
src=
"
<?=
$block
->
getViewFileUrl
(
'Magento_Checkout::images/empty-cart.svg'
);
?>
"
/></div>
<p>
<?=
$block
->
escapeHtml
(
__
(
'You have no items in your shopping cart.'
))
?>
</p>
<p>
<?=
$block
->
escapeHtml
(
__
(
'You have no items in your shopping cart.'
))
?>
</p>
<p><a
href=
"
<?=
$block
->
escapeUrl
(
$block
->
getContinueShoppingUrl
());
?>
"
>
continue shopping>>
</a>
<p><a
href=
"
<?=
$block
->
escapeUrl
(
$block
->
getContinueShoppingUrl
());
?>
"
>
continue shopping>>
</a>
</p>
</p>
...
...
app/design/frontend/Joshine/breeze/web/css/_custom.less
View file @
84ec839f
...
@@ -2216,6 +2216,13 @@ background-color: #000;
...
@@ -2216,6 +2216,13 @@ background-color: #000;
.cart.table-wrapper .cart.table td{vertical-align: middle;}
.cart.table-wrapper .cart.table td{vertical-align: middle;}
.checkout-cart-index .cart-empty{text-align: center;margin-top: 50px;}
.checkout-cart-index .cart-empty{text-align: center;margin-top: 50px;}
.checkout-cart-index .cart-empty .empty-img{margin-bottom: 20px;}
.checkout-cart-index .cart-empty .empty-img{margin-bottom: 20px;}
.checkout-cart-index .cart-empty .empty-img img{width: 120px;}
.checkout-cart-index .cart-empty a{
background: #ffa800;
color: #ffffff;
padding: 8px 15px;
text-transform: uppercase;
}
span.swatch-attribute-selected-option{
span.swatch-attribute-selected-option{
margin-left: 20px;
margin-left: 20px;
color: blue;
color: blue;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment