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
1b681d3a
Commit
1b681d3a
authored
Apr 28, 2023
by
halweg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
4ca55fa8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
8 deletions
+3
-8
app/code/Joshine/Review/view/frontend/templates/product/view/list.phtml
+0
-5
app/design/frontend/Joshine/breeze/Magento_Catalog/web/css/gallery.css
+2
-2
vendor/swissup/theme-frontend-breeze-blank/web/css/abstracts/variables/_base.less
+1
-1
No files found.
app/code/Joshine/Review/view/frontend/templates/product/view/list.phtml
View file @
1b681d3a
...
@@ -19,8 +19,6 @@ $count = $block->getReviewsCount();
...
@@ -19,8 +19,6 @@ $count = $block->getReviewsCount();
$t
=
[
1
=>
__
(
'Small'
)
,
2
=>
__
(
'True to Size'
)
,
3
=>
__
(
'Large'
)];
$t
=
[
1
=>
__
(
'Small'
)
,
2
=>
__
(
'True to Size'
)
,
3
=>
__
(
'Large'
)];
$imagesBlock
=
$helper
->
getReviewImagesBlock
(
15
,
$block
->
getProductId
());
$imagesBlock
=
$helper
->
getReviewImagesBlock
(
15
,
$block
->
getProductId
());
?>
?>
...
@@ -67,9 +65,6 @@ $imagesBlock = $helper->getReviewImagesBlock(15, $block->getProductId());
...
@@ -67,9 +65,6 @@ $imagesBlock = $helper->getReviewImagesBlock(15, $block->getProductId());
</div>
</div>
</div>
</div>
<!-- 筛选框 -->
<?=
$helper
->
getToolBarHtML
()
?>
<div
class=
"joshine-review-list joshine-clearfix"
>
<div
class=
"joshine-review-list joshine-clearfix"
>
<?php
if
(
count
(
$_items
)
>
0
)
:
?>
<?php
if
(
count
(
$_items
)
>
0
)
:
?>
<?php
foreach
(
$_items
as
$review
)
:
?>
<?php
foreach
(
$_items
as
$review
)
:
?>
...
...
app/design/frontend/Joshine/breeze/Magento_Catalog/web/css/gallery.css
View file @
1b681d3a
...
@@ -379,8 +379,8 @@
...
@@ -379,8 +379,8 @@
}
}
.fotorama__active
.fotorama__dot
{
.fotorama__active
.fotorama__dot
{
background-color
:
#
ff5501
;
background-color
:
#
000
;
border-color
:
#
ff5501
border-color
:
#
000
;
}
}
.fotorama__nav__frame.fotorama__active
.fotorama__nav__frame
{
.fotorama__nav__frame.fotorama__active
.fotorama__nav__frame
{
...
...
vendor/swissup/theme-frontend-breeze-blank/web/css/abstracts/variables/_base.less
View file @
1b681d3a
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
@selection__color: false;
@selection__color: false;
@selection__background: false;
@selection__background: false;
@font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
@font-sans:
Outfit-Regular, sans-serif,
ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
@font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
@font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
@font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
@font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
...
...
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