• 四个div块点击某个突出显示


    css:.pollTitle {
        margin-top: -1%;
        margin-bottom: 0.3%;
        margin-left: -1.3%;
        margin-right:2%;
        100%;
    }

        .pollTitle a {
            text-decoration: none;
            color: #000;
            
            height: 40px;
            line-height: 40px;
            font-size: 17px;
            font-family: 微软雅黑;
        }

    .tilte_con {
        129px;
        height: 40px;
        border: 1px solid #808080;
        text-align: center;
        float: left;
    }

    div:

     <div class="pollTitle">
                    <div class="tilte_con" id="" onclick="stateCssCorlor(this)">
                        <a href="#">全部</a>
                    </div>
                    <div class="tilte_con" id="" onclick="stateCssCorlor(this)">
                        <a href="#">待发货</a>
                    </div>
                    <div class="tilte_con" id="" onclick="stateCssCorlor(this)">
                        <a href="#">已发货</a>
                    </div>
                    <div class="tilte_con" id="" onclick="stateCssCorlor(this)">
                        <a href="#">已完成</a>
                    </div>
                    <div class="tilte_con" id="" onclick="stateCssCorlor(this)">
                        <a href="#">已取消</a>
                    </div>
                    <div class="tilte_con" id="" onclick="stateCssCorlor(this)">
                        <a href="#">已付款</a>
                    </div>
                    <div class="tilte_con" id="" onclick="stateCssCorlor(this)">
                        <a href="#">退货处理</a>
                    </div>
                </div>

    jquery:
        $('.tilte_con').css({ "border-top": "1px solid #808080", "font-size": "17px", "font-weight": "400" });
        $(objThis).css({ "border-top": "2px solid #ff6a00", "font-size": "18px", "font-family": "微软雅黑", "font-weight": "bold" });

  • 相关阅读:
    关于cnblogs 的KJC模板个性化定制
    2004手机游戏年终点评
    原创作品:手机泡泡堂 1.0 下载
    KillZone2杀戮地带2 超清晰展示
    常用编码工具类,支持base64,md5,des,crc32
    缩小数据库日志的工具源码
    制作了一个WMI 查询分析工具
    常用排序工具类:标准【正序、倒序】排序算法‘冒泡排序,选择排序,快速排序’
    用C#设计一个驱动备份的程序代码
    今天家里停电……
  • 原文地址:https://www.cnblogs.com/wangtiantian/p/5032523.html
Copyright © 2020-2023  润新知