zoukankan      html  css  js  c++  java
  • 购物车的功能——CSS源码

    里面所用到的图片资源统一都在“我的资源”里面,相对应的图片是“

    购物车源码相关图片

    http://download.csdn.net/detail/qq_34137397/9665878

    此CSS的对应的是“购物车的功能——界面源码”的内容

    @charset "gb2312";
    /* CSS Document */


    body{
    margin:0px;
    padding:0px;
    font-size:12px;
    line-height:20px;
    color:#333;
    }
    ul,li,ol,h1,dl,dd{
    list-style:none;
    margin:0px;
    padding:0px;
    }
    a{
    color:#1965b3;
    text-decoration: none;
    }
    a:hover{
    color:#CD590C;
    text-decoration:underline;
    }
    img{
    border:0px;
    vertical-align:middle;
    }
    #header{
    height:40px;
    margin:10px auto 10px auto;
    800px;
    clear:both;
    }
    #nav{
    margin:10px auto 10px auto;
    800px;
    clear:both;
    }
    #navlist{
    800px;
    margin:0px auto 0px auto;
    height:23px;
    }
    #navlist li{
    float:left;
    height:23px;
    line-height:26px;
    }
    .navlist_red_left{
    background-image:url(../images/taobao_bg.png);
    background-repeat:no-repeat;
    background-position:-12px -92px;
    3px;
    }
    .navlist_red{
    background-color:#ff6600;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    color:#FFF;
    130px;
    }
    .navlist_red_arrow{
    background-color:#ff6600;
    background-image:url(../images/taobao_bg.png);
    background-repeat:no-repeat;
    background-position:0px 0px;
    13px;
    }
    .navlist_gray{
    background-color:#e4e4e4;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    150px;
    }
    .navlist_gray_arrow{
    background-color:#e4e4e4;
    background-image:url(../images/taobao_bg.png);
    background-repeat:no-repeat;
    background-position:0px 0px;
    13px;
    }
    .navlist_gray_right{
    background-image:url(../images/taobao_bg.png);
    background-repeat:no-repeat;
    background-position:-12px -138px;
    3px;
    }
    #content{
    800px;
    margin:10px auto 5px auto;
    clear:both;
    }
    .title_1{
    text-align:center;
    50px;
    }
    .title_2{
    text-align:center;
    }
    .title_3{
    text-align:center;
    80px;
    }
    .title_4{
    text-align:center;
    80px;
    }
    .title_5{
    text-align:center;
    100px;
    }
    .title_6{
    text-align:center;
    80px;
    }
    .title_7{
    text-align:center;
    60px;
    }
    .line{
    background-color:#a7cbff;
    height:3px;
    }
    .shopInfo{
    padding-left:10px;
    height:35px;
    vertical-align:bottom;
    }
    .num_input{
    border:solid 1px #666;
    25px;
    height:15px;
    text-align:center;
    }
    .cart_td_1,.cart_td_2,.cart_td_3,.cart_td_4,.cart_td_5,.cart_td_6,.cart_td_7,.cart_td_8{
    background-color:#e2f2ff;
    border-bottom:solid 1px #d1ecff;
    border-top:solid 1px #d1ecff;
    text-align:center;
    padding:5px;
    }
    .cart_td_1,.cart_td_3,.cart_td_4,.cart_td_5,.cart_td_6,.cart_td_7{
    border-right:solid 1px #FFF;
    }
    .cart_td_3{
    text-align:left;
    }
    .cart_td_4{
    font-weight:bold;
    }
    .cart_td_7{
    font-weight:bold;
    color:#fe6400;
    font-size:14px;
    }
    .hand{
    cursor:pointer;
    }
    .shopend{
    text-align:right;
    padding-right:10px;
    padding-bottom:10px;
    }
    .yellow{
    font-weight:bold;
    color:#fe6400;
    font-size:18px;
    line-height:40px;
    }

  • 相关阅读:
    在弹出窗口中显示带checkbox的
    列属性设定-隐藏列
    Aggregations应用-合计(total)、小计(subtotal)、平均值(average)
    排序(sort)、小计(subtotal)
    过滤器(filter)
    显示图标(ICON)和提示信息(Tooltips)
    单元格style应用-按钮、热点(hotspot)、checkbox等
    布局列分组
    图床-1
    q-1
  • 原文地址:https://www.cnblogs.com/a1111/p/12816709.html
Copyright © 2011-2022 走看看