Commit 1b681d3a by halweg

no message

parent 4ca55fa8
......@@ -19,8 +19,6 @@ $count = $block->getReviewsCount();
$t = [ 1 => __('Small') , 2 => __('True to Size') ,3 => __('Large')];
$imagesBlock = $helper->getReviewImagesBlock(15, $block->getProductId());
?>
......@@ -67,9 +65,6 @@ $imagesBlock = $helper->getReviewImagesBlock(15, $block->getProductId());
</div>
</div>
<!-- 筛选框 -->
<?= $helper->getToolBarHtML() ?>
<div class="joshine-review-list joshine-clearfix">
<?php if (count($_items) > 0): ?>
<?php foreach ($_items as $review) : ?>
......
......@@ -379,8 +379,8 @@
}
.fotorama__active .fotorama__dot {
background-color: #ff5501;
border-color: #ff5501
background-color: #000;
border-color: #000;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
......
......@@ -4,7 +4,7 @@
@selection__color: 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-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment