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
712357ab
Commit
712357ab
authored
Oct 18, 2022
by
lmf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化尺码弹框样式
parent
0e8f6cc3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/design/frontend/Joshine/breeze/Magento_Catalog/templates/product/view/addtocart.phtml
+1
-1
app/design/frontend/Joshine/breeze/Magento_Swatches/web/js/swatch-renderer.js
+1
-1
No files found.
app/design/frontend/Joshine/breeze/Magento_Catalog/templates/product/view/addtocart.phtml
View file @
712357ab
...
@@ -203,7 +203,7 @@
...
@@ -203,7 +203,7 @@
.express-area-box
article
{
overflow-y
:
scroll
;
}
.express-area-box
article
{
overflow-y
:
scroll
;
}
.area-list
li
{
padding
:
0
15px
;
border-bottom
:
1px
solid
#e2e2e2
;
text-align
:
justify
;
line-height
:
44px
}
.area-list
li
{
padding
:
0
15px
;
border-bottom
:
1px
solid
#e2e2e2
;
text-align
:
justify
;
line-height
:
44px
}
.express-area-box
{
position
:
fixed
;
left
:
inherit
;
width
:
inherit
;
height
:
100%
;
right
:
-100%
;
top
:
0
;
margin-left
:
0
;
box-shadow
:
0
0
20px
rgba
(
0
,
0
,
0
,
1
);
}
.express-area-box
{
position
:
fixed
;
left
:
inherit
;
width
:
inherit
;
height
:
100%
;
right
:
-100%
;
top
:
0
;
margin-left
:
0
;
box-shadow
:
0
0
20px
rgba
(
0
,
0
,
0
,
1
);
}
.area-content
{
padding
:
10px
;}
.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
);
}
.mask
{
display
:
none
;
position
:
fixed
;
top
:
0
;
left
:
0
;
z-index
:
100
;
width
:
100%
;
height
:
100%
;
background-color
:
rgba
(
0
,
0
,
0
,
.5
);
}
}
}
</style>
</style>
...
...
app/design/frontend/Joshine/breeze/Magento_Swatches/web/js/swatch-renderer.js
View file @
712357ab
...
@@ -425,7 +425,7 @@ define([
...
@@ -425,7 +425,7 @@ define([
if
(
$widget
.
options
.
enableControlLabel
)
{
if
(
$widget
.
options
.
enableControlLabel
)
{
var
tem_size
=
''
;
var
tem_size
=
''
;
if
(
item
.
label
==
"S
ize"
){
if
(
item
.
label
.
toLowerCase
()
==
"s
ize"
){
tem_size
=
"<div id=
\"
product-intro__freeshipping-more-3
\"
>"
+
tem_size
=
"<div id=
\"
product-intro__freeshipping-more-3
\"
>"
+
"<a href=
\"
javascript:void(0);
\"
>Size Guide</a></div>"
;
"<a href=
\"
javascript:void(0);
\"
>Size Guide</a></div>"
;
}
}
...
...
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