 
						商品展示网格布局:

添加要比较的商品界面截图:

三种商品详细信息比较的界面:

HTML结构
该商品比较的HTML结构如下:
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | <!-- Compare basket --><divclass="compare-basket">  <!-- comparison item miniatures come here -->  <buttonclass="action action--button action--compare"><iclass="fa fa-check"></i><spanclass="action__text">Compare</span></button></div><!-- Main view --><divclass="view">  <!-- Blueprint header -->  <headerclass="bp-header cf"><!-- ... --></header>  <!-- Product grid -->  <sectionclass="grid">    <!-- Products -->    <divclass="product">      <divclass="product__info">        <imgclass="product__image"src="images/1.png"alt="Product 1"/>        <h3class="product__title">Chryseia</h3>        <spanclass="product__year extra highlight">2011</span>        <spanclass="product__region extra highlight">Douro</span>        <spanclass="product__varietal extra highlight">Touriga Nacional</span>        <spanclass="product__alcohol extra highlight">13%</span>        <spanclass="product__price highlight">$55.90</span>        <buttonclass="action action--button action--buy">          <iclass="fa fa-shopping-cart"></i>          <spanclass="action__text">Add to cart</span>        </button>      </div>      <labelclass="action action--compare-add">        <inputclass="check-hidden"type="checkbox"/>        <iclass="fa fa-plus"></i>        <iclass="fa fa-check"></i>        <spanclass="action__text action__text--invisible">Add to compare</span>      </label>    </div>    <divclass="product">      <!-- ... -->    </div>    <divclass="product">      <!-- ... -->    </div>    <!-- ... -->    </section></div><!-- /view --><!-- product compare wrapper --><sectionclass="compare">  <!-- comparison items come here -->  <buttonclass="action action--close"><iclass="fa fa-remove"></i><spanclass="action__text action__text--invisible">Close comparison overlay</span></button></section><scriptsrc="js/classie.js"></script><scriptsrc="js/main.js"></script> | 
详细的CSS和js文件请参考下载文件。
特别申明:
			本站所有资源都是由网友投稿发布,或转载各大下载站,请自行检测软件的完整性!
			本站所有资源仅供学习与参考,请勿用于商业用途,否则产生的一切后果将由您自己承担!
			如有侵权请联系我们删除下架,联系方式:lei1294551502@163.com