jquery横向手风琴效果

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>jquery横向手风琴效果</title>
    <style>
        .solution-item{
            position: relative;
            width:1000px;
            height:420px;
            margin:50px auto;
            overflow: hidden;
            zoom:1;
        }
        .solution-item ul{
            height:400px;
        }
        .solution-item li{
            position: relative;
            overflow: hidden;
            zoom:1;
            float:left;
            width:60px;
            margin-right: 5px;
            height:400px;
        }
        .solution-item .num{
            cursor:pointer;
            position: absolute;
            left:0;
            top:0;
            width:60px;
            height:400px;
            word-wrap: break-word;
            text-align: center;
            color:#8a8a8a;
            background-color:#e5e5e5;
        }
        .num h1{
            font-size: 20px;
            font-weight: 400;
            width:20px;
            line-height: 1.1;
            margin:80px auto 0;
            letter-spacing: 0;
        }
        .num h1 span{
            font-size: 24px;
        }

        .solution-item .current {
            background: #c20000;
        }
        .current h1{
            color:#fff;
        }
        .description{
            position: absolute;
            left:60px;
            top:0;
            width:315px;
            height:400px;
            color:#000;
            background: #eeeeee;
        }
        .description h2{
            margin:40px 0 40px 10px;
            font-size: 24px;
            font-weight: 400;
        }
        .description p{
            margin:0 10px;
            font-size: 14px;
            line-height: 1.7;
        }
        .description{
            display: block;
        }
    </style>
</head>
<body>
<div class="solution-item">
    <ul>
        <li class="first">
            <div class="num current"><h1>平台解决方案</h1></div>
            <div class="description description-current">
                <h2>RISS2平台解决方案</h2>
                <p>
                    本方案将采用集成RISS2平台和定制新功能
                    相结合的方式,实现特色数据库的建设。项目初
                    步考虑分为:资源检索与个人中心、资源建设与
                    管理系统等子系统。两个系统以资源展示的形式
                    提供给最终用户。
                </p>
            </div>
        </li>
        <li class="second">
            <div class="num"><h1>读者行为分析服务平台</h1></div>
            <div class="description">
                <h2>读者行为分析服务平台</h2>
                <p>
                    本方案将采用集成RISS2平台和定制新功能
                    相结合的方式,实现特色数据库的建设。项目初
                    步考虑分为:资源检索与个人中心、资源建设与
                    管理系统等子系统。两个系统以资源展示的形式
                    提供给最终用户。
                </p>
            </div>
        </li>
        <li class="third">
            <div class="num"><h1>论文管理系统解决方案</h1></div>
            <div class="description">
                <h2>论文管理系统解决方案</h2>
                <p>
                    本方案将采用集成RISS2平台和定制新功能
                    相结合的方式,实现特色数据库的建设。项目初
                    步考虑分为:资源检索与个人中心、资源建设与
                    管理系统等子系统。两个系统以资源展示的形式
                    提供给最终用户。
                </p>
            </div>
        </li>
        <li class="fourth">
            <div class="num"><h1>采集系统解决方案</h1></div>
            <div class="description">
                <h2>采集系统解决方案</h2>
                <p>
                    本方案将采用集成RISS2平台和定制新功能
                    相结合的方式,实现特色数据库的建设。项目初
                    步考虑分为:资源检索与个人中心、资源建设与
                    管理系统等子系统。两个系统以资源展示的形式
                    提供给最终用户。
                </p>
            </div>
        </li>
        <li class="fifth">
            <div class="num"><h1>机构知识库解决方案</h1></div>
            <div class="description">
                <h2>机构知识库解决方案</h2>
                <p>
                    本方案将采用集成RISS2平台和定制新功能
                    相结合的方式,实现特色数据库的建设。项目初
                    步考虑分为:资源检索与个人中心、资源建设与
                    管理系统等子系统。两个系统以资源展示的形式
                    提供给最终用户。
                </p>
            </div>
        </li>
        <li class="six">
            <div class="num"><h1>学科服务系统解决方案</h1></div>
            <div class="description">
                <h2>学科服务系统解决方案</h2>
                <p>
                    本方案将采用集成RISS2平台和定制新功能
                    相结合的方式,实现特色数据库的建设。项目初
                    步考虑分为:资源检索与个人中心、资源建设与
                    管理系统等子系统。两个系统以资源展示的形式
                    提供给最终用户。
                </p>
            </div>
        </li>
        <li class="seven">
            <div class="num"><h1>远程访问系统解决方案</h1></div>
            <div class="description">
                <h2>远程访问系统解决方案</h2>
                <p>
                    本方案将采用集成RISS2平台和定制新功能
                    相结合的方式,实现特色数据库的建设。项目初
                    步考虑分为:资源检索与个人中心、资源建设与
                    管理系统等子系统。两个系统以资源展示的形式
                    提供给最终用户。
                </p>
            </div>
        </li>
    </ul>
</div>
<script src="./jquery-1.11.3.min.js"></script>
<script>
    $(".solution-item li").eq(0).css(‘width‘,‘375px‘);
    $(".num").mouseenter(function(){//如果要点击效果,把mouseenter改成click
        $(".solution-item li").stop(true,true);
        $(this).css({"background-color":"#c20000"}).find("h1").css({"color":"#fff"}).find(‘img‘).attr(‘src‘,‘./images/RISS2.png‘);
        $(this).parent().siblings().find(".num").css({"background-color":"#e5e5e5"}).find("h1").css("color","#8a8a8a").find(‘img‘).attr(‘src‘,‘./images/RISS2-1.png‘);
        $(this).parent().animate({width:"375px"},500).siblings(‘li‘).animate({width:‘60px‘},500);
    });
</script>
</body>
</html>

效果如下:

时间: 2024-11-02 15:44:26

jquery横向手风琴效果的相关文章

基于jquery横向手风琴效果

基于jquery横向手风琴效果是一款基于jquery实现的左右滑动手风琴图片轮播切换特效.效果图如下: 在线预览   源码下载 效果图如下: <div class="flash"> <div class="con"> <ul> <li class="current ti1"> <h3>关于我们</h3> <div class="show"> &

用jquery实现手风琴效果

<style type="text/css"> ul li{ list-style: none; width:200px; height:30px; text-align: center; line-height:30px; background-color:deepskyblue; } ul{ display:none; margin:0; padding:0; } h3{ width:200px; height:30px; margin:0; padding:0; te

jQuery横向手风琴图片滑块

jQuery横向手风琴图片滑块是一款非常不错的jQuery特效横向手风琴图片滑块插件,可以自动播放,也可以鼠标滑过时切换.+ 欢迎喜欢的朋友下载研究 源码下载页:http://www.huiyi8.com/sc/8397.html

jQuery实现手风琴效果

<div class="panel"> <div class="panel-header"> jQuery的核心特性 </div> <div class="panel-body"> jQuery的核心特性可以总结为:具有独特的链式语法和短小清晰的多功能接口:具有高效灵活的css选择器,并且可对CSS选择器进行扩展:拥有便捷的插件扩展机制和丰富的插件. </div> <div cla

jquery之手风琴效果

jquery各版本下载地址 <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta name="keywords" content=""> <meta name="description" content=""> <meta

jQuery横向手风琴

在线演示 本地下载 原文地址:https://www.cnblogs.com/qixidi/p/10070838.html

【01】手风琴效果实现

思路:选几张图片.CSS写好样式. 效果过程就是当鼠标覆盖图片时,这张图片的宽度变大.其他兄弟图片宽度变小.效果如下: See the Pen EVLWQN by moyu (@MoYu1991) on CodePen. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&g

jQuery实现手机竖直手风琴效果

效果:http://hovertree.com/texiao/jquery/65/ 效果图: 代码: <!doctype html> <html lang="zh"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta

jQuery插件实例四:手风琴效果[无动画版]

手风琴效果就是内容的折叠与打开,在这个插件中,使用了三种数据来源:1.直接写在DOM结构中:2.将数据写在配置项中:3.从Ajax()中获取数据.在这一版中,各项的切换没有添加动画效果,在下一版中会是有动画效果的. 在这个插件中,CSS和JS的配置非常重要,需要特别注意.另外,加个思考,请先看完后再想这个问题:当点击其中某项时,给width直接添加animate是否合适,当快速在其上移动时,如何保证效果? 效果图预览 插件JS accordionB.js 1 ; 2 (function ($,