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
3364f2ed
Commit
3364f2ed
authored
Sep 21, 2022
by
王东红
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://47.99.244.21:9999/root/joshine
parents
8864de5a
7344f6c0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
2 deletions
+27
-2
app/design/frontend/Joshine/breeze/Magento_Catalog/layout/catalog_product_view.xml
+3
-0
app/design/frontend/Joshine/breeze/Magento_Catalog/templates/product/free_shipping.phtml
+7
-0
app/design/frontend/Joshine/breeze/web/css/_custom.less
+17
-2
No files found.
app/design/frontend/Joshine/breeze/Magento_Catalog/layout/catalog_product_view.xml
View file @
3364f2ed
...
...
@@ -87,6 +87,9 @@
</block>
</block>
</block>
<container
name=
"product.info.warpt"
as=
"product_info_warpt"
label=
"Alert product warpt"
after=
"box.addtocart.extrahint"
>
<block
class=
"Magento\Catalog\Block\Product\View"
name=
"product.info.free_shipping"
template=
"Magento_Catalog::product/free_shipping.phtml"
/>
</container>
<container
name=
"product.info.extrahint"
as=
"extrahint"
label=
"Product View Extra Hint"
>
<container
name=
"product.info.social"
label=
"Product social links container"
htmlTag=
"div"
htmlClass=
"product-social-links"
>
<block
class=
"Magento\Catalog\Block\Product\View"
name=
"product.info.addto"
as=
"addto"
template=
"Magento_Catalog::product/view/addto.phtml"
>
...
...
app/design/frontend/Joshine/breeze/Magento_Catalog/templates/product/free_shipping.phtml
0 → 100644
View file @
3364f2ed
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
?>
app/design/frontend/Joshine/breeze/web/css/_custom.less
View file @
3364f2ed
...
...
@@ -1304,15 +1304,30 @@ margin-top: 0px;
}
@media (max-width: 780px){
.copyright{
display: flex;
flex-direction: column;
align-items: center;
}
.copyright > .copyright_left{
color:#b2b2b2;
}
footer{
padding-top: 1
4
0px;
padding-top: 1
2
0px;
margin-top: -120px;
background-color: #f6f6f6;
margin-bottom: env(safe-area-inset-bottom);
}
.copyright a{
font-weight: 100;
font-size: revert;
}
.copyright img {
display: block;
margin: 0 auto;
}
}
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