| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881 |
- /* 购物车列表 */
- .cart .step-box .left .img {
- background: url(../images/icons.png) no-repeat 0 -249px;
- }
- .cart .cart-tab {
- padding: 12px 0;
- border: 1px solid #eee;
- background-color: #f9f9f9;
- display: flex;
- line-height: 14px;
- }
- .cart .cart-tab .tab-check {
- width: 100px;
- }
- .cart .cart-tab .tab-img,
- .cart .cart-con .tab-img {
- width: 90px;
- }
- .cart .cart-tab .tab-check .checkbox,
- .cart .cart-con .tab-check .checkbox {
- margin-left: 15px;
- }
- .cart .cart-tab .tab-check .text {
- display: inline-block;
- vertical-align: top;
- margin-left: 5px;
- }
- .cart .cart-tab .tab-name {
- width: 370px;
- }
- .cart .cart-tab .tab-price,
- .cart .cart-con .item .tab-price {
- width: 140px;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .cart .cart-con .item .tab-price {
- flex-direction: column;
- justify-content: center;
- }
- .cart .cart-tab .tab-number,
- .cart .cart-con .tab-number {
- width: 150px;
- text-align: center;
- padding-left: 40px;
- }
- .cart .cart-tab .tab-total,
- .cart .cart-con .tab-total {
- width: 160px;
- text-align: center;
- padding-right: 40px;
- }
- .cart .cart-tab .tab-action {
- width: 80px;
- text-align: left;
- }
- .cart .cart-con .shop-box {
- height: 24px;
- line-height: 24px;
- border-bottom: 1px solid #eee;
- padding: 20px 0 15px;
- }
- .cart .cart-con .shop-box .shop-msg {
- display: inline-block;
- margin-left: 16px;
- width: 48%;
- }
- .cart .cart-con .shop-box .shop-msg .checkbox {
- margin-right: 5px;
- margin-top: 5px;
- }
- .cart .cart-con .shop-box .shop-msg .self {
- background: #e1251b;
- color: #fff;
- padding: 1px 3px;
- display: inline-block;
- height: 14px;
- line-height: 14px;
- border-radius: 2px;
- margin-right: 5px;
- margin-top: 4px;
- vertical-align: top;
- }
- .cart .cart-con .shop-box .shop-msg .shop-name {
- display: inline-block;
- vertical-align: top;
- font-weight: 700;
- }
- .cart .cart-con .shop-box .shop-coupon {
- display: inline-block;
- vertical-align: top;
- margin-left: 5px;
- position: relative;
- }
- .cart .cart-con .shop-box .shop-coupon .coupon-tit {
- display: inline-block;
- width: 58px;
- height: 24px;
- line-height: 24px;
- padding-left: 18px;
- position: relative;
- cursor: pointer;
- border-radius: 2px;
- color: #e1251b;
- background: url(../images/icons.png) no-repeat 0 -386px;
- }
- .cart .cart-con .shop-box .shop-coupon .coupon-tit::before {
- position: absolute;
- top: 10px;
- right: 10px;
- display: block;
- width: 0;
- height: 0;
- content: ' ';
- border: 4px solid transparent;
- border-radius: 2px;
- }
- .cart .cart-con .shop-box .shop-coupon .coupon-tit::before {
- border-top: 4px solid #e1251b;
- }
- .cart .cart-con .shop-box .shop-coupon.active .coupon-tit:before {
- transform: rotate(180deg);
- top: 6px;
- }
- .cart .cart-con .shop-box .shop-coupon .coupon-con {
- position: absolute;
- top: 39px;
- left: 0;
- background: #fff;
- border: 1px solid #e1251b;
- box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
- padding: 10px 0 10px 15px;
- width: 278px;
- z-index: 10;
- display: none;
- }
- .cart .cart-con .shop-box .shop-coupon.active .coupon-con {
- display: block;
- }
- .cart .cart-con .shop-box .shop-coupon .coupon-con::before,
- .cart .cart-con .shop-box .shop-coupon .coupon-con::after {
- position: absolute;
- top: -17px;
- left: 30px;
- display: block;
- width: 0;
- height: 0;
- content: ' ';
- border: 8px solid transparent;
- }
- .cart .cart-con .shop-box .shop-coupon .coupon-con::before {
- border-bottom: 8px solid #df0b00;
- }
- .cart .cart-con .shop-box .shop-coupon .coupon-con::after {
- top: -16px;
- border-bottom: 8px solid #fff;
- }
- .cart .cart-con .shop-box .shop-coupon .coupon-con .coupon-box {
- max-height: 250px;
- overflow-y: auto;
- }
- .cart .cart-con .shop-box .shop-coupon .coupon-con .coupon-item {
- padding: 5px 0;
- height: 40px;
- display: flex;
- align-items: center;
- }
- .cart .cart-con .shop-box .shop-coupon .coupon-con .coupon-item .price {
- display: inline-block;
- width: 46px;
- height: 22px;
- padding: 0 3px;
- color: #fff;
- line-height: 22px;
- text-align: center;
- white-space: nowrap;
- border: 1px dashed #fff;
- border-top: 0;
- border-bottom: 0;
- background: #e1251b;
- font-weight: 600;
- }
- .cart .cart-con .shop-box .shop-coupon .coupon-con .coupon-item .price .big {
- font-size: 14px;
- margin-left: 2px;
- }
- .cart .cart-con .shop-box .shop-coupon .coupon-con .coupon-item .info {
- height: 30px;
- margin-left: 10px;
- line-height: 15px;
- }
- .cart .cart-con .shop-box .shop-coupon .coupon-con .coupon-item .info .name {
- display: block;
- width: 130px;
- height: 15px;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- color: #000;
- font-family: arial;
- }
- .cart .cart-con .shop-box .shop-coupon .coupon-con .coupon-item .info .time {
- display: block;
- font-family: arial;
- color: #999;
- height: 12px;
- line-height: 12px;
- margin-top: 3px;
- }
- .cart .cart-con .shop-box .shop-coupon .coupon-con .coupon-item .btn {
- height: 24px;
- line-height: 24px;
- border: 1px solid #ddd;
- margin-top: 7px;
- width: 50px;
- text-align: center;
- color: #666;
- border-radius: 2px;
- margin-left: 15px;
- }
- .cart .cart-con .shop-box .shop-coupon .coupon-con .coupon-item .btn:hover {
- border-color: #e1251b;
- color: #e1251b;
- }
- .cart .cart-con .shop-box .shop-coupon .coupon-con .coupon-item .btn.active {
- color: #999;
- border: 0;
- cursor: default;
- }
- .cart .cart-con .activity-msg {
- display: flex;
- border: 1px solid #eee;
- border-width: 0 1px;
- padding: 10px 22px;
- align-items: center;
- position: relative;
- min-height: 50px;
- box-sizing: border-box;
- }
- .cart .cart-con .activity-msg .a-info {
- width: 880px;
- display: flex;
- align-items: center;
- }
- .activity-goods-checked {
- position: relative;
- }
- .activity-goods-checked::after {
- content: '';
- position: absolute;
- left: 22px;
- top: 0;
- bottom: 0;
- width: 0;
- border-left: 1px dashed #ddd;
- z-index: 0;
- }
- .cart .cart-con .activity-msg .a-info .icon {
- padding: 1px 7px;
- height: 16px;
- line-height: 16px;
- background: #e1251b;
- color: #fff;
- position: relative;
- }
- .cart .cart-con .activity-msg .a-info .icon::after {
- position: absolute;
- left: 0;
- bottom: -3px;
- display: block;
- width: 0;
- height: 0;
- content: ' ';
- font-size: 0;
- border-top: 3px solid #e1251b;
- border-right: 6px solid transparent;
- }
- .cart .cart-con .activity-msg .a-info .text {
- margin-left: 10px;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 1;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .cart .cart-con .activity-msg .a-info .text-red {
- color: #e1251b;
- }
- .cart .cart-con .activity-msg .a-info .link {
- margin-left: 10px;
- }
- .cart .cart-con .activity-msg .a-info .link .arr {
- font-family: Consolas;
- }
- .cart .cart-con .activity-msg .a-info .link:hover {
- color: #e1251b;
- }
- .cart .cart-con .activity-msg .a-price {
- text-align: right;
- min-width: 100px;
- }
- .cart .cart-con .activity-msg .a-price .discount {
- color: #e1251b;
- }
- .cart .cart-con .item {
- padding: 15px 0;
- border: 1px solid #eee;
- display: flex;
- flex-direction: column;
- align-items: center;
- margin-top: -1px;
- position: relative;
- }
- .cart .cart-con .item .item-goods {
- width: 100%;
- display: flex;
- align-items: center;
- }
- .cart .cart-con .item.active {
- background: #fffcf8;
- }
- .cart .cart-con .tab-check {
- width: 44px;
- }
- .cart .cart-con .item .tab-img {
- width: 90px;
- }
- .cart .cart-con .item .tab-img .img-box {
- display: block;
- width: 80px;
- height: 80px;
- font-size: 0;
- }
- .cart .cart-con .item .tab-img .img-box img {
- width: 100%;
- height: 100%;
- vertical-align: top;
- }
- .cart .cart-con .item .tab-name {
- line-height: 20px;
- align-self: flex-start;
- width: 426px;
- }
- .cart .cart-con .item .tab-name .name {
- max-width: 380px;
- max-height: 36px;
- line-height: 18px;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- }
- .cart .cart-con .item .tab-name .name:hover {
- color: #e1251b;
- }
- .cart .cart-con .item .tab-name .sku {
- max-width: 380px;
- height: 20px;
- display: block;
- margin-top: 10px;
- color: #999;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .cart .cart-con .item .tab-price .unit-price {
- font-family: verdana;
- }
- .cart .cart-con .item .tab-price .promotion-box {
- position: relative;
- display: inline-block;
- margin-top: 5px;
- }
- .cart .cart-con .item .tab-price .promotion-box .p-tit {
- display: inline-block;
- /* width: 28px; */
- border: 1px solid #e1251b;
- color: #e1251b;
- height: 18px;
- text-align: left;
- line-height: 20px;
- padding: 0 15px 0 5px;
- position: relative;
- background-color: #fff;
- cursor: pointer;
- }
- .cart .cart-con .item .tab-price .promotion-box .p-tit::before {
- position: absolute;
- right: 5px;
- top: 7px;
- display: block;
- width: 0;
- height: 0;
- content: ' ';
- border: 4px solid transparent;
- border-top: 4px solid #e1251b;
- border-radius: 2px;
- }
- .cart .cart-con .item .tab-price .promotion-box .p-con {
- position: absolute;
- left: 0px;
- top: 19px;
- padding: 10px 14px 10px 10px;
- width: 276px;
- height: 210px;
- z-index: 30;
- box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
- border: 1px solid #e1251b;
- background: #fff;
- text-align: left;
- }
- .cart .cart-con .item .tab-price .promotion-box .p-con::before {
- position: absolute;
- left: 0;
- top: -1px;
- display: block;
- width: 44px;
- height: 1px;
- background: #fff;
- content: ' ';
- }
- .cart .cart-con .item .tab-price .promotion-box .p-con .p-items-con {
- height: 180px;
- overflow-y: auto;
- }
- .cart .cart-con .item .tab-price .promotion-box .p-con .p-item {
- display: flex;
- align-items: center;
- justify-content: flex-start;
- margin-top: 6px;
- cursor: pointer;
- }
- .cart .cart-con .item .tab-price .promotion-box .p-con .p-item .radio {
- /* align-self: flex-start;
- margin: 4px 5px 0 0; */
- margin-right: 5px;
- cursor: pointer;
- }
- .cart .cart-con .item .tab-price .promotion-box .p-con .p-item .p-info {
- /* flex: 1;
- position: relative; */
- line-height: 1.5em;
- text-overflow: -o-ellipsis-lastline;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- cursor: pointer;
- }
- .cart .cart-con .item .tab-price .promotion-box .p-con .p-btns {
- margin-top: 10px;
- display: flex;
- justify-content: center;
- }
- .cart .cart-con .item .tab-price .promotion-box .p-con .p-btns .sure {
- padding: 3px 10px;
- border-radius: 2px;
- color: #fff;
- background: #e1251b;
- }
- .cart .cart-con .item .tab-price .promotion-box .p-con .p-btns .sure:hover {
- opacity: 0.9;
- }
- .cart .cart-con .item .tab-price .promotion-box .p-con .p-btns .cancel {
- padding: 3px 10px;
- border-radius: 2px;
- border: 1px solid #eee;
- background: #f7f7f7;
- margin-left: 10px;
- }
- .cart .cart-con .item .tab-price .promotion-box .p-con .p-btns .cancel:hover {
- background: #fff;
- }
- .cart .cart-con .item .tab-number .goods-number .reduce,
- .cart .cart-con .item .tab-number .goods-number .increase {
- display: inline-block;
- vertical-align: top;
- width: 30px;
- height: 30px;
- background: #f5f5f5;
- font-size: 22px;
- text-align: center;
- line-height: 26px;
- color: #999;
- cursor: pointer;
- border-radius: 50%;
- -moz-user-select: none; /*火狐*/
- -webkit-user-select: none; /*webkit浏览器*/
- -ms-user-select: none; /*IE10*/
- -khtml-user-select: none; /*早期浏览器*/
- user-select: none;
- }
- .cart .cart-con .item.active .tab-number .goods-number .reduce,
- .cart .cart-con .item.active .tab-number .goods-number .increase {
- background: #fff;
- }
- .cart .cart-con .item .tab-number .goods-number .limit {
- cursor: not-allowed;
- color: #ccc;
- }
- .cart .cart-con .item .tab-number .goods-number .number {
- border: 0;
- width: 40px;
- height: 30px;
- text-align: center;
- font-family: arial;
- vertical-align: top;
- background: transparent;
- }
- .cart .cart-con .item .tab-total {
- color: #e1251b;
- font-weight: 600;
- font-family: verdana;
- }
- .cart .cart-con .item .tab-action .action-a {
- display: block;
- -moz-transition: all 0.2s;
- -webkit-transition: all 0.2s;
- -o-transition: all 0.2s;
- transition: all 0.2s;
- }
- .cart .cart-con .item .tab-action .collect {
- margin-bottom: 5px;
- }
- .cart .cart-con .item .tab-action .del {
- color: #999;
- }
- .cart .cart-con .item .tab-action .action-a:hover {
- color: #e1251b;
- }
- .cart .cart-con .shop-box.invalid .shop-msg .checkbox,
- .cart .cart-con .shop-box.invalid .shop-coupon {
- display: none;
- }
- .cart .cart-con .item.invalid .tab-check .checkbox {
- display: none;
- }
- .cart .cart-con .item.invalid .tab-check .invalid-text {
- background: #dadada;
- color: #5f5f5f;
- margin-left: 20px;
- text-align: center;
- border-radius: 1px;
- }
- .cart .cart-con .item.invalid .tab-name .name:hover,
- .cart .cart-con .item.invalid .tab-name .sku,
- .cart .cart-con .item.invalid .tab-price,
- .cart .cart-con .item.invalid .tab-total {
- color: #ccc;
- }
- /* 购物车列表 end */
- /* 结算 */
- .cart .cart-bottom {
- display: flex;
- border: 1px solid #eee;
- margin-top: 30px;
- align-items: center;
- }
- .cart .cart-bottom .total-box {
- flex: 1;
- display: flex;
- }
- .cart .cart-bottom .total-box .check-all {
- margin-left: 16px;
- height: 14px;
- line-height: 14px;
- cursor: pointer;
- }
- .cart .cart-bottom .total-box .check-all .text {
- display: inline-block;
- vertical-align: top;
- margin-left: 5px;
- }
- .cart .cart-bottom .total-box .del-selected,
- .cart .cart-bottom .total-box .clear-invalid {
- margin-left: 20px;
- line-height: 14px;
- display: inline-block;
- vertical-align: top;
- -moz-transition: all 0.2s;
- -webkit-transition: all 0.2s;
- -o-transition: all 0.2s;
- transition: all 0.2s;
- }
- .cart .cart-bottom .total-box .del-selected:hover,
- .cart .cart-bottom .total-box .clear-invalid:hover {
- color: #e1251b;
- }
- .cart .cart-bottom .settlement-box {
- display: flex;
- position: relative;
- padding-right: 93px;
- }
- .cart .cart-bottom .settlement-box .amount {
- line-height: 20px;
- margin-top: 6px;
- }
- .cart .cart-bottom .settlement-box .amount .number {
- font-family: verdana;
- color: #e1251b;
- margin: 0 3px;
- }
- .cart .cart-bottom .settlement-box .price-box {
- height: 44px;
- line-height: 20px;
- margin: 6px 15px 0;
- }
- .cart .cart-bottom .settlement-box .price-box .total-price .text {
- font-size: 16px;
- color: #e1251b;
- font-family: verdana;
- font-weight: 700;
- display: inline-block;
- vertical-align: top;
- }
- .cart .cart-bottom .settlement-box .price-box .discount-price {
- display: block;
- text-align: right;
- font-family: verdana;
- }
- .cart .cart-bottom .settlement-box .btn {
- position: absolute;
- top: -1px;
- right: -1px;
- display: block;
- width: 94px;
- height: 52px;
- line-height: 52px;
- color: #fff;
- text-align: center;
- font-size: 16px;
- background: #e1251b;
- font-weight: 600;
- }
- .cart .cart-bottom .settlement-box .btn:hover {
- opacity: 0.9;
- }
- /* 结算 end */
- /* 套装、赠品样式 */
- /* 套装提示栏 */
- .combo-msg {
- display: flex;
- width: 1200px;
- padding: 10px 0;
- box-sizing: border-box;
- border-left: 1px solid #eee;
- border-right: 1px solid #eee;
- align-items: center;
- text-align: center;
- }
- .combo-info {
- display: flex;
- width: 560px;
- padding-left: 22px;
- box-sizing: border-box;
- }
- .combo-info .combo-icon {
- padding: 1px 7px;
- height: 16px;
- line-height: 16px;
- background: #e1251b;
- color: #fff;
- position: relative;
- }
- .combo-info .combo-icon::after {
- position: absolute;
- left: 0;
- bottom: -3px;
- display: block;
- width: 0;
- height: 0;
- content: ' ';
- font-size: 0;
- border-top: 3px solid #e1251b;
- border-right: 6px solid transparent;
- }
- .combo-info .combo-name {
- margin: 0 10px;
- }
- .combo-info .combo-reduce {
- color: #e1251b;
- }
- .combo-unit-price {
- width: 140px;
- font-family: verdana;
- }
- .combo-count {
- width: 150px;
- margin-left: 40px;
- }
- .combo-count .reduce,
- .combo-count .increase {
- display: inline-block;
- vertical-align: top;
- width: 30px;
- height: 30px;
- background: #f5f5f5;
- font-size: 22px;
- text-align: center;
- line-height: 26px;
- color: #999;
- cursor: pointer;
- border-radius: 50%;
- -moz-user-select: none; /*火狐*/
- -webkit-user-select: none; /*webkit浏览器*/
- -ms-user-select: none; /*IE10*/
- -khtml-user-select: none; /*早期浏览器*/
- user-select: none;
- }
- .combo-count .limit {
- cursor: not-allowed;
- color: #ccc;
- }
- .combo-count .number {
- border: 0;
- width: 40px;
- height: 30px;
- text-align: center;
- font-family: arial;
- vertical-align: top;
- background: transparent;
- }
- .combo-total-price {
- width: 160px;
- margin-right: 40px;
- color: #e1251b;
- font-weight: 600;
- font-family: verdana;
- }
- .combo-del-btn {
- color: #999;
- cursor: pointer;
- }
- .combo-del-btn:hover {
- color: #e1251b;
- }
- /* 赠品 */
- .gift-con {
- width: 100%;
- padding: 10px 0 0 45px;
- box-sizing: border-box;
- }
- .gift-item {
- max-width: 468px;
- margin-bottom: 4px;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .gift-item:last-child {
- margin-bottom: 0;
- }
- .gift-item-name:hover {
- color: #e1251b;
- }
- .gift-item-name .gift-item-sku-name {
- color: #999;
- margin-left: 10px;
- }
|