123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172 |
- @charset "utf-8";
- /*
- * Copyright 2005-2013 dhcc.com.cn. All rights reserved.
- * Support: http://www.dhcc.com.cn
- * License: http://www.dhcc.com.cn/license
- *
- * Style - Cart
- * Version: 3.0
- */
- /* ---------- Cart ---------- */
- div.cart .step {
- height: 38px;
- margin-bottom: 10px;
- }
- div.cart .step li {
- width: 150px;
- height: 38px;
- line-height: 38px;
- float: left;
- padding-left: 50px;
- font-size: 14px;
- font-family: "Microsoft YaHei";
- }
- div.cart .step .current {
- color: #ffffff;
- }
- div.cart .step1 {
- background: url(././images/cart.gif) 0px 0px no-repeat;
- }
- div.cart .step2 {
- background: url(././images/cart.gif) 0px -38px no-repeat;
- }
- div.cart .step3 {
- background: url(././images/cart.gif) 0px -76px no-repeat;
- }
- div.cart table {
- width: 100%;
- margin-bottom: 10px;
- }
- div.cart table th {
- line-height: 36px;
- padding: 0px 6px;
- color: #999999;
- font-weight: normal;
- text-align: left;
- border: solid 1px #e6e4e3;
- background-color: #fafafa;
- }
- div.cart table td {
- line-height: 20px;
- padding: 4px;
- border: solid 1px #f1f1f1;
- }
- div.cart table img {
- width: 60px;
- height: 60px;
- }
- div.cart dl {
- height: 20px;
- line-height: 20px;
- padding: 4px 10px;
- margin-bottom: 10px;
- border: solid 1px #f1f1f1;
- }
- div.cart dt {
- float: left;
- margin-right: 10px;
- font-weight: bold;
- }
- div.cart dd {
- float: left;
- margin-right: 10px;
- }
- div.cart .quantity input {
- width: 30px;
- height: 18px;
- line-height: 18px;
- float: left;
- padding: 0px 2px;
- text-align: center;
- ime-mode: disabled;
- border: 1px solid #dbdbdb;
- }
- div.cart .quantity div {
- height: 18px;
- float: left;
- padding-left: 2px;
- }
- div.cart .quantity .increase {
- width: 18px;
- height: 7px;
- display: block;
- clear: both;
- margin-bottom: 2px;
- cursor: pointer;
- overflow: hidden;
- border: 1px solid #dbdbdb;
- background: url(././images/cart.gif) 0px -120px #f9f9f9 no-repeat;
- }
- div.cart .quantity .decrease {
- width: 18px;
- height: 7px;
- display: block;
- clear: both;
- cursor: pointer;
- overflow: hidden;
- border: 1px solid #dbdbdb;
- background: url(././images/cart.gif) -30px -120px #f9f9f9 no-repeat;
- }
- div.cart .total {
- padding: 10px 0px;
- margin-bottom: 10px;
- text-align: right;
- }
- div.cart .total em {
- margin-right: 14px;
- color: #ff6600;
- font-style: normal;
- }
- div.cart .total strong {
- color: #ef0101;
- font-size: 14px;
- }
- div.cart .bottom {
- height: 30px;
- line-height: 30px;
- margin-bottom: 10px;
- text-align: right;
- overflow: hidden;
- border: 1px dotted #e4e4e4;
- background-color: #fdfdfd;
- }
- div.cart .clear {
- margin-right: 10px;
- }
- div.cart .submit {
- padding: 14px;
- color: #ffffff;
- background-color: #b31d04;
- }
- div.cart p {
- line-height: 60px;
- margin-bottom: 10px;
- border-top: 1px solid #e4e4e4;
- border-bottom: 1px solid #e4e4e4;
- }
|