• 抽屉新热榜之css


            *{
                margin: 0;
                padding: 0;
                /*background-color: whitesmoke;*/
            }
            .bottom{
                height: 44px;
                background-color: #2459a2;
                /*line-height: 44px;*/
                /*text-align: center;*/
            }
            .centor{
                /*background-color: #00A000;*/
                /*background-color: #2459a2;*/
                background-color: #2459a2;
                height: 44px;
                 60%;
                margin: auto;
            }
            .drawer,.classification{
                background-color: #2459a2;
                height: 44px;
                float: left;
                line-height: 44px;
                color: white;
            }
            .classification,.login{
                font-size: 12px;
                font-style: normal;
                font-family: Tahoma, Verdana, Arial, Helvetica, 宋体, sans-serif;
            }
            .solr,.login{
                background-color: #2459a2;
                height: 44px;
                float: right;
                line-height: 44px;
                color: white;
            }
            .search-txt-s{
                height: 30px;
                 100px;
            }
            .bottom .centor .drawer,.classification{
                padding: 0 10px;
            }
            .bottom .centor .login,.solr{
                padding: 0 15px;
            }
            .bottom .centor .classification a.item:hover,.login:hover a.item:hover{
                background-color: #1BA2D4;
                line-height: 44px;
            }
            /*.bottom .centor .solr .solr_one{*/
    
            /*}*/
            .bottom .centor .solr .solr_bg{
                float: right;
                 33px;
                height: 33px;
                background-color: white;
                margin-top: 8px;
            }
            /*.bottom .centor .solr .solr_sm{*/
                /*float: right;*/
                /* 33px;*/
                /*height: 33px;*/
                /*background-color: white;*/
                /*margin-top: 8px;*/
            /*}*/
            .solr_one{
                height: 25px;
                 25px;
                float: right;
                background-color: white;
                background: url("http://dig.chouti.com/images/icon.png") no-repeat 0 -188px;
                /*background-size: 10px 10px;*/
            }
            .last{
                background-color: lightyellow;
                height:1500px;
                 100%;
            }
            .last .menu{
                 60%;
                margin: auto;
            }
            .link{
                margin: auto;
            }
             .bottom .last .menu .last_first{
                color: #369;
                margin-left: 10px;
                margin-right: 10px;
                 font-size: 12px;
                 /*margin: auto;*/
                 /*text-align: center;*/
    
            }
            /*.bottom .centor .last_first{*/
                /*color: #369;*/
                /*margin-left: 10px;*/
                /*margin-right: 10px;*/
            /*}*/
            /*.last .menu .link{*/
                /*margin: auto;*/
            /*}*/
            /*.action-menu-right{*/
                /*font-size: 12px;*/
                /*font-style: normal;*/
                /*font-family: Tahoma, Verdana, Arial, Helvetica, 宋体, sans-serif;*/
                /*height: 44px;*/
                /*!*background-color: yellow;*!*/
                /*background-color: #2459a2;*/
                /*float: right;*/
                /*line-height: 44px;*/
                /*color: white;*/
                /*font-size: 12px;*/
                /*!*padding: 10px;*!*/
                /*!*margin: 10px;*!*/
            /*}*/
            /*.action-menu-lift{*/
                /*font-size: 12px;*/
                /*font-style: normal;*/
                /*font-family: Tahoma, Verdana, Arial, Helvetica, 宋体, sans-serif;*/
                /*height: 44px;*/
                /*!*background-color: red;*!*/
                /*background-color: #2459a2;*/
                /*float: left;*/
                /*line-height: 44px;*/
                /*color: white;*/
            /*}*/
            /*.top-menu .action-menu .action-menu-right a.item{*/
                /*!*display: inline-block;*!*/
                /*padding: 0 10px;*/
    
            /*}*/
            /*.top-menu .action-menu .action-menu-lift a.item{*/
                /*!*display: inline-block;*!*/
                /*padding: 0 10px;*/
    
            /*}*/
            /*.top-menu .action-menu .action-menu-lift a.item:hover{*/
                /*background-color: #1BA2D4;*/
            /*}*/
            /*.top-menu .action-menu .action-menu-right a.item:hover{*/
                /*background-color: #1BA2D4;*/
            /*}*/
            /*.top-menu .action-menu .action-menu-lift a.header img.header{*/
                /*margin-top: 4px;*/
            /*}*/
            /*!*.top-menu .action-menu .action-menu-lift a.header{*!*/
               /*!*height: 80px;*!*/
            /*!*}*!*/
            /*!*.a.header{*!*/
                /*!*height: 100px;*!*/
            /*!*}*!*/
            /*!*.top-menu .action-menu .action-menu-lift a.header{*!*/
                /*!*height: 40px;*!*/
                /*!*overflow: hidden;*!*/
            /*!*}*!*/
  • 相关阅读:
    擅用伪元素::before(:before)和::after(:after)
    CSS清除浮动float
    javascript:void(0) 含义
    js运算符的优先级
    js的Array的sort()排序方法
    js将字符串转化为数字
    mvc:一
    六:使用注解整合开发
    五、整合struts2和mybatis和spring
    08_动态sql
  • 原文地址:https://www.cnblogs.com/Bruce-yin/p/7254076.html
Copyright © 2020-2023  润新知