Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div class="rm-local-store-info" style="margin-bottom: 15px; margin-top: 15px; border-top: 1px solid #eee; padding-top: 15px;"> {# Глобальный line-height убран, чтобы не влиять на другие элементы, если не нужно #}
- {# Магазин и Адрес #}
- <div class="rm-product-center-info-item" style="margin-bottom: 8px;">
- <span class="rm-product-center-info-item-title" style="font-weight: bold; display: block; margin-bottom: 5px;">
- <i class="fa fa-map-marker" aria-hidden="true" style="color: #555; margin-right: 7px;"></i>Наявність в магазині:
- </span>
- {# Адрес с отступом и увеличенным интервалом между строками #}
- <div style="padding-left: 22px; line-height: 1.4;"> {# Добавлена высота строки для блока адреса #}
- <span style="display: block; font-weight: bold; margin-bottom: 4px;">Ірпінь Будзона</span> {# Увеличен margin-bottom #}
- <span style="display: block; font-size: 0.9em; color: #555; margin-bottom: 4px;">вул Західна 40/41</span> {# Увеличен margin-bottom #}
- <span style="display: block; font-size: 0.9em; color: #555;">м. Ірпінь Київська область 08200</span> {# У последней строки нет margin-bottom #}
- </div>
- </div>
- {# Статус Наличия #}
- <div class="rm-product-center-info-item" style="margin-bottom: 8px;">
- <span class="rm-product-center-info-item-title" style="font-weight: bold;">Статус:</span>
- <div class="rm-module-stock {% if out_of_stock %} rm-out-of-stock{% else %} rm-in-stock {% endif %}" style="display: inline-block; margin-left: 5px; font-weight: bold;">
- {% if out_of_stock %}
- <i class="fa fa-times-circle" aria-hidden="true" style="margin-right: 5px;"></i>Немає в наявності
- {% else %}
- {% if stock and stock != '' %}
- <i class="fa fa-check-circle" aria-hidden="true" style="margin-right: 5px;"></i>В наявності
- {% else %}
- <span style="color: orange; font-weight: bold;">Уточнюйте</span>
- {% endif %}
- {% endif %}
- </div>
- </div>
- {# Цена в магазине #}
- <div class="rm-product-center-info-item">
- <span class="rm-product-center-info-item-title" style="font-weight: bold;">Ціна в магазині:</span>
- <span style="font-size: 1.1em; font-weight: bold; margin-left: 5px;">
- {% if not special %}
- {{ price }}
- {% else %}
- {{ special }} <span style="text-decoration: line-through; font-size: 0.9em; color: #888; margin-left: 5px; font-weight: normal;">{{ price }}</span>
- {% endif %}
- </span>
- </div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement