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
52c3c9db
Commit
52c3c9db
authored
Feb 14, 2023
by
lmf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化产品详情页面适配浏览器
parent
70d3644b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
app/design/frontend/Joshine/breeze/Magento_Catalog/templates/product/view/addtocart.phtml
+16
-0
No files found.
app/design/frontend/Joshine/breeze/Magento_Catalog/templates/product/view/addtocart.phtml
View file @
52c3c9db
...
...
@@ -215,6 +215,9 @@
}
}
@media
(
min-width
:
1024px
)
{
.swatch-attribute-options
{
flex-wrap
:
inherit
!important
;
}
.product-reviews-summary
{
width
:
50%
!important
;
margin-top
:
-5.8%
!important
;
...
...
@@ -252,4 +255,16 @@
.area-content
{
padding
:
10px
;
max-width
:
max-content
;
width
:
600px
;}
.mask
{
display
:
none
;
position
:
fixed
;
top
:
0
;
left
:
0
;
z-index
:
100
;
width
:
100%
;
height
:
100%
;
background-color
:
rgba
(
0
,
0
,
0
,
.5
);
}
}
@media
screen
and
(
min-width
:
1024px
)
and
(
max-width
:
1450px
)
{
.product-info-wrapper
.page-title-wrapper
,
.product-info-wrapper
.product-info-main
{
margin-left
:
1%
;
width
:
100%
;
}
.stage
{
min-width
:
700px
!important
;
min-height
:
800px
;
}
}
</style>
\ No newline at end of file
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