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
f9e53aae
Commit
f9e53aae
authored
Sep 19, 2022
by
王东红
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://47.99.244.21:9999/root/joshine
parents
ce7c82a7
1c2d0eca
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
34 additions
and
11 deletions
+34
-11
app/design/frontend/Joshine/breeze/Magento_Catalog/templates/product/widget/new/content/home_news_product.phtml
+12
-2
app/design/frontend/Joshine/breeze/Magento_Newsletter/templates/subscribe.phtml
+1
-1
app/design/frontend/Joshine/breeze/web/css/_custom.less
+21
-8
No files found.
app/design/frontend/Joshine/breeze/Magento_Catalog/templates/product/widget/new/content/home_news_product.phtml
View file @
f9e53aae
...
...
@@ -71,7 +71,7 @@ if ($exist = ($block->getProductCollection() && $block->getProductCollection()->
data-mage-init='{"
redirectUrl
":{"
url
":"
<?=
$block
->
escapeUrl
(
$block
->
getAddToCartUrl
(
$_item
))
?>
"}}'
type="button"
title="
<?=
$block
->
escapeHtmlAttr
(
__
(
'Add to Cart'
))
?>
">
<span>
<?=
$block
->
escapeHtml
(
__
(
'Add'
))
?>
</span>
<span>
<?=
$block
->
escapeHtml
(
__
(
'Add
Cart
'
))
?>
</span>
</button>
<?php
else
:?>
<?
php
...
...
@@ -85,7 +85,7 @@ if ($exist = ($block->getProductCollection() && $block->getProductCollection()->
data-post=
'
<?=
/* @noEscape */
$postData
?>
'
type=
"button"
title=
"
<?=
$block
->
escapeHtmlAttr
(
__
(
'Add to Cart'
))
?>
"
>
<span>
<?=
$block
->
escapeHtml
(
__
(
'Add'
))
?>
</span>
<span>
<?=
$block
->
escapeHtml
(
__
(
'Add
Cart
'
))
?>
</span>
</button>
<?php
endif
;
?>
<?php
else
:?>
...
...
@@ -143,6 +143,9 @@ if ($exist = ($block->getProductCollection() && $block->getProductCollection()->
text-align
:
center
;
font-size
:
x-large
;
}
.actions-secondary
a
{
color
:
#000
;
}
.product-item-name
.product-item-link
{
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
...
...
@@ -204,6 +207,13 @@ ol.product-items.widget-new-grid{
.grid
{
display
:
list-item
!important
;
}
ol
.product-items.widget-new-grid
{
margin-top
:
1px
;
}
.block-title
{
margin-top
:
-30px
;
}
}
</style>
app/design/frontend/Joshine/breeze/Magento_Newsletter/templates/subscribe.phtml
View file @
f9e53aae
...
...
@@ -135,7 +135,7 @@
}
.block.newsletter
{
height
:
200px
;
margin-top
:
5
0px
;
margin-top
:
0px
;
}
.newsletter-list.sub
{
width
:
105%
;
...
...
app/design/frontend/Joshine/breeze/web/css/_custom.less
View file @
f9e53aae
...
...
@@ -616,6 +616,7 @@ ul {
@media (min-width: 768px){
.box-pc{
display: block;
margin-top: -6px;
}
.box-moblie{
display: none;
...
...
@@ -628,8 +629,8 @@ ul {
.box-moblie{
display: block;
width: 100%;
margin-top: 2
4
px;
margin-left:
-10
px;
margin-top: 2
3
px;
margin-left:
5
px;
}
.categories_tab {
height: 330px;
...
...
@@ -678,13 +679,13 @@ p.shopbycate-title {
}
p.shopbycate-title{
font-size:20px;
margin-top:
5
0px;
margin-top:
2
0px;
}
.shopcatewpt {
width: 130%;
margin: 0 auto;
margin-top: -
3
0px;
margin-left: -
33
px;
margin-top: -
2
0px;
margin-left: -
40
px;
}
.shop-by-cata img {
height: 54px;
...
...
@@ -704,6 +705,14 @@ p.shopbycate-title {
padding-bottom: 20px;
width: 50%;
}
.view-more-flashsale {
padding: 20px;
}
p.flashsale-title {
padding: 20px;
}
}
.cms-index-index >.page-main , main#maincontent {
...
...
@@ -904,6 +913,7 @@ p.flashsale-title {
}
.categories_tab {
height: 400px;
margin-top: 140px;
}
.page-bottom {
margin-top: 10px;
...
...
@@ -913,14 +923,17 @@ p.flashsale-title {
}
}
.footer-middle{
margin-top: 60px;
@media(min-width:789px){
.footer-middle{
margin-top: 60px;
}
}
footer{
margin-top: -10px;
}
.page-bottom {
margin-top:
5
0px;
margin-top:
1
0px;
}
.navigation-wrapper{
...
...
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