You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
156 lines
2.2 KiB
156 lines
2.2 KiB
@charset "utf-8";
|
|
|
|
div.cart .step {
|
|
height: 38px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
div.cart .step li {
|
|
width: 100px;
|
|
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 {
|
|
}
|
|
|
|
div.cart .step2 {
|
|
}
|
|
|
|
div.cart .step3 {
|
|
}
|
|
|
|
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;
|
|
}
|
|
|
|
div.cart .quantity .decrease {
|
|
width: 18px;
|
|
height: 7px;
|
|
display: block;
|
|
clear: both;
|
|
cursor: pointer;
|
|
overflow: hidden;
|
|
border: 1px solid #dbdbdb;
|
|
}
|
|
|
|
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;
|
|
} |