您现在的位置是:网站首页> 编程资料编程资料
CSS3实现网站商品展示效果图HTML5+CSS3:3D展示商品信息示例
2023-10-18
340人已围观
简介 这篇文章主要介绍了CSS3实现网站商品展示效果图,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面随着小编来一起学习学习吧
本文介绍了CSS3实现网站商品展示效果图,分享给大家,具体如下:
html代码
小米电视4A 43英寸青春版
全高清屏 / 人工智能语音
1499元
1699
CSS3代码
* { margin: 0; padding: 0; } ul, ol { list-style: none; } input, button { outline: none; border: none; } a { text-decoration: none; } .clearfix::before, .clearfix::after { content: ""; height: 0; line-height: 0; display: block; visibility: hidden; } .clearfix::after { clear: both; } body { padding: 100px; background-color: #f5f5f5; } .product li { float: left; width: 234px; height: 246px; padding: 34px 0 20px; z-index: 1; margin-left: 14px; margin-bottom: 14px; background: #fff; -webkit-transition: all .2s linear; transition: all .2s linear; position: relative; } .pro-img { width: 150px; height: 150px; margin: 0 auto 18px; } .pro-img a { width: 100%; height: 100%; } .pro-img img { display: block; width: 100%; height: 100%; } .product li h3 { margin: 0 10px; font-size: 14px; font-weight: 400; text-align: center; } .product li h3 a { color: #333; } .desc { margin: 0 10px 10px; height: 18px; font-size: 12px; text-align: center; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; color: #b0b0b0; } .price { font-size: 14px; margin: 0 10px 10px; text-align: center; color: #ff6700; } .price del { color: #b0b0b0; } .review { position: absolute; bottom: 0; left: 0; z-index: 3; width: 234px; height: 0; overflow: hidden; font-size: 12px; background: #ff6700; opacity: 0; -webkit-transition: all .2s linear; transition: all .2s linear; } .review a { color: #757575; display: block; padding: 8px 30px; outline: 0; } .review a span { display: block; margin-bottom: 5px; color: #fff; } .product li:hover { -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1); box-shadow: 0 15px 30px rgba(0,0,0,0.1); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0); } .product li:hover .review { opacity: 1; height: 76px; }运行效果图:
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
相关内容
- 全民英雄敏捷英雄小黑怎么样_小黑全方位解析_手机游戏_游戏攻略_
- 全民英雄神谕者出装攻略心得_智力英雄神谕者怎么出装_手机游戏_游戏攻略_
- 街机海贼王 女航海士职业详细介绍_手机游戏_游戏攻略_
- 啪啪三国 周瑜卡牌详细介绍_手机游戏_游戏攻略_
- 热血龙珠 B级武器耀光详细介绍_手机游戏_游戏攻略_
- 史上最坑爹的游戏2 第18关 图文攻略_手机游戏_游戏攻略_
- 史上最坑爹的游戏2 第19关 图文攻略_手机游戏_游戏攻略_
- 史上最坑爹的游戏2 第20关 图文攻略_手机游戏_游戏攻略_
- 史上最坑爹的游戏2 第21关 图文攻略_手机游戏_游戏攻略_
- 史上最坑爹的游戏2 第22关 图文攻略_手机游戏_游戏攻略_

