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
2e6888fd
Commit
2e6888fd
authored
Oct 10, 2022
by
lmf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复手机版产品详情属性边距
parent
43af0c51
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
4 deletions
+12
-4
app/design/frontend/Joshine/breeze/web/css/_custom.less
+12
-4
No files found.
app/design/frontend/Joshine/breeze/web/css/_custom.less
View file @
2e6888fd
...
@@ -1654,11 +1654,8 @@ button.action.submit.primary {
...
@@ -1654,11 +1654,8 @@ button.action.submit.primary {
.product-info-wrapper .page-title-wrapper{
.product-info-wrapper .page-title-wrapper{
margin-top: -20px;
margin-top: -20px;
margin-left: 30px;
}
.product-info-wrapper .product-info-main{
margin-left: 30px;
}
}
.swatch-option-tooltip{
.swatch-option-tooltip{
display: none;
display: none;
}
}
...
@@ -1666,6 +1663,7 @@ button.action.submit.primary {
...
@@ -1666,6 +1663,7 @@ button.action.submit.primary {
.product-info-wrapper .page-title-wrapper h1{
.product-info-wrapper .page-title-wrapper h1{
margin-left: 10px;
margin-left: 10px;
margin-top:10px;
margin-top:10px;
line-height: 1.2;
}
}
.product.info.detailed,.block.related{
.product.info.detailed,.block.related{
...
@@ -1691,6 +1689,16 @@ button.action.submit.primary {
...
@@ -1691,6 +1689,16 @@ button.action.submit.primary {
z-index: 11;
z-index: 11;
}
}
}
}
//详情页修改
@media (min-width: 768px){
.product-info-wrapper .page-title-wrapper{
margin-top: -20px;
margin-left: 30px;
}
.product-info-wrapper .product-info-main{
margin-left: 30px;
}
}
.swatch-option.color, .swatch-option.text, .swatch-option.image{
.swatch-option.color, .swatch-option.text, .swatch-option.image{
width: 40px !important;
width: 40px !important;
height: 40px !important;
height: 40px !important;
...
...
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