123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- @charset "utf-8";
- #cart {
- background: #fff;
- height: 100%;
- padding-bottom: 100px;
- overflow: hidden;
- overflow-y: auto;
- .content {
- width: 1140px !important;
- }
- .footer {
- position: fixed;
- height: 80px;
- bottom: 0;
- left: 0;
- right: 0;
- background: #fff;
- .content {
- border-top: 1px solid #eee;
- padding-left: 20px;
- .d-i-b {
- vertical-align: top;
- }
- .f-r {
- .button {
- width: 160px;
- height: 80px;
- line-height: 80px;
- font-size: 22px;
- padding: 0;
- }
- }
- }
- }
- .order-item {
- background: #FAFAFAFF;
- margin-bottom: 30px;
- .order-item-info {
- width: 980px;
- margin-left: 100px;
- margin-right: 60px;
- height: 58px;
- line-height: 58px;
- position: relative;
- .close {
- position: absolute;
- right: -40px;
- top: 20px;
- }
- .select {
- position: absolute;
- left: -80px;
- top: 20px;
- }
- .gift {
- position: absolute;
- right: -40px;
- top: 25px;
- }
- .up {
- cursor: pointer;
- position: absolute;
- left: 62px;
- top: 20px;
- font-size: 10px;
- color: #D0D8E2;
- transform: scale(0.8);
- }
- .down {
- cursor: pointer;
- position: absolute;
- left: 62px;
- top: 30px;
- font-size: 10px;
- color: #D0D8E2;
- transform: scale(0.8);
- }
- input {
- line-height: 32px;
- }
- }
- .order-item-detail {
- width: 980px;
- margin-left: 100px;
- margin-right: 60px;
- border-top: 1px solid #eee;
- padding: 20px 0;
- }
- }
- .gift-item {
- background: #FAFAFAFF;
- margin-bottom: 30px;
- .gift-item-info {
- width: 980px;
- margin-left: 100px;
- margin-right: 60px;
- height: 58px;
- line-height: 58px;
- position: relative;
- .gift {
- position: absolute;
- left: -80px;
- top: 20px;
- }
- }
- .gift-item-detail {
- width: 980px;
- margin-left: 100px;
- margin-right: 60px;
- border-top: 1px solid #eee;
- padding: 20px 0;
- }
- }
- }
- .order-modal {
- .close {
- top: -17px !important;
- right: -17px !important;
- }
- }
|