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
9e1fc9f9
Commit
9e1fc9f9
authored
Oct 27, 2022
by
wdh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化币种手机端展示
parent
33648621
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
app/design/frontend/Joshine/breeze/Magento_Theme/layout/default.xml
+1
-0
app/design/frontend/Joshine/breeze/web/css/_custom.less
+17
-0
No files found.
app/design/frontend/Joshine/breeze/Magento_Theme/layout/default.xml
View file @
9e1fc9f9
...
...
@@ -40,6 +40,7 @@
<move
element=
"top.links"
destination=
"header.account"
/>
<move
element=
"wishlist_sidebar"
destination=
"header.wishlist"
/>
<move
element=
"header.search.bar"
destination=
"header-wrapper"
before=
"header.account"
/>
<move
element=
"store.settings.currency"
destination=
"navigation.wrapper"
after=
"navigation.sections"
/>
<referenceContainer
name=
"header-wrapper"
>
<block
class=
"Magento\Framework\View\Element\Text"
name=
"header.search.bar"
>
<arguments>
...
...
app/design/frontend/Joshine/breeze/web/css/_custom.less
View file @
9e1fc9f9
...
...
@@ -91,6 +91,7 @@
margin-right: auto !important;
max-width: 1280px;
}
.header-top.header-fixed .panel.header .switcher.currency{display: none !important;}
@media (max-width: 1024px){
.box-tocart .fieldset .actions
{
...
...
@@ -133,6 +134,9 @@
.header.content{
gap: 3px;
}
.switcher.currency{
right: 112px !important;
}
.header.content > a{
margin-left: 15%;
}
...
...
@@ -1030,6 +1034,19 @@ footer{
.navigation :where(li[class*=level])>a:hover{
background: none !important;
}
.switcher.currency{
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
margin-top: 10px;
border-bottom: 1px solid #efefef;
padding-bottom: 5px;
}
.switcher.currency .label.switcher-label{color: #999999;position: unset;width: unset;height: unset;}
.switcher.currency .actions.dropdown{width: 80px;}
.switcher.currency .dropdown.switcher-dropdown{width: 160px;}
}
.header.content{
max-width: none;
...
...
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