@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; } }