vue实现手风琴图片悬浮缩放展示效果代码

代码语言:html

所属分类:悬停

代码描述:vue实现手风琴图片悬浮缩放展示效果代码

代码标签: 图片 悬浮 缩放 展示 效果

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!doctype html>
<html>

<head>
    <meta charset="utf-8">
    <style>
        @charset "utf-8";
    /* CSS Document */
    body{margin: 0;padding: 0;}
    ul{margin: 0;padding: 0; list-style: none;}
    a{text-decoration: none;}
    h3,p{margin: 0;font-weight: normal;}
    .main_box{
    	width: 100%;
    	position: relative;
    }
    .box{
    	width: 1232px;
    	margin: 10px auto;
    	padding: 15px;
    }
    .box_ul_li{
    	width: 202px;
    	height: 300px;
    	box-shadow: 3px 2px 30px rgba(0,0,0,.1);
    	float: left;
    	text-align: center;
    	position: relative;
    	transition: all .6s eas.........完整代码请登录后点击上方下载按钮下载查看

网友评论0