Commit c0bfa57f by lmf

优化商品详情信息展示位置

parent fba4ef6f
...@@ -80,8 +80,10 @@ if ($_attributeType && $_attributeType == 'text') { ...@@ -80,8 +80,10 @@ if ($_attributeType && $_attributeType == 'text') {
<strong class="type"><?= $block->escapeHtml($_attributeLabel) ?></strong> <strong class="type"><?= $block->escapeHtml($_attributeLabel) ?></strong>
<?php endif; ?> <?php endif; ?>
<div class="value" <?= /* @noEscape */ $_attributeAddAttribute ?>> <div class="value" <?= /* @noEscape */ $_attributeAddAttribute ?>>
<!--商品描述部分--> <?php if($_attributeAddAttribute != 'itemprop="description"'): ?>
<?php if($_attributeAddAttribute == 'itemprop="description"'): ?> <?= /* @noEscape */ $_attributeValue ?>
<?php endif; ?>
<!--商品详情-->
<div class="joshine-desction"> <div class="joshine-desction">
<div id="accordion" data-mage-init='{ <div id="accordion" data-mage-init='{
"accordion":{ "accordion":{
...@@ -107,13 +109,7 @@ if ($_attributeType && $_attributeType == 'text') { ...@@ -107,13 +109,7 @@ if ($_attributeType && $_attributeType == 'text') {
</div> </div>
</div> </div>
</div> </div>
</div> </div>
<?php else:?>
<?= /* @noEscape */ $_attributeValue ?>
<?php endif; ?>
</div> </div>
</div> </div>
<?php endif; ?> <?php endif; ?>
......
...@@ -1836,8 +1836,10 @@ position: absolute !important; ...@@ -1836,8 +1836,10 @@ position: absolute !important;
.amreview-add-new .amreview-button.action{ .amreview-add-new .amreview-button.action{
background-color: #000; background-color: #000;
} }
.amreview-submit-form .review-form .action.submit.primary{
padding: 0px; //显示评论统计
.amreview-summary-details{
display: block !important;
} }
......
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