Commit 9a09ea3a by halweg

review list字体调整

parent 5f2ec7ad
......@@ -41,7 +41,6 @@ $imagesBlock = $helper->getReviewImagesBlock(15, $block->getProductId());
</style>
<div class="block review-list joshine-clearfix" id="customer-reviews">
<div class="joshine-review-container joshine-clearfix joshine-hidden-md joshine-hidden-sm joshine-hidden-xs">
<h1 class="joshine-review-title">
<?= __("Customer Reviews") ?>
......@@ -109,13 +108,13 @@ $imagesBlock = $helper->getReviewImagesBlock(15, $block->getProductId());
<?php endforeach; ?>
<?php endif; ?>
</div>
<div class="joshine-review-des">
<div class="joshine-review-des joshine-font-c-darkgray">
<?= $block->escapeHtml($review->getDetail()); ?>
</div>
<div class="joshine-foot-mark rate-fit">
<div class="rate-fit joshine-font-c-darkgray joshine-font-text">
<div class="rate-fit-item">
<?php $fitsValue = $review->getSizeFits(); ?>
<span><strong class="joshine-font-w-bolder"><?= __("Size Fits") ?> :</strong> <?= $helper->translateSizeFits($fitsValue); ?></span>
<span><strong><?= __("Size Fits") ?> :</strong> <?= $helper->translateSizeFits($fitsValue); ?></span>
</div>
</div>
</div>
......@@ -202,7 +201,7 @@ $imagesBlock = $helper->getReviewImagesBlock(15, $block->getProductId());
</div>
</div>
</div>
<div class="row joshine-font-c-darkgray" style="font-size: .8em;">
<div class="row joshine-font-c-darkgray joshine-font-text">
<?= $block->escapeHtml($review->getDetail()); ?>
</div>
......@@ -210,9 +209,9 @@ $imagesBlock = $helper->getReviewImagesBlock(15, $block->getProductId());
<?= /* @noEscape */ $helper->getReviewImagesHtml($review->getId(), $block->getProductId()) ?>
</div>
<div class="row joshine-foot-mark">
<div class="row joshine-font-c-darkgray joshine-font-text">
<?php $fitsValue = $review->getSizeFits(); ?>
<span><strong class="joshine-font-w-bolder"><?= __("Size Fits") ?>:</strong> <?= $helper->translateSizeFits($fitsValue); ?></span>
<span><strong><?= __("Size Fits") ?>:</strong> <?= $helper->translateSizeFits($fitsValue); ?></span>
</div>
</div>
<hr>
......
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