×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Text
Posted by: Влад Якуб
Added: Oct 3, 2019 8:22 AM
Modified: Jul 15, 2020 12:08 PM
Views: 4070
Tags: no tags
  1. 1       => img('100/1.jpg'). '<div class=label-wrap><span class="none">Бархатные ручки Питательный</span> <div class=label> 80 мл.<br> <span style="font-size: 1.1em">64 руб.</span></div></div>',
  2.  
  3. $shelfPrices = '
  4.     pr-question-main img { height: 380px }
  5.     .pr-cell-head, .pr-cell-foot { min-width: 0 }
  6.     pr-row-title {text-align: center}
  7.     .brand, .title { display: none }
  8.    
  9.     .label { background: yellow; font-weight: bold; display: inline-block; margin: 5px; padding: 3px; }
  10.     .label-wrap { background: #555; text-align: center; margin: 0 -9px -9px; min-height: 30px; line-height: 1.2 }
  11.     .pr-rows-group {
  12.         margin-right: 0;
  13.         margin-left: 0;
  14.     }    
  15.    
  16.     @media screen and (max-device-width: 650px) {
  17.         .pr-rows-group {
  18.             width: auto;
  19.         }
  20.     }
  21. ';