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
a990aee1
Commit
a990aee1
authored
Mar 27, 2023
by
dhn
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'developer' of
http://47.99.244.21:9999/root/joshine
into Branch_developer
parents
7b3da68b
fa68faa5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
49 additions
and
15 deletions
+49
-15
app/design/frontend/Joshine/breeze/web/css/_custom.less
+48
-14
lib/web/fotorama/fotorama.js
+1
-1
No files found.
app/design/frontend/Joshine/breeze/web/css/_custom.less
View file @
a990aee1
// DO NOT EDIT THIS FILE - IT SHOULD REMAIN EMPTY
// DO NOT EDIT THIS FILE - IT SHOULD REMAIN EMPTY
.product.media .gallery-placeholder .fotorama__stage{ left: 0 !important; }
.product.media .gallery-placeholder .fotorama__stage{ left: 0 !important;
margin-left: 20px
}
.product.media .gallery-placeholder .fotorama__nav--thumbs{float: right;}
.breeze-gallery .thumbnails .item img{
...
...
@@ -3099,36 +3099,70 @@ strong#block-related-heading,strong#block-upsell-heading{ font-weight: 600; colo
top: 40%;
}
.sparsh-mfp-wrap .fotorama__arr--prev{
left:
95
px;
left:
80
px;
}
.sparsh-mfp-wrap .fotorama__arr--next{
right:
2
px!important;
right:
0
px!important;
}
.sparsh-mfp-wrap .fotorama__arr .fotorama__arr__arr{
top: 42%!important;
}
.fotorama__nav{
max-height:1000px;
}
@media (min-width: 1024px) {
.gallery-placeholder .fotorama__stage__shaft {
height: 1000px !important;
width: 800px !important;
max-width:none!important;
}
.product,.media
.fotorama__stage{
.gallery-placeholder
.fotorama__stage{
max-height: 1000px;
max-width: 800px;
max-width: 880px;
width: 880px!important;
height: 1000px!important;
}
#sparsh-mfp-quickview .fotorama__stage__shaft{
height: 645px !important;
width: 516px !important;
}
.gallery-placeholder .fotorama__nav {
max-height: 1000px!important;
height: 1000px!important;
}
}
.fotorama__arr, .fotorama__thumb__arr{
background-color: rgba(255,255,255,0.8);
}
.fotorama__thumb-border{
border-color:
#0a0a0a
;
border-color:
rgba(0,0,0,0.3)
;
}
#sparsh-mfp-quickview .fotorama__nav{
max-height:645px;
#sparsh-mfp-quickview .fotorama__nav {
max-height: 645px!important;
height: 645px!important;
}
#sparsh-mfp-quickview .fotorama__stage{
max-height: 700px;
max-width: 560px;
#sparsh-mfp-quickview .fotorama__stage {
max-height: 645px;
max-width: 600px;
}
.fotorama__nav-wrap{
background-color: white;
}
@media (max-width: 769px){
#sparsh-mfp-quickview .fotorama__nav {
max-height: auto !important;
height: auto !important;
}
}
/*导入Joshine工具类*/
...
...
lib/web/fotorama/fotorama.js
View file @
a990aee1
...
...
@@ -2231,7 +2231,7 @@ fotoramaVersion = '4.6.4';
var
isVerticalDir
=
(
opts
.
navdir
===
'vertical'
);
var
param
=
isVerticalDir
?
$navShaft
.
height
()
:
$navShaft
.
width
();
var
mainParam
=
isVerticalDir
?
measures
.
h
:
measures
.
nw
;
navShaftTouchTail
.
min
=
Math
.
min
(
0
,
mainParam
-
param
);
navShaftTouchTail
.
min
=
Math
.
min
(
0
,
$
(
'.fotorama__nav-wrap'
).
height
()
-
param
);
navShaftTouchTail
.
max
=
0
;
navShaftTouchTail
.
direction
=
opts
.
navdir
;
$navShaft
.
toggleClass
(
grabClass
,
!
(
navShaftTouchTail
.
noMove
=
navShaftTouchTail
.
min
===
navShaftTouchTail
.
max
));
...
...
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