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
2f6ca11c
Commit
2f6ca11c
authored
Feb 08, 2023
by
lmf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化分类列表产品效果
优化所有图片尺寸 优化产品详情样式
parent
44b44ad9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
47 deletions
+13
-47
app/design/frontend/Joshine/breeze/Magento_Catalog/templates/product/list.phtml
+0
-0
app/design/frontend/Joshine/breeze/Magento_Catalog/templates/product/view/gallery.phtml
+4
-1
app/design/frontend/Joshine/breeze/etc/view.xml
+0
-0
app/design/frontend/Joshine/breeze/web/css/_custom.less
+9
-46
No files found.
app/design/frontend/Joshine/breeze/Magento_Catalog/templates/product/list.phtml
View file @
2f6ca11c
This diff is collapsed.
Click to expand it.
app/design/frontend/Joshine/breeze/Magento_Catalog/templates/product/view/gallery.phtml
View file @
2f6ca11c
...
...
@@ -31,6 +31,9 @@ $thumbSizes = $responsiveImageHelper->getSizes('product_page_image_small');
.main-image-wrapper
.mobile-pic
{
display
:
none
!important
;
}
.stage
{
min-width
:
800px
!important
;
}
}
@media
(
max-width
:
1024px
){
.main-image-wrapper
>
img
{
...
...
@@ -197,7 +200,7 @@ $thumbSizes = $responsiveImageHelper->getSizes('product_page_image_small');
.breeze-gallery
{
display
:
flex
;
flex-direction
:
column
;
margin-top
:
-
20
px
;
margin-top
:
-
35
px
;
}
}
@media
(
max-width
:
1024px
){
...
...
app/design/frontend/Joshine/breeze/etc/view.xml
View file @
2f6ca11c
This diff is collapsed.
Click to expand it.
app/design/frontend/Joshine/breeze/web/css/_custom.less
View file @
2f6ca11c
...
...
@@ -65,26 +65,6 @@
font-size: 14px;
}
//.product-info-wrapper .page-title-wrapper span.base{
// text-transform: none;
// font-weight: 400;
// color: #292929;
// padding-bottom: 1px;
// margin-bottom: 0;
// font-family: Outfit-Regular, sans-serif;
// font-size: 20px;
// display: block !important;
//}
//.old-price > span .price-label{
// display: none;
//}
//
//.old-price #old-price-1 > span{
// text-decoration: line-through;
// font-size: large;
//}
.cms-page-view .columns{
box-sizing: border-box;
margin-left: auto !important;
...
...
@@ -1177,8 +1157,6 @@ footer{
.opc-progress-bar-item._active>span:after{
border-color: #ecc09f;
background: #ecc09f;
//content: '\e610';
//font-family: 'luma-icons';
}
.opc-progress-bar-item._complete:hover:before{
background: #d7d7d7;
...
...
@@ -1225,11 +1203,7 @@ footer{
.block.widget.block-viewed-products-grid{
display: none;
}
//@media(max-width: 639.98px){
// .switcher.currency{
// display: none;
// }
//}
.navigation-min-box{
display: flex;
align-items: center;
...
...
@@ -1618,10 +1592,7 @@ footer{
}
}
//.product-items .product-item-photo:hover {
// transform: scale(1.02);
// transition: all 0.5s ease;
//}
.image0.image-switch {
postion: relative;
...
...
@@ -2045,18 +2016,6 @@ background-color: #000;
}
}
//产品评论form表单默认隐藏
//.block.review-add.amreview-submit-form{
// display: none;
//}
//
//.slick-track{
// width: 100% !important;
//}
//.amreview-images.slick-slider .slick-slide{
// width: 100px !important;
//}
.block.review-add.amreview-submit-form{
display: none;
...
...
@@ -2069,7 +2028,7 @@ background-color: #000;
top: 20%;
}
.product-info-wrapper .page-title-wrapper {
margin-left:
10
%;
margin-left:
5
%;
width: 80%;
}
.product-info-wrapper .page-title span.base{
...
...
@@ -2082,7 +2041,7 @@ background-color: #000;
}
.product-info-wrapper .product-info-main {
margin-left:
10
%;
margin-left:
5
%;
width: 80%;
}
...
...
@@ -2462,6 +2421,11 @@ div#shipping-method-buttons-container {
display: none;
}
@media(min-width: 1024px) {
li.item.product.product-item:hover{
border: 1px solid #F0F0F0;
padding: 10px;
box-shadow: 0 10px 5px #888888;
}
.payment-method-content {
width: 55%;
margin-top: -6%;
...
...
@@ -2569,6 +2533,5 @@ strong#block-related-heading,strong#block-upsell-heading{ font-weight: 600; colo
position:fixed;
width: 4%;
z-index: 10;
}
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