web299.com
全部
教育
语言/资格考试
法律
互联网
政务民生
Word模板
Excel模板
PPT模板
网页特效
小程序模板
网站模板
首页
教育
语言/资格考试
法律
互联网
政务民生
Word模板
Excel模板
PPT模板
网页特效
小程序模板
网站模板
当前位置:
首页
>
网页特效
>
动画效果
CSS3购物商品卡片设计动画特效
分类:
动画效果
日期:
2024-05-14
点击(0)
评论(0)
演 示
免费下载
简介
在页面中引入下面的bootstrap.min.css和font-awesome.min.css文件。 ```html
``` ##### HTML结构 基本的HTML DOM元素结构如下: ```html
Trend
Men's Blazer
$21.00
Trend
-20%
Women's Button Top
$17.00
$13.60
``` ##### CSS样式 然后通过下面的CSS样式来制作鼠标悬停动画和tooltip效果。 ```html .product-grid{ font-family: 'Roboto', sans-serif; position: relative; } .product-grid .product-image{ overflow: hidden; position: relative; } .product-grid .product-image:before{ content: ""; background: rgba(0,0,0,0.3); width: 100%; height: 100%; opacity: 0; position: absolute; top: 0; left: 0; z-index: 1; transition: all 0.4s ease-out 0s; } .product-grid:hover .product-image:before{ opacity: 1; } .product-grid .product-image a{ display: block; } .product-grid .product-image img{ width: 100%; height: auto; } .product-image .pic-1{ opacity: 1; backface-visibility: hidden; transition: all 0.4s ease-out 0s; } .product-grid:hover .product-image .pic-1{ opacity: 0; } .product-image .pic-2{ width: 100%; height: 100%; opacity: 0; backface-visibility: hidden; transform: scale(3); position: absolute; top: 0; left: 0; transition: all 0.4s ease-out 0s; } .product-grid:hover .product-image .pic-2 { opacity: 1; transform: scale(1); } .product-image .product-trend-label, .product-image .product-discount-label{ content: ""; color: #fff; background-color: #2ecc71; font-size: 12px; line-height: 28px; font-weight: 700; text-align: center; text-transform: uppercase; padding: 0 7px; position: absolute; top: 12px; left: 12px; z-index: 3; } .product-image .product-discount-label{ background-color: #e74c3c;; left: auto; right: 12px; } .product-grid .social { padding: 0; margin: 0; list-style: none; transform: translateY(-50%); position: absolute; top: 50%; left: 10px; z-index: 4; } .product-grid .social li { margin: 0 0 12px; opacity: 0; transform: translateX(-60px); transition: transform .3s ease-out 0s; } .product-grid:hover .social li { opacity: 1; transform: translateX(0); } .product-grid:hover .social li:nth-child(2){ transition-delay: 0.1s; } .product-grid:hover .social li:nth-child(3){ transition-delay: 0.2s; } .product-grid:hover .social li:nth-child(4){ transition-delay: 0.3s; } .product-grid .social li a { color: #fff; font-size: 22px; transition: all 0.3s; } .product-grid .social li a:hover { color: #e74c3c;; } .product-grid .social li a:before, .product-grid .social li a:after{ content: attr(data-tip); color: #000; background: #fff; font-size: 14px; padding: 5px 10px; white-space: nowrap; display: none; transform: translateY(-50%); position: absolute; left: 33px; top: 50%; transition: all 0.3s; } .product-grid .social li a:after{ content: ''; background: linear-gradient(-45deg, #fff 49%, transparent 50%); width: 10px; height: 10px; top: 40%; left: 20px; } .product-grid .social li a:hover:before, .product-grid .social li a:hover:after{ display: block; } .product-grid .product-content{ padding: 12px 0; } .product-grid .title{ font-size: 15px; font-weight: 400; text-transform: capitalize; margin: 0 0 5px; } .product-grid .title a{ color: #959595; } .product-grid .title a:hover{ color: #e74c3c;; } .product-grid .price{ color: #333; font-size: 14px; font-weight: 400; } .product-grid .price span{ color: #333; text-decoration: line-through; margin-right: 3px; } .product-grid .price.discount{ color: #e74c3c;; } @media only screen and (max-width:990px){ .product-grid{ margin-bottom: 30px; } } ```
相关推荐
html5浪漫粒子表白文字特效
SlidesJS幻灯片特效
html5瀑布流相册特效
css3 svg实现的情人节表白鲜花动画特效
t-scroll.js基于ES6的DOM元素,过渡动画库插件
纯js写省市区三级联动效果
广告
广告