1 .content{
  2     width: 1000px;
  3     margin: 0 auto;
  4 }
  5 .content .nav{
  6     margin: 10px 0px;
  7 }
  8 .content .nav a{
  9     text-decoration: none;
 10     color: #333333;
 11     margin-right: 5px;
 12 }
 13 .content .nav span{
 14     color: #999999;
 15 }
 16 .content .left{
 17     width: 418px;
 18     display: inline-block;
 19 }
 20 .content .left div{
 21     text-align: right;
 22 }
 23 .content .left div .love{
 24     display: inline-block;
 25     width: 12px;
 26     height: 12px;
 27     background-image: url(../img/icon/ico.png);
 28     background-position: 0 -73px;
 29     margin-right: 5px;
 30 }
 31 .content .left div .num{
 32     color: #999999;
 33 }
 34 .content .right{
 35     display: inline-block;
 36     vertical-align: top;
 37     margin-left: 30px;
 38     width: 535px;
 39 }
 40 .content .right .title{
 41     font-weight: bold;
 42 }
 43 .content .right .dt{
 44     color: #999999;
 45     width: 80px;
 46     display: inline-block;
 47 }
 48 .content .right .money{
 49     color: #DE4767;
 50     font-size: 28px;
 51     font-weight: bolder;
 52 }
 53 .content .right  .del{
 54     text-decoration: line-through;
 55     /* 一根经过XX的线 */
 56     color: #999999;
 57 }
 58 .content .right div{
 59     line-height: 50px;
 60 }
 61 .content .right div img{
 62     vertical-align: middle;
 63 }
 64 .content .right .sp{
 65     margin-top: 108px;
 66 }
 67 .content .right .cart{
 68     display: inline-block;
 69     height: 60px;
 70     width: 200px;
 71     background-image: url(../img/detail_btn_v1_04.png);
 72     background-position: 0 -2px;
 73 }
 74 .content .right .buy{
 75     display: inline-block;
 76     height: 60px;
 77     width: 200px;
 78     background-image: url(../img/detail_btn_v1_04.png);
 79     background-position: 0 -60px;
 80 }
 81 .dibu{
 82     width: 1042px;
 83     margin: 0px auto;
 84     background-color: #FFFFFF;
 85 }
 86 .dibu p{
 87     width: 1041px;
 88     height: 80px;
 89     background-image: url(../img/footer_v180123.png);
 90     background-repeat: no-repeat;
 91     background-position: -64px 20px;
 92 }
 93 .footer{
 94     width: 1570px;
 95     height: 110px;
 96     background-color: #333333;
 97     margin: 0px;
 98     text-align: center;
 99 }
100 .footer ul li{
101     display: inline-block;
102     margin-top: 45px;
103 }
104 .footer ul li a{
105     font-size: 18px;
106     text-decoration: none;
107     color: #CCCCCC;
108     border-left: 1px solid #CCCCCC;
109 }
110 .footer ul li:first-child a{
111     border: none;
112 }

 

posted on 2021-10-28 19:37  于凡芮  阅读(25)  评论(0)    收藏  举报