• 常用CSS


    常用的CSS 栏目DIV+CSS

             <div class="channel">
                            <div class="channel_title">
                                <div class="channel_title_left">
                                    管理</div>
                                <div class="channel_title_right">
                                </div>
                            </div>
                            <div class="channel_content">                        
                                <div class="detail_operate">
    
                                </div>
                            </div>
              </div>
    
    /*布局*/
    .web_border
    {
        border: 1px solid #b7d5df;
    }
    .channel
    {  
        margin: 0px auto;
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 20px;
        border: 1px solid #b7d5df;
    }
    
    .channel_title
    {
        vertical-align: middle;   
        padding-left: 20px;
        height: 28px;
        color:Black;
        font-weight: bold;
        background-color: #D4E7F0;
        border-bottom: 1px solid #b7d5df; 
        /*
        background:url(../images/leftmenubg.gif) repeat-x; 
        */   
    }
    
    .channel_title_left
    {
        float: left;
         60%;
        font-weight: bold;   
        background-image: url(../images/btn_02.png) no-repeat;    
        padding:5px 25px 0px 10px;
        font-size: 14px;
    }
    .channel_title_right
    {
        float: right;
        text-align: right;
         30%;
        font-size: 12px;
        padding-right: 10px;
        font-size: 14px;
    }
    .channel_content
    {    
        padding: 5px 10px 10px 10px;
        margin-bottom: 10px;
        text-align: left;
    }
    .channel_content span,.channel_content td,.channel_content li{line-height:25px;font-weight:bold;padding:0px 10px;}
    
    .channel_content label{margin-right:20px;}
    .detail_operate
    {
        padding: 5px;
    }
    
    .channel_list_title
    {
        font-size: 14px;
        font-weight: bold;
        padding-top: 5px;
        padding-left: 20px;
        height: 25px;
        background-color: #B2D3F5;
        border-bottom: 1px solid #96C2F1;
        border-top: 1px solid #96C2F1;
    }
    .navlist ul
    {
        list-style: none;
        padding: 0px;
        margin: 0px;
        text-indent: 0em;
        padding-left: 10px;
    }
    .navlist ul li
    {
        display: inline;
        padding: 5px;
    }
    
  • 相关阅读:
    javascript的全局变量和局部变量
    Google Analytics统计代码GA.JS
    display和visible的区别
    div+css实现带三角箭头提示框
    css兼容IE8的一个简便方法 [转]
    20个值得关注最新的jQuery Plugins
    分享40多个新鲜的jQuery图片和内容幻灯插件
    JQuery插件让图片旋转任意角度且代码极其简单
    Android UI dp sp
    MaxScript用二进制读取方式获取Max文件版本
  • 原文地址:https://www.cnblogs.com/chenmfly/p/5514253.html
Copyright © 2020-2023  润新知