zoukankan      html  css  js  c++  java
  • Tabs

    <div  class="J_TWidget tab" data-widget-type="Tabs"style="宽度px; height:高度px; overflow:hidden;" data-widget-config="{'effect': 'fade','autoplay': true, 'circular': true ,'activeTriggerCls':'selected'}">
        <ul class="ks-switchable-nav" style="750px; height:40px; overflow:hidden;">
            <li class="ks-active" style="list-style:none; float:left; 140px; height:40px;line-height:40px;text-align:center;margin-right:2px; cursor:pointer;">标题 A</li>
            <li style="list-style:none; float:left; 140px; height:40px;line-height:40px;text-align:center;margin-right:3px; cursor:pointer;">标题 B</li>
            <li style="list-style:none; float:left; 140px; height:40px;line-height:40px;text-align:center;margin-right:2px; cursor:pointer;">标题 C</li>
            <li style="list-style:none; float:left; 140px; height:40px;line-height:40px;text-align:center;margin-right:3px; cursor:pointer;">标题 D</li>
            <li style="list-style:none; float:left; 140px; height:40px;line-height:40px;text-align:center;cursor:pointer;">标题 E</li>
        </ul>
        <div class="ks-switchable-content" style="position:relative; 710px; height:450px;overflow:hidden;">
            <div><img src="https://img.alicdn.com/imgextra/i1/799193263/TB2xNhIpVXXXXabXpXXXXXXXXXX_!!799193263.jpg" alt=""></div>
            <div style="display: none"><img src="https://img.alicdn.com/imgextra/i3/799193263/TB21eDfppXXXXXQXpXXXXXXXXXX_!!799193263.jpg" alt=""></div>
            <div style="display: none"><img src="https://img.alicdn.com/imgextra/i3/799193263/TB2W312ppXXXXaBXXXXXXXXXXXX_!!799193263.jpg" alt=""></div>
            <div style="display: none"><img src="https://img.alicdn.com/imgextra/i2/799193263/TB2So1boFXXXXX9XFXXXXXXXXXX_!!799193263.jpg" alt=""></div>
            <div style="display: none"><img src="https://img.alicdn.com/imgextra/i3/799193263/TB2JW4tnFXXXXX4XpXXXXXXXXXX_!!799193263.jpg" alt=""></div>
        </div>
    </div>
  • 相关阅读:
    c++ 动态判断基类指针指向的子类类型(typeid)
    qt在GUI显示时,将调试信息输出到控制台的设置
    Qt库版查询
    Qt动态库静态库的创建、使用、多级库依赖、动态库改成静态库等详细说明
    ICMP timestamp 请求响应漏洞
    linux 防火墙 ufw使用
    MySQL--binlog和relay log的生成和删除
    SSD 相关基础知识
    python36--将数据保存为excel
    MySQL 5.7并发复制和mysqldump相互阻塞引起的复制延迟
  • 原文地址:https://www.cnblogs.com/beata/p/5717495.html
Copyright © 2011-2022 走看看