/*========== addresses ===========*/ .address-box { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; flex-direction: column; } .address-box .address-item { width: 100%; max-width: 450px; margin-bottom: 20px; box-sizing: border-box; } .address-box .address-item-warp { background: #f5f5f5; padding: 20px 20px 0 20px; height: 100%; box-sizing: border-box; display: flex; flex-direction: column; position: relative; } .address-box .address-item-warp .address-item-cell { color: var(--color-text-high); font-size: 14px; line-height: 26px; /* margin-bottom: 8px; */ font-weight: 300; } .address-box .address-item-warp .address-item-name { color: var(--color-main); font-size: 14px; line-height: 26px; margin-top: 15px; font-weight: bold; } .address-box .address-item-warp .address-handle { padding: 23px 0; display: flex; justify-content: flex-end; align-items: center; margin-top: auto; } .address-box .address-item-warp .address-handle .address-handle-item { display: flex; align-items: center; color: var(--color-main); font-size: 14px; text-decoration: underline; line-height: 18px; margin-left: 40px; cursor: pointer; } .address-box .address-item-warp .address-handle .address-handle-item span { margin-right: 8px; } .address-box .address-item-warp .address-item-tag { position: absolute; right: 0; top: 0; width: 48px; height: 48px; } .address-box .address-item-warp .address-item-tag:after { content: ""; position: absolute; right: 0; top: 0; border-top: 48px solid #1d1f21; border-left: 48px solid transparent; } .address-box .address-item-warp .address-item-tag svg { fill: #fff; position: absolute; z-index: 9; right: 6px; top: 6px; } .account_addresses_default .back-box { padding: 30px 0; } .account_addresses_default .back-box a { display: flex; align-items: center; justify-content: center; } .account_addresses_default .back-box span { margin-left: 10px; color: var(--color-main); font-weight: 500; } .addaddress_btn { display: flex; justify-content: center; width: 100%; } .addaddress_btn a { margin: 0; width: 100%; max-width: 450px; box-sizing: border-box; } @media screen and (max-width: 767px) { .address-box { margin-top: 0; } } /*========== changepassword ===========*/ .account_changepassword_default .back-box { padding: 30px 0; } .account_changepassword_default .back-box a { display: flex; align-items: center; justify-content: center; } .account_changepassword_default .back-box span { margin-left: 10px; color: var(--color-main); font-weight: 500; } /*========== account_default ===========*/ .account_default_default .describe-box { text-align: center; } .account_default_default .describe-box .describe-box-title { font-size: 1.2857142857rem; color: var(--color-main); } .account_default_default .describe-box .describe-box-label { font-size: 1rem; color: var(--color-text-medium); margin-top: 10px; } .account_default_default .account_default_link { display: flex; justify-content: center; margin-top: 20px; } .order_linked_servie { display: flex; justify-content: center; margin-top: 40px; } .order_linked_servie.order_detail_service .order_linked_servie_wrapper { max-width: 450px; } @media screen and (max-width: 767px) { .order_linked_servie.order_detail_service .order_linked_servie_wrapper { max-width: 100%; } } .order_linked_servie .order_linked_servie_wrapper { display: flex; border-top: 1px solid #dddddd; border-bottom: 1px solid #dddddd; padding: 24px 20px; box-sizing: border-box; justify-content: center; align-items: center; max-width: 360px; width: 100%; } .order_linked_servie .order_linked_servie_wrapper .service_left span { border-radius: 50%; display: flex; justify-content: center; align-items: center; margin-right: 15px; overflow: hidden; } .order_linked_servie .order_linked_servie_wrapper .service_left span img { width: 40px; height: 40px; object-fit: cover; } .order_linked_servie .order_linked_servie_wrapper .service_left span svg { width: 36px; height: 36px; } .order_linked_servie .order_linked_servie_wrapper .service_left span svg path { fill: var(--color-main); } .order_linked_servie .order_linked_servie_wrapper .service_right .service_name { font-weight: 500; color: var(--color-main); max-width: 100%; font-size: 14px; word-break: break-all; } .order_linked_servie .order_linked_servie_wrapper .service_right .service_remark { color: var(--color-text-low); word-break: break-all; font-size: 14px; } .account_default_default .account_default_link_wapper { display: flex; flex-direction: column; max-width: 360px; width: 100%; } .account_default_default .account_default_link_wapper a { margin-top: 20px; } /*========== account_orders ===========*/ .order-card-info { display: flex; } .order-card-info .order-card-info-picture { width: 80px; height: 80px; overflow: hidden; background-color: #f5f5f5; flex-shrink: 0; } .order-card-info .order-card-info-picture .order-card-info-picture-image { width: 80px; height: 80px; object-fit: contain; } .order-card-info .order-card-info-detail .order-card-info-title { color: var(--color-main); line-height: 20px; font-size: 14px; } .order-card-info .order-card-info-detail .order-card-info-sku { font-size: 14px; line-height: 20px; color: var(--color-text-medium); margin-top: 10px; } .order-card-info .order-card-info-detail .order-card-info-price { margin-top: 10px; color: var(--color-text-medium); height: 20px; font-size: 14px; line-height: 20px; } .order-card-info .order-card-info-detail .product_custom_option { margin-top: 10px; color: var(--color-text-medium); font-size: 14px; line-height: 20px; word-break: break-all; } .order-card { background: var(--color-table-background); margin-bottom: 30px; } .order-card .order-card-header dl { margin-top: 16px; } .order-card .order-card-header dt { font-weight: bold; font-size: 14px; } .order-card .order-card-header dd { font-size: 14px; margin-top: 10px; } .order-card .order-card-header .order-card-header-text { font-size: 14px; font-weight: 400; text-align: left; color: var(--color-text-medium); margin-right: 14px; } .order-card .order-card-number { display: flex; flex-direction: column; font-size: 14px; } .order-card .order-card-number .order-card-number-label { color: var(--color-text-medium); } .order-card .order-card-number .order-card-number-value { margin-top: 8px; color: var(--color-main); } .account_orders .order-card-info { flex: 1; display: flex; overflow: hidden; } .account_orders .order-card-info .order-card-info-picture { width: 80px; height: 80px; overflow: hidden; background-color: #f5f5f5; flex-shrink: 0; margin-right: 20px; } .account_orders .order-card-info .order-card-info-picture .order-card-info-picture-image { width: 80px; height: 80px; object-fit: contain; } .account_orders .order-card-info .order-card-info-detail { flex: 1; box-sizing: border-box; overflow: hidden; } .account_orders .order-card-info .order-card-info-detail .order-card-info-title { font-size: 14px; font-weight: 700; color: var(--color-main); overflow: hidden; word-break: break-all; } .account_orders .order-card-info .order-card-info-detail .order-card-info-sku { margin-top: 10px; font-size: 14px; font-weight: 300; color: var(--color-text-medium); overflow: hidden; word-break: break-all; } /* .account_orders .order-card-info .order-card-info-detail .order-card-info-price { font-weight: 300; margin-top: 10px; display: flex; color: var(--color-text-medium); align-items: center; height: 20px; font-size: 14px; line-height: 20px; } */ .account_orders .order-card { background: var(--color-table-background); margin-bottom: 30px; } .account_orders .order-card .order-card-header { padding: 0 20px 20px 20px; display: flex; justify-content: space-between; background: var(--color-table-header); flex-wrap: wrap; } .account_orders .order-card .order-card-header .order-card-header-text { font-size: 14px; font-weight: 500; text-align: left; color: var(--color-main); margin-right: 14px; } .account_orders .order-card .order-text-medium { font-size: 14px; color: var(--color-text-medium); } .account_orders .product-box { padding: 30px 0; } .account_orders .order-card .order-card-content { padding: 0 20px; display: flex; align-items: center; justify-content: space-between; } .account_orders .order-card .order-card-content + .order-card-content { margin-top: 30px; } .account_orders .order-card .order-card-number { display: flex; flex-direction: column; font-size: 14px; } .account_orders .order-card .order-card-number .order-card-number-label { color: var(--color-text-medium); } .account_orders .order-card .order-card-number .order-card-number-value { margin-top: 8px; color: var(--color-main); font-weight: bold; } .account_orders .order-card .order-card-footer { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; border-top: 1px solid var(--color-divider); color: var(--color-text-medium); } .account_orders .order-card .order-card-footer .order-card-footer-full { font-size: 14px; color: #1d1f21; text-decoration: underline; cursor: pointer; } .account_orders .order-card .mobile-footer { display: none; } .order-card .order-card-handle { display: flex; } .order-card .order-card-handle .mo-btn + .mo-btn { margin-left: 10px; } .account_orders .order-card .mo-btn { min-width: 100px; margin-top: 0; } .account_orders .order-card .order-card-date { display: none; } @media screen and (max-width: 986px) { .order-card .order-card-header dl { width: calc(50% - 10px); } .account_orders .order-card .order-card-content { flex-direction: column; align-items: flex-start !important; padding: 0; } .account_orders .order-card .order-card-content + .account_orders .order-card .order-card-content { margin-bottom: 20px; } .account_orders .order-card .order-card-info, .account_orders .order-card .order-card-number, .account_orders .order-card .order-card-handle { width: 100% !important; max-width: 100% !important; box-sizing: border-box; padding: 0 20px; } .account_orders .order-card .order-card-number { margin-top: 6px; padding: 0 0 20px 120px; position: relative; } .account_orders .order-card .order-card-handle { display: flex; padding: 10px; justify-content: space-between; } .account_orders .order-card .order-card-footer { display: flex; flex-direction: column; padding: 0; } .account_orders .order-card .order-card-footer .order-card-footer-full { padding: 14px 0; width: 100%; text-align: center; border-bottom: 1px solid var(--color-divider); } .account_orders .order-card .order-card-footer .order-card-handle { padding: 20px; } .account_orders .order-card .order-card-footer .mo-btn { flex: 1; margin-left: 0 !important; } } @media screen and (max-width: 767px) { .account_orders .order-card .order-card-footer .order-card-handle { padding: 20px; flex-direction: column; } .order-card .order-card-handle .mo-btn + .mo-btn { margin-top: 10px; margin-left: 0; } } .account_orders .back-box { padding: 30px 0; } .account_orders .back-box a { display: flex; align-items: center; justify-content: center; } .account_orders .back-box span { margin-left: 10px; color: var(--color-main); font-weight: 500; } /* ====== account_orders_default ====== */ .order-header { display: flex; flex-direction: column; align-items: center; } .order-header .order-header-ID { margin-top: 22px; color: var(--color-main); font-size: 20px; line-height: 24px; font-weight: bold; } .order-header .order-header-date { margin-top: 10px; color: var(--color-text-low); font-size: 14px; line-height: 18px; } .order-header .order-header-cancel { margin-top: 10px; color: var(--color-main); font-size: 14px; line-height: 18px; text-decoration: underline; cursor: pointer; } .account_orderDetail_default .order-card-info-detail { padding: 0 20px; overflow: hidden; } .order-table { margin-top: 40px; } .order-table .order-table-header { height: 64px; padding: 0 24px; display: flex; align-items: center; /* justify-content: space-between; */ background: var(--color-table-header); } .order-table .order-table-header .order-table-header-btns { display: flex; align-items: center; } .order-table .order-table-header .order-table-header-btns a + a { margin-left: 10px; } .order-table .order-table-header .order-table-title { height: 24px; font-size: 20px; font-weight: 700; color: var(--color-main); margin-right: auto; } .order-table .order-table-header .main_btn { margin-top: 0; height: 40px; line-height: 40px; } .order-table .order-table-body-info { padding: 30px 20px; display: flex; flex-wrap: wrap; background: var(--color-table-background); } .order-table .order-table-body-info dl { width: 33%; margin-bottom: 12px; padding-right: 12px; box-sizing: border-box; } .order-table .order-table-body-info dt { min-height: 18px; font-size: 14px; color: var(--color-main); margin-bottom: 12px; font-weight: bold; } .order-table .order-table-body-info dd { line-height: 22px; font-size: 14px; color: var(--color-text-medium); } .order-table .order-table-body-product { border-bottom: 1px solid var(--color-divider); background: var(--color-table-background); } .account_orderDetail_default .order-table .order-table-body-product .order-product-item { padding: 30px 22px; box-sizing: border-box; font-size: 14px; } .order-table .order-table-body-product .order-product-item .order-card-info-price { color: var(--color-main) !important; } .order-table .order-table-body-product .order-product-item + .order-product-item { border-top: 1px dashed var(--color-divider); } .order-table .mo-table-footer { padding: 30px 20px; display: flex; flex-direction: column; align-items: flex-end; background: var(--color-table-background); } .order-table .mo-table-footer .pay-cell { display: flex; font-size: 14px; } .order-table .mo-table-footer .pay-cell .pay-cell-labe { color: var(--color-text-medium); text-align: right; } .order-table .mo-table-footer .pay-cell .pay-cell-value { color: var(--color-main); width: 120px; text-align: right; } .order-table .mo-table-footer .pay-cell + .pay-cell { margin-top: 10px; } .order-table .mo-table-footer .pay-cell-total { font-size: 16px; font-weight: bold; } .order-table .mo-table-footer .pay-cell-total .pay-cell-labe { color: var(--color-main); } .order-table .mo-table-footer .pay-cell-total .pay-cell-value { color: var(--assist-color); } .account_orderDetail_default .order-product-header { padding: 0 20px; height: 70px; display: flex; align-items: center; color: var(--color-text-medium); box-sizing: border-box; background: var(--color-table-background); margin-top: 30px; font-size: 14px; border-bottom: 1px solid var(--color-divider); } @media screen and (max-width: 768px) { .order-product-header { display: none !important; } .order-card-info-price { display: flex !important; align-items: center; flex-wrap: wrap; margin-top: 10px; } .order-product-item .mo-col-6 { width: 100% !important; } .order-product-item .mo-col-2 { display: none !important; } .account_orderDetail_default .order-card-info-detail { padding: 0 0 0 20px; box-sizing: border-box; flex: 1; overflow: hidden; } .order-table .order-table-body-info dl { width: 50%; margin-bottom: 12px; padding-right: 12px; box-sizing: border-box; } } @media screen and (max-width: 767px) { .order-table { margin-top: 30px; } } .tracking-warp { margin-top: 30px; background-color: var(--color-table-background); } .tracking-warp .tracking-header { height: 64px; padding: 0 20px; /* font-size: 16px; */ font-weight: 700; display: flex; align-items: center; border-bottom: 1px solid #dddddd; } .tracking-warp .tracking-item { display: flex; flex-direction: column; padding: 24px 20px; position: relative; } .tracking-warp .tracking-item .tracking-edge { position: absolute; right: 20px; top: 50%; margin-top: -3px; cursor: pointer; border-style: dashed; border-color: transparent; border-width: 6px; border-top-color: var(--color-main); border-top-style: solid; transition: all 0.3s; -webkit-transition: all 0.3s; } .tracking-warp .tracking-item .tracking-item-title { font-size: 16px; font-weight: bold; color: var(--color-main); } .tracking-warp .tracking-item .tracking-item-des { font-weight: 300; margin-top: 10px; font-size: 14px; color: var(--color-text-medium); } .tracking-warp .tracking-item + .tracking-item { border-top: 1px dashed var(--color-divider); } /* ==== account_profile ==== */ .account_profile .profile-info { display: flex; flex-direction: column; align-items: center; } .account_profile .profile-info .profile-item { text-align: center; color: #888888; font-size: 14px; margin-bottom: 10px; } .account_profile .profile-info .profile-edit { color: var(--assist-color) !important; margin-top: 1.4285714286rem; text-decoration: underline; } /* ==== account_profilechange === */ .order_checkbox { position: absolute; left: 0; top: 0; opacity: 0; } .checkbox_label { cursor: pointer; display: inline-block; position: relative; font-size: 14px; text-align: center; padding: 20px 0; } .checkbox_label .check_icon { display: inline-block; vertical-align: middle; height: 18px; width: 18px; border: 1px solid #1d1f21; background: #fff; box-sizing: border-box; text-align: center; margin-right: 10px; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; font-size: 0; } .checkbox_label .check_icon svg { height: 16px; width: 10px; opacity: 0; fill: #fff; } .order_checkbox:checked + span.check_icon { -webkit-box-shadow: 0 0 0 10px #1d1f21 inset; box-shadow: 0 0 0 10px #1d1f21 inset; border-color: #1d1f21; } .order_checkbox:checked + span.check_icon svg { opacity: 1; } .birthday-warp { display: flex; height: 46px; align-items: center; background-color: var(--color-input-background); padding: 0 14px; border: 2px solid var(--color-input-background); transition: all 0.5s; box-sizing: border-box; overflow: hidden; border-radius: var(--button_border_radius); } .birthday-warp span { font-size: 14px; } .birthday-warp .birthday-warp-label { color: var(--color-input-placeholder); } .birthday-warp:hover { border: 2px solid var(--color-main); } .birthday-warp .mo-form-input-none:focus { border: 2px solid var(--color-input-background); } /* ==== customer_login ==== */ .customer_login #login-form { padding-bottom: 80px; } #login-form .mo-btn-reset { text-decoration: underline; color: var(--color-main); font-weight: 300; display: inline-block; text-align: center; } .customer_login_default { padding: 0 0 80px; } /* ==== customer_register ===== */ .mo-checkbox { padding: 20px 0; text-align: left; display: flex; justify-content: center; font-size: 14px; } .mo-checkbox .mo-checkbox_input { width: 16px; height: 16px; border: 1px solid #1d1f21; margin-right: 10px; cursor: pointer; -webkit-appearance: none; box-shadow: 0 0 0 1px #1d1f21 inset; transition: box-shadow 1s; } .order_checkbox { position: absolute; left: 0; top: 0; opacity: 0; } .checkbox_label { font-size: 14px; cursor: pointer; display: inline-block; position: relative; text-align: center; } .checkbox_label .check_icon { display: inline-block; vertical-align: middle; height: 18px; width: 18px; border: 1px solid #1d1f21; background: #fff; box-sizing: border-box; text-align: center; margin-right: 10px; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; font-size: 0; } .checkbox_label .check_icon svg { height: 16px; width: 10px; opacity: 0; fill: #fff; } .order_checkbox:checked + span.check_icon { -webkit-box-shadow: 0 0 0 10px #1d1f21 inset; box-shadow: 0 0 0 10px #1d1f21 inset; border-color: #1d1f21; } .order_checkbox:checked + span.check_icon svg { opacity: 1; } .text-tip { padding: 20px 0 0 0; text-align: center; color: var(--color-main); font-weight: 300; font-size: 1rem; } .text-tip a { text-decoration: underline; margin-left: 2px; } .customer_register_default { padding: 0 0 80px; display: block; } /* ===== customer_order_linked_service ===== */ .customer_register_default .mo-card-content .register-service { width: 100%; margin-bottom: 15px; } .customer_register_default .mo-card-content .register-service:empty { margin-bottom: 0; } .customer_register_default .mo-card-content .register-service .service-list { display: flex; align-items: center; justify-content: space-between; box-sizing: border-box; width: 100%; height: 54px; padding: 0 12px; font-size: 14px; border-radius: var(--button_border_radius); cursor: pointer; } .customer_register_default .mo-card-content .register-service #service-select { background-color: var(--color-input-background); position: relative; } #service_eror { color: #dc4845; display: none; font-size: 14px; } .customer_register_default .mo-card-content .register-service #service-select .service-left { padding-top: 18px; } .customer_register_default .mo-card-content .register-service #service-select.manual .service-left .service-img { display: none; } .customer_register_default .mo-card-content .register-service #service-select.manual .service-left .name { display: none; } .customer_register_default .mo-card-content .register-service #service-select.manual .service_label { top: 50%; transform: translateY(-50%); font-size: 14px; } .customer_register_default .mo-card-content .register-service #service-select .service_label { position: absolute; left: 12px; top: 5px; font-size: 12px; color: #aaaaaa; transition: top 0.1s ease, font-size 0.1s ease; } .customer_register_default .mo-card-content .register-service .service-list .service-left { display: flex; align-items: center; } .customer_register_default .mo-card-content .register-service .service-list .service-left .name { overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; word-break: normal; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; flex: 1; font-size: 14px; } .customer_register_default .mo-card-content .register-service .service-list span { display: flex; align-items: center; border-radius: 50%; margin-right: 10px; overflow: hidden; } .customer_register_default .mo-card-content .register-service .service-list .service-left span img { width: 26px; height: 26px; object-fit: cover; display: none; } .customer_register_default .mo-card-content .register-service .service-list .service-left span.show_img img { display: block; } .customer_register_default .mo-card-content .register-service .service-list .service-left span.show_svg svg { display: block; } .customer_register_default .mo-card-content .register-service .service-list .service-left span svg { width: 18px; height: 18px; display: none; margin-left: 4px; } .customer_register_default .mo-card-content .register-service .service-list .service-left span svg path { fill: var(--main_color); } .customer_register_default .mo-card-content .register-service .service-list .service-right svg { width: 19px; height: 11px; transition: all 0.3s; } .customer_register_default .mo-card-content .register-service .service-list .service-right svg path { fill: #707070; } .customer_register_default .mo-card-content .register-service .service-list .service-right.show-options svg { transform: rotate(180deg); } .customer_register_default .mo-card-content .register-service .service_option { background: #ffffff; box-shadow: 0px 6px 12px 2px rgba(0, 0, 0, 0.16); border-radius: var(--button_border_radius); box-sizing: border-box; padding: 10px 0; margin-top: 10px; display: none; max-height: 400px; overflow-y: scroll; } .customer_register_default .mo-card-content .register-service .service_option::-webkit-scrollbar { display: none; } /* ===== customer_resetpassword ===== */ .customer_resetpassword_default .reset-code,.customer_register_default .reset-code { height: 50px; line-height: 50px; font-size: 1rem; cursor: pointer; color: #fff; text-align: center; border-radius: var(--button_border_radius); background-color: var(--color-main); } .customer_resetpassword_default .reset-code-prohibit,.customer_register_default .reset-code-prohibit { background-color: var(--disable-color); } .customer_resetpassword_default .text-tip { padding: 20px 0 0 0; text-align: center; color: var(--color-main); font-weight: 300; font-size: 1rem; } .customer_resetpassword_default .text-tip a { text-decoration: underline; margin-left: 2px; } .order-card-info .order-card-info-detail .order-card-info-title, .account_orders .order-card-info .order-card-info-detail .order-card-info-title { line-height: 24px; } .order-card-info .order-card-info-detail .order-card-info-sku, .account_orders .order-card-info .order-card-info-detail .order-card-info-sku, .order-card-info .order-card-info-detail .product_custom_option, .order-card-info .order-card-info-detail .product_custom_option { margin-top: 0 !important; line-height: 24px; } @media screen and (max-width: 767px) { .order-card-info .order-card-info-detail .order-card-info-sku, .account_orders .order-card-info .order-card-info-detail .order-card-info-sku, .order-card-info .order-card-info-detail .product_custom_option, .order-card-info .order-card-info-detail .product_custom_option { line-height: 28px; } } .account_orderDetail_default .buy_again { margin-top: 0; } @media screen and (max-width: 767px) { .account_orderDetail_default .buy_again_warp { display: flex; flex-direction: column; height: auto; padding: 20px; justify-content: center; } .account_orderDetail_default .buy_again_warp .order-table-title { margin: auto; } .account_orderDetail_default .buy_again_warp .order-table-header-btns { margin-top: 20px; width: 100%; } .account_orderDetail_default .buy_again_warp .order-table-header-btns a { flex: 1; } } .tracking-item-header { display: flex; justify-content: space-between; } .tracking-item-delivery { cursor: pointer; text-decoration: underline; } /* 关联商品数据 */ .delivery-product-popup { width: 528px; border-radius: 6px; background-color: #fff; } @media screen and (max-width: 767px) { .delivery-product-popup { width: 98vw; } } .delivery-product-popup .delivery-product-header { display: flex; padding: 0 32px; height: 70px; justify-content: space-between; align-items: center; font-size: 16px; color: #000; border-bottom: 1px solid #eee; } .delivery-product-popup .delivery-product-header .cart-header-claer { cursor: pointer; } .delivery-product-popup .delivery-product-box { padding: 32px; } .delivery-product-item { display: flex; } .delivery-product-item + .delivery-product-item { margin-top: 20px; } .delivery-product-item .delivery-product-item-img { width: 100px; height: 100px; display: inline-block; } .delivery-product-item .delivery-product-item-img img { width: 100%; height: 100%; object-fit: contain; } .delivery-product-item-content { flex: 1; flex-shrink: 0; margin-left: 20px; } .delivery-product-item-content .delivery-product-title { cursor: pointer; display: -webkit-box; overflow: hidden; font-size: var(--product_font_size); color: var(--title_color); word-break: break-all; -webkit-box-orient: vertical; -webkit-line-clamp: 1; } .delivery-product-item-content .delivery-product-sku { color: #666666; } .delivery-product-item-content .delivery-product-number { color: #666666; } .delivery-product-item-content .delivery-product-price { color: var(--buying_parice_color); } .tracking-warp .refund-item { display: flex; flex-direction: column; padding: 24px 20px; position: relative; } .tracking-warp .refund-item .refund-edge { position: absolute; right: 20px; top: 50%; margin-top: -3px; cursor: pointer; border-style: dashed; border-color: transparent; border-width: 6px; border-top-color: var(--color-main); border-top-style: solid; transition: all 0.3s; -webkit-transition: all 0.3s; } .tracking-warp .refund-item + .refund-item { border-top: 1px dashed #dddddd; } .tracking-warp .refund-item .refund-item-title { font-size: 16px; font-weight: bold; color: var(--color-main); } .tracking-warp .refund-item .refund-item-des { font-weight: 300; margin-top: 10px; font-size: 14px; color: var(--color-text-medium); } .refund-item-header { display: flex; justify-content: space-between; align-items: center; } .refund-item-delivery { flex: 1; display: flex; justify-content: space-between; align-items: center; margin-left: 40px; } .refund-item-delivery-btn { font-size: 16px; cursor: pointer; text-decoration: underline; font-weight: 300; color: var(--color-text-medium); } @media screen and (max-width: 767px) { .refund-item-delivery { margin-left: 0; } .refund-item-header { flex-direction: column; align-items: start; } .refund-item-delivery { width: 100%; margin: 10px 0; } } /* Transaction terms style */ .register_trms .checkbox_label { text-align: left; padding: 0px; margin: 5px 0; position: relative; display: flex; justify-content: flex-start; } .register_trms .checkbox_label .check_icon { flex-shrink: 0; } .register_trms #transaction_terms { display: flex; flex-direction: column; } .register_trms .checkbox_label.error_label::after { content: ''; position: absolute; height: calc(100% + 4px); width: calc(100% + 20px); box-shadow: 0 0 0 2px #e32c2b; left: -10px; top: -2px; } #terms_detail_popup { width: 90vw; max-width: 560px; background-color: #ffffff; padding: 0 20px; box-sizing: border-box; } #terms_detail_popup .terms_title { font-size: 18px; color: #1d1f21; justify-content: space-between; align-items: center; display: flex; position: relative; } #terms_detail_popup .terms_title::after { position: absolute; width: 100%; bottom: -1px; border-bottom: 1px solid #dddddd; content: ""; } #terms_detail_popup .terms_title::before { position: absolute; top: 0; bottom: 0; right: 30px; width: 120px; background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.04) 0%, #FFFFFF 100%); content: ""; z-index: 100; pointer-events: none; } #terms_detail_popup .terms_title .terms_close_btn { align-items: center; display: flex; cursor: pointer; } #terms_detail_popup .terms_title ul { display: flex; overflow-x: auto; gap: 16px; flex: 1; position: relative; margin-right: 10px; scrollbar-width: none; } #terms_detail_popup .terms_title ul li { padding: 15px 0; cursor: pointer; color: #999; max-width: 255px; flex-shrink: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } #terms_detail_popup .terms_title ul li.active { color: #1d1f21; border-bottom: 2px solid #1d1f21; } #terms_detail_popup .terms_content_box { padding: 20px 0; max-height: 50vh; min-height: 266px; font-size: 14px; line-height: 18px; color: #333333; font-family: Montserrat-Light, Montserrat; overflow-y: auto; overflow-x: hidden; white-space: pre-wrap; border-bottom: 1px solid #dddddd; } #terms_detail_popup .terms_footer { padding: 20px 0; gap: 20px; display: flex; align-items: center; justify-content: flex-end; } #terms_detail_popup .terms_footer .main_btn { margin-top: 0; } .testuploadcdss{ display: block; } size: 1rem; color: #1d1f21; } .popup-product-warp .product-details .product-calculator .product-calculator-handle { display: flex; align-items: center; justify-content: center; } .popup-product-warp .product-details .product-calculator .add-icon { display: inline-block; position: relative; width: 15px; height: 15px; } .popup-product-warp .product-details .product-calculator .add-icon::before { position: absolute; left: 0; top: 7px; width: 15px; height: 1px; opacity: 0.9; background: #1d1f21; border-radius: 1px; content: ""; } .popup-product-warp .product-details .product-calculator .add-icon::after { position: absolute; left: 7px; width: 1px; height: 15px; opacity: 0.9; background: #1d1f21; border-radius: 1px; content: ""; } .popup-product-warp .product-details .product-calculator .reduce-icon { display: inline-block; position: relative; width: 15px; height: 15px; } .popup-product-warp .product-details .product-calculator .reduce-icon::before { position: absolute; left: 0; top: 7px; width: 15px; height: 1px; opacity: 0.9; background: #1d1f21; border-radius: 1px; content: ""; } .popup-product-warp .product-details .product-btns { display: flex; width: 100%; } .popup-product-warp .product-details .product-btns .mo-btn { flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .popup-product-warp .product-details .product-btns .divider { width: 20px; } .product-swiper-small { display: flex; align-items: center; padding: 20px 0; } .product-swiper-small .navigation { display: flex; align-items: center; justify-content: center; cursor: pointer; } .product-swiper-small .swiper-container-small { overflow: hidden; } .product-swiper-small .swiper-container-small .swiper-small-item { width: 76px; height: 76px; display: inline-flex; align-items: center; justify-content: center; overflow: hidden; cursor: pointer; box-sizing: border-box; } .product-swiper-small .swiper-container-small .swiper-small-item img { width: 76px; height: auto; } .product-swiper-small .swiper-container-small .active { border: 2px solid var(--title_color) !important; } .popup-product-warp-attr { width: 480px; } .product-sku-values-item-disable { color: #999 !important; text-decoration: line-through; position: relative; } .product-sku-values-item-disable.skyStyle-image.sku-image-item-mall .product-sku-values-item-disable-mask::after { position: absolute; content: ''; height: 18px; width: 18px; box-sizing: border-box; border: 2px solid #fff; border-radius: 50%; } .product-sku-values-item-disable.skyStyle-image.sku-image-item-mall .product-sku-values-item-disable-mask::before { position: absolute; content: ''; width: 2px; height: 18px; background-color: #ffffff; transform: rotate(45deg); } .product-sku-values-item-disable.skyStyle-image.sku-image-item-mall .product-sku-values-item-disable-mask { position: absolute; display: flex; justify-content: center; align-items: center; height: calc(100% + 2px); width: calc(100% + 2px); left: -1px; top: -1px; background-color: rgba(0,0,0,.2); } .product-sku-values-item-disable.skyStyle-color.colorRender .product-sku-values-item-disable-mask { position: absolute; height: calc(100% - 2px); width: calc(100% - 2px); display: flex; justify-content: center; align-items: center; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 50%; overflow: hidden; background-color: rgba(0,0,0,.2); } .product-sku-values-item-disable.skyStyle-color.colorRender .product-sku-values-item-disable-mask::after { position: absolute; content: ''; height: 83%; width: 2px; background-color: #ffffff; transform: rotate(45deg); } .product-sku-values-item-disable:hover { border: 1px solid transparent !important; } @media (max-width: 844px) { .product-swiper-small { padding: 14px 15px !important; } .product-swiper-small .swiper-container-small .swiper-small-item { width: 150px; height: 150px; } } @media (max-width: 480px) { .popup-product-warp-attr { width: calc(100vw - 20px) !important; } } @media (max-width: 767px) { .product_tag_list { opacity: 1; visibility: visible; } } .popup-product-warp-attr .product-details { width: 100%; height: 100%; } .popup-product-warp-attr .product-btns { display: block !important; } .popup-product-warp-attr .product-btns .divider { width: 100%; height: 20px; } .line-clamp2 { overflow: hidden; text-overflow: ellipsis; /* word-break:break-all;*/ word-wrap: break-word; word-break: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; width: 100%; text-align: center; } .text-white-space { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } @media (max-width: 800px) { .cart-layer .cart-content { width: 90%; } } /* 评论 */ .comment-reply-warp { border-top: 1px dashed #dddddd; padding: 20px 0; } .comment-reply-warp .comment-reply-warp-title { display: flex; justify-content: space-between; } .comment-reply-warp-name { color: #1d1f21; font-size: 14px; } .comment-reply-warp-date { color: #888888; font-size: 14px; } .comment-reply-warp .comment-reply-warp-content { margin-top: 10px; color: #888888; font-size: 14px; } .comment_warp-content-lable-show { overflow: visible !important; -webkit-line-clamp: initial !important; } .comment_warp-content-lable-hide { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; width: 100%; text-align: center; } .comment_warp-content-review { cursor: pointer; display: none; } .comment-warp { min-height: 60px; } .product-swiper-small .navigation { outline: none !important; } .account-nav-warp { display: none; position: relative; margin-bottom: 0 !important; } .account-nav-warp .account-nav-title { height: 64px; align-items: center; justify-content: space-between; padding: 0 30px; font-size: 1.1428571429rem; position: relative; cursor: pointer; display: flex; background: #f6f6f6; color: var(--main_color); } .account-nav-warp .account-nav-title .account-edge { position: absolute; right: 30px; top: 50%; margin-top: -3px; cursor: pointer; border-style: dashed; border-color: transparent; border-width: 6px; border-top-color: var(--main_color); border-top-style: solid; transition: all 0.3s; -webkit-transition: all 0.3s; } .account-nav-warp .account-nav-title-active .account-edge { margin-top: -6px; transform: rotate(180deg); } .account-nav-list { display: none; position: absolute; top: 64px; left: 0; right: 0; flex-direction: column; background-color: #ffffff; box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2); padding: 10px 0; z-index: 100; } .account-nav-list .account-nav-item { width: 100%; box-sizing: border-box; padding: 0 30px; } .account-nav-list .account-nav-item a { display: block; height: 64px; line-height: 64px; font-size: 14px; color: var(--main_color); } @media screen and (max-width: 768px) { .account-nav-warp { display: block; } } .grid-warp { display: grid; grid-template-columns: repeat(var(--template-columns), 1fr); grid-column-gap: var(--grid-column); grid-row-gap: var(--grid-row); } .collection_detail_default { margin-top: 20px; } .mo-header-account { padding: 60px 0; } @media screen and (max-width: 767px) { .mo-header-account { padding: 15px 0; } } @media screen and (min-width: 768px) and (max-width: 1024px) { .mo-header-account { padding: 30px 0; } } .default_block_warp { background-color: #EEF0F5; display: flex; align-items: center; justify-content: center; } /* @media screen and (max-width: 768px) { .default_block_warp { height: calc(100vw / 2 - 20px) !important; } } */ .mo-editor-reset { overflow: hidden; } .mo-editor-reset img, .mo-editor-reset table, .mo-editor-reset video { max-width: 100% !important; height: auto; } @media screen and (max-width: 767px) { .mo-editor-reset img, .mo-editor-reset table, .mo-editor-reset iframe, .mo-editor-reset video { height: auto !important; } } /* 重置编辑器样式 */ .mo-editor-reset p { display: block; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0; margin-inline-end: 0; } .mo-editor-reset strong { font-weight: bold; } .mo-editor-reset ol { display: block; list-style-type: decimal; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0; margin-inline-end: 0; padding-inline-start: 40px; } .mo-editor-reset ul { display: block; list-style-type: disc; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0; margin-inline-end: 0; padding-inline-start: 40px; } .mo-editor-reset ol li { display: list-item; list-style-type: decimal; text-align: -webkit-match-parent; } .mo-editor-reset ul li { display: list-item; list-style-type: disc; text-align: -webkit-match-parent; } .mo-editor-reset table { box-sizing: border-box; display: table; text-indent: initial; word-wrap: break-word; border-collapse: collapse; } .mo-editor-reset table img { width: 100%; } .mo-editor-reset tbody { display: table-row-group; vertical-align: middle; border-color: inherit; } .mo-editor-reset tr { display: table-row; vertical-align: inherit; border-color: inherit; } .mo-editor-reset table[border]:not([border="0"]):not([style*=border-color]) td, .mo-editor-reset table[border]:not([border="0"]):not([style*=border-color]) th { border-color: #ccc; } .mo-editor-reset table[border]:not([border="0"]):not([style*=border-style]) td, .mo-editor-reset table[border]:not([border="0"]):not([style*=border-style]) th { border-style: solid; } .mo-editor-reset table[border]:not([border="0"]):not([style*=border-width]) td, .mo-editor-reset table[border]:not([border="0"]):not([style*=border-width]) th { border-width: 1px; } .mo-editor-reset table:not([cellpadding]) td, .mo-editor-reset table:not([cellpadding]) th { padding: 0.4rem; } .mo-editor-reset td { display: table-cell; vertical-align: inherit; border: 1px dashed #bbb; } .mo-editor-reset th { border: 1px dashed #bbb; } .quick-iframe-wrap { min-width: 60px; min-height: 60px; background-color: transparent; } .quick-iframe-wrap-loading { position: absolute; top: 50%; left: 50%; margin-left: -8px; margin-top: -8px; display: inline-block; height: 16px; width: 16px; border-radius: 50%; border: 2px solid #fff; border-bottom-color: transparent; -webkit-animation: loadingRotate 0.75s linear infinite; animation: loadingRotate 0.75s linear infinite; } @-webkit-keyframes loadingRotate { 0% { -webkit-transform: rotate(0deg); } 50% { -webkit-transform: rotate(180deg); } 100% { -webkit-transform: rotate(360deg); } } @keyframes loadingRotate { 0% { transform: rotate(0deg); } 50% { transform: rotate(180deg); } 100% { transform: rotate(360deg); } } .quick-iframe { height: 0; max-height: 90vh; background-color: #fff; border: none; transition: all 0.35s; vertical-align: top; } .normal-quick-iframe { width: 1000px; } .simple-quick-iframe { width: 500px; } /* /手机端767以下,ipad端768-1024,小屏笔记本1024-1200,台式电脑1200以上 */ @media screen and (max-width: 500px) { .simple-quick-iframe { width: 100vw; } .normal-quick-iframe { width: 100vw !important; } .popup-quick-body { bottom: 0; top: 0 !important; left: 0 !important; right: 0 !important; transform: translate(0, 0) !important; overflow: inherit !important; align-items: flex-end !important; } } @media screen and (max-width: 1000px) { .normal-quick-iframe { width: calc(100vw - 20px); } } /* 图片预览 */ .view-picture { position: fixed; top: 0; left: 0; right: 0; bottom: 0; /* background-color: rgba(0, 0, 0, 0.6); */ background-color: transparent; z-index: 9999999999; /* display: none; */ transition: all 0.7s; overflow: hidden; } .view-picture .video-icon { position: absolute; z-index: 100; top: 50%; left: 50%; transform: translate(-50%, -50%); cursor: pointer; visibility: hidden; } .view-picture .view-picture-swiper { position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .view-picture .view-picture-operate { position: absolute; left: 0; right: 0; bottom: -80px; display: flex; align-items: center; justify-content: center; z-index: 100; transition: all 0.4s; } .view-picture .view-picture-operate .operate-arrow-right, .view-picture .view-picture-operate .operate-arrow-left { position: relative; width: 45px; height: 45px; border: none; border-radius: 50%; background: #fff; box-shadow: 0 2px 10px rgba(54, 54, 54, 0.15); text-align: center; overflow: hidden; cursor: pointer; display: flex; align-items: center; justify-content: center; } .view-picture .view-picture-operate .operate-arrow-close { position: relative; width: 55px; height: 55px; border: none; border-radius: 50%; background: #fff; cursor: pointer; text-align: center; z-index: 1; box-shadow: 0 2px 10px rgba(54, 54, 54, 0.15); vertical-align: middle; overflow: hidden; margin: 0 18px; display: flex; align-items: center; justify-content: center; } .view-picture .swiper-button-disabled { visibility: hidden; } .view-picture .view-picture-swiper li { width: 100%; height: 100%; display: flex; padding: 20px 20px; box-sizing: border-box; align-items: center; justify-content: center; } @media screen and (max-width: 767px) { .view-picture .video-icon{ display: none; } .view-picture .view-picture-swiper li { padding: 20px 0px; } } .view-picture .view-picture-swiper img { max-width: 100%; max-height: calc(100% - 50px); object-fit: contain; /* cursor: pointer; */ } .view-picture-operate-show .view-picture-operate { bottom: 80px; } .view-picture-operate-hide .view-picture-operate { bottom: -80px; } /** comment_star style start **/ .cell-star.no-margin { margin-top: 0px; } .moi-start-warp { display: flex; align-items: center; font-size: 14px; justify-content: center; } .moi-start-warp svg { flex-shrink: 0; } @media screen and (max-width: 767px) { .moi-start-warp svg { width: 14px; height: 14px; } } .moi-start-warp svg + .moi-start-warp svg { margin-left: 4px; } .moi-start-warp>span { font-weight: 500; color: var(--title_color); line-height: 1; margin-left: 6px; } div[data-section-type="product_detail"] .control-product_detail-comment_star .moi-start-warp.moi-start-warp-underline>span:last-child { cursor: pointer; } div[data-section-type="product_detail"] .control-product_detail-comment_star .moi-start-warp.moi-start-warp-underline>span:last-child>span { text-decoration: underline; text-underline-offset: 3px; } .moi-start-warp>span:last-child>span { display: inline-block; margin: 0 2px; } .moi-start-warp .comment-star-warp { position: relative; } .moi-start-warp .comment-star-base { position: relative; display: flex; align-items: center; flex-wrap: nowrap !important; } .moi-start-warp .comment-star-warp .cell-star { display: flex; justify-content: center; margin-top: 12px; } .moi-start-warp .comment-star-warp .comment-star-warp-choose { position: absolute; top: 0; left: 0; bottom: 0; overflow: hidden; } /** comment_star style end **/ .mo-alert-info-model { position: fixed; display: flex; align-items: center; justify-content: center; top: 0; left: 0; right: 0; bottom: 0; pointer-events: none; z-index: 99999999999999; } .mo-alert-info-model .mo-alert-info-body { display: inline-flex; align-items: center; padding: 10px 16px; background: #fff; border-radius: 2px; box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.1215686275), 0 6px 16px rgba(0, 0, 0, 0.0784313725), 0 9px 28px 8px rgba(0, 0, 0, 0.0509803922); pointer-events: all; font-size: 14px; animation-name: bounceIn; } .mo-alert-info-model .mo-alert-info-body svg { width: 14px; height: 14px; margin-right: 8px; } .mo-alert-info-model.mo-alert-info-model_top { align-items: flex-start; } .mo-alert-info-model.mo-alert-info-model_top .mo-alert-info-body { margin-top: 64px; animation-name: bounceInDown; } .mo-alert-info-model .mo-alert-info-body.mo-alert-info_close-top-animation { animation-name: bounceOutUp; } .mo-alert-info-model .mo-alert-info-body.mo-alert-info_close-center-animation { animation-name: bounceOut; } /** comment_star style end **/ /*****登录注册页输入框css********/ .pub-mo-form-item-value { position: relative; } .pub-mo-form-item-value .mo-form-input:focus { padding-top: 23px; } .pub-mo-form-item-value .mo-form-input:focus ~ .field_label { top: 16px; letter-spacing: 0.04rem; font-size: 12px; } .pub-mo-form-item-value .mo-form-input:not(:placeholder-shown) ~ .field_label { top: 16px; letter-spacing: 0.04rem; font-size: 12px; } .pub-mo-form-item-value .mo-form-input:not(:placeholder-shown) { padding-top: 23px; } .pub-mo-form-item-value .mo-form-input::placeholder { color: transparent; } .pub-mo-form-item-value .field_label { position: absolute; left: 12px; font-size: 14px; top: 50%; transform: translateY(-50%); transition: top 0.1s ease, font-size 0.1s ease; color: #AAAAAA; cursor: pointer; } /* product_preview start */ .product_preview-video-container, .product_preview-youtube-container { width: 100%; position: relative; } .product_preview-youtube-container { height: 380px; } .product_preview-video-container video{ position: absolute; top: 0; left: 0; } .product_preview-video-container video, .product_preview-video-container iframe, .product_preview-youtube-container video, .product_preview-youtube-container iframe { width: 100%; height: 100%; } .swiper-slide-video { position: relative; } .swiper-slide-video .video-icon { position: absolute; z-index: 100; top: 50%; left: 50%; transform: translate(-50%, -50%); cursor: pointer; } .product-swiper-small { display: flex; align-items: center; padding: 15px 0; } .product-swiper-small .navigation { display: flex; align-items: center; justify-content: center; cursor: pointer; } .product-swiper-small .swiper-container-small { overflow: hidden; } .product-swiper-small .swiper-small-item { width: 76px; height: 76px; display: inline-flex; align-items: center; justify-content: center; overflow: hidden; cursor: pointer; box-sizing: border-box; } .product-swiper-small .swiper-small-item img { width: 76px; height: auto; } .product-swiper-small .swiper-small-item-active { border: 2px solid var(--color-main); } .product-swiper-small .arrow { padding: 0 12px; display: none; font-size: 0; } @media (max-width: 767px) { .product-swiper-small .arrow { display: inline-block; } .product-swiper-small { display: flex; justify-content: space-between; padding: 15px 0; } .product-swiper-small.show_mobile_thumbnail .arrow { display: none; } .product-swiper-small.show_mobile_thumbnail .swiper-container-small .swiper-small-item { width: 64px; height: 64px; border: 2px solid transparent; border-radius: 0; box-sizing: border-box; } .product-swiper-small.show_mobile_thumbnail .swiper-container-small .swiper-small-item img{ display: block; width: 100%; height: 100%; object-fit: cover; } .product-swiper-small .swiper-container-small .swiper-small-item { width: 10px; height: 10px; border: 2px solid var(--title_color); border-radius: 50%; box-sizing: border-box; } .product-swiper-small .swiper-container-small .swiper-small-item:last-child { margin-right: 0 !important; } .product-swiper-small .swiper-container-small .active { border: 2px solid var(--title_color) !important; background-color: var(--title_color) !important; } .product-swiper-small .swiper-container-small .swiper-small-item img { display: none; } } /* product_preview end */ .cart-label-warp { color: #EC4330; font-size: 14px; padding: 5px 10px; line-height: 1; background: #FFF0EF; border-radius: 4px; margin-top: 5px; display: inline-block; } .cart-label-timer { display: inline-flex; align-items: center; margin-top: 5px; } .minicart_qty-disable { pointer-events: none; opacity: 0.6; cursor: not-allowed; } /* 详情页固定 */ .product-right-sticky { position: sticky; top: 15px; } /* 详情图片展示样式 平铺向下 */ .product_preview_temp1 .swiper-slide { margin-bottom: 20px; } .product_preview_temp1 .swiper-prev { left: 15px; } .product_preview_temp1 .swiper-next { right: 15px; } .product_preview_temp1 .swiper-navigation { position: absolute; top: 50%; width: 44px; height: 44px; border-radius: 50%; z-index: 9; right: 15px; display: flex; align-items: center; justify-content: center; background-color: #fff; display: none; } @media (max-width: 767px) { .product_preview_temp1 { margin-bottom: 20px; } .product_preview_temp1 .swiper-navigation { display: flex; } } /* 详情图片展示样式 2列平铺向下 */ #product_detail .product-left .product-right-sticky .swiper-container .swiper-slide img { border-radius: var(--img-radius) !important; } #product_detail .product-left .product-right-sticky .swiper-container .swiper-slide .product_preview-youtube-container { border-radius: var(--img-radius); overflow: hidden; } @media screen and (min-width: 768px) { #product_detail .product-left .product-right-sticky .swiper-container-small .swiper-slide { border-radius: var(--img-radius); } } .product_preview_temp2 .swiper-prev { left: 15px; } .product_preview_temp2 .swiper-next { right: 15px; } .product_preview_temp2 .swiper-navigation { position: absolute; top: 50%; width: 44px; height: 44px; border-radius: 50%; z-index: 9; right: 15px; display: flex; align-items: center; justify-content: center; background-color: #fff; display: none; } @media screen and (min-width: 768px) { .product_preview_temp2>ul { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; } } @media screen and (max-width: 767px) { .product_preview_temp2 .swiper-navigation { display: flex; } } /* 向下大小平铺 */ .product_preview_bigtiledown .bigtiledown-pagination { display: flex; justify-content: center; align-items: center; padding: 15px 0; } .product_preview_bigtiledown .bigtiledown-pagination .swiper-pagination { position: static; width: 120px; } @media (min-width: 767px) { .product_preview_bigtiledown-wrapper { display: flex; flex-wrap: wrap; column-gap: 20px; row-gap: 20px; } .product_preview_bigtiledown-wrapper .swiper-slide { width: calc(50% - 10px); } .product_preview_bigtiledown-wrapper .swiper-slide:first-child { width: 100%; } .product_preview_bigtiledown .bigtiledown-pagination { display: none; } } /* 向右 */ .product_preview_right { display: flex; } .product_preview_right .product-swiper-small { display: flex; flex-direction: column; padding: 0; padding-left: 15px; } .product_preview_right .swiper-container-small { max-height: 500px; } .product_preview_right .navigation { transform: rotate(90deg); } @media (max-width: 767px) { .product_preview_right, .product_preview_left { display: block; } .product_preview_right .product-swiper-small { display: flex; flex-direction: row; } .product_preview_right .swiper-container-small { height: auto; } } /* 向左 */ .product_preview_left { display: flex; flex-direction: row-reverse; } .product_preview_left .product-swiper-small { display: flex; flex-direction: column; padding: 0; padding-right: 15px; } .product_preview_left .swiper-container-small { max-height: 500px; } .product_preview_left .navigation { transform: rotate(90deg); } @media (max-width: 767px) { .product_preview_left { display: block; } .product_preview_left .product-swiper-small { display: flex; flex-direction: row; } .product_preview_left .swiper-container-small { height: auto; } } @media (min-width: 767px) { .preview_bigtiledown_wrapper { display: flex; flex-wrap: wrap; column-gap: 20px; row-gap: 20px; } .product_preview_bigtiledown .swiper-slide { width: calc(50% - 10px); } .product_preview_bigtiledown .swiper-slide:first-child { width: 100%; } .product_preview_bigtiledown .bigtiledown-pagination { display: none; } } /* 商品右侧布局 */ select { font-family: var(--general_font_family); } .product_flex_left .moi-product-sku-value .product-sku-values, .product_flex_left .cell-item, .product_flex_left .cell-star, .product_flex_left .mobile_product_preview{ justify-content: start !important; } .product-info-describe { text-align: center; } .virtual_sale { font-size: var(--general_font_size) !important; color: var(--main_color) !important; } .product_flex_left .product-name, .product_flex_left .product-info-title, .product_flex_left .product-title, .product_flex_left .product-info-subtitle, .product_flex_left .product-info-describe { text-align: left !important; } .product_flex_left .product-calculator { border: 1px solid #999; } .product_flex_left .product-calculator .product-calculator-value { margin: 0; } .product_flex_left .product-sku-values .product-sku-values-item { margin-left: 0 !important; margin-right: 15px; margin-top: 15px; } .moi-product-option .moi-product-sku-value{ margin-top: 15px !important; } .product_flex_left .product-price { justify-content: start !important; } .product_flex_left .product-price .product-price-number { margin-right: 10px; } .product_flex_left .product-price .product-price-market { margin-left: 0; margin-right: 10px; } .product_flex_left .product-price-discount { margin-left: 0; } /*产品缩略图*/ .block_product_img_list { margin-top: 10px; } .block_product_img_list .img_list { gap: 3px; } .block_product_img_list .img_list .img_list_item { width: 28px; height: 28px; box-sizing: border-box; padding: 2px; } .block_product_img_list .img_list .img_list_item.active { border: 1px solid; } .block_product_img_list .img_list .morNumber { display: flex; align-items: center; } .block_product_img_list .img_list .morNumber:empty { display: none; } .block_product_img_list .img_list .img_list_item img { width: 100%; height: 100%; object-fit: cover; } .moi-product-sku-value .product-sku-values .product-sku-value-color { border-radius: 50%; padding: 2px !important; } .moi-product-sku-value .product-sku-values .product-sku-value-color .product-sku-value-color-item { width: 30px; height: 30px; border-radius: 50%; background-color: #fff; border: 2px solid #e2e2e2; box-sizing: border-box; } .moi-product-sku-value .product-sku-values .product-sku-values-item-active .product-sku-value-color-item { border: transparent; } .moi-product-sku-value .product-sku-values .sku-image-item-big { width: 150px; height: 180px; display: flex; flex-direction: column; padding: 0 !important; border: 1px solid #f2f2f2; box-sizing: border-box; overflow: hidden; } .moi-product-sku-value .product-sku-values .sku-image-item-big img { width: 150px !important; flex: 1; } .moi-product-sku-value .product-sku-values .sku-image-item-big span { display: block; width: 100%; margin: 0; border-top: 1px solid #f2f2f2; padding: 8px 5px; box-sizing: border-box; } /***header logo ****/ .def_header_logo a { color: var(--title_color); font-family: var(--title_font_family); font-style: var(--title_font_style); font-weight: var(--title_font_weigth); letter-spacing: var(--title_letter_spacing); display: flex; align-items: center; margin: 15px 0; } .def_header_logo a span { display: none; } @media screen and (min-width: 768px) { .def_header_logo a span.pc { display: flex; align-items: center; } } @media screen and (max-width: 767px) { .def_header_logo a span.yd { display: flex; align-items: center; } } @media (min-width: 768px) { .md\:df-visible { visibility: visible; } .md\:df-top-20 { top: 5rem; } .md\:df-mx-8 { margin-left: 2rem; margin-right: 2rem; } .md\:df-flex { display: flex; } .md\:df-hidden { display: none; } .md\:df-w-5\/12 { width: 41.666667%; } .md\:df-w-auto { width: auto; } .md\:df-flex-1 { flex: 1 1 0%; } .md\:df-flex-row { flex-direction: row; } .md\:df-px-12 { padding-left: 3rem; padding-right: 3rem; } .md\:df-py-8 { padding-top: 2rem; padding-bottom: 2rem; } .md\:df-px-3 { padding-left: 0.75rem; padding-right: 0.75rem; } } .line-clamp1 { overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; word-break: normal; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; width: 100%; text-align: center; } /****商品不可选中按钮大写****/ .product-btns.product-out-of-stock{ text-transform: uppercase; } .product-out-of-delete { text-transform: uppercase; } /* 去掉input[type="number"]的默认样式 */ /* chrome */ input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{ -webkit-appearance: none !important; } /* firefox */ input[type="number"]{ -moz-appearance:textfield; } /*******邮箱后缀填充*******/ .mo-form-item[name="email"] { position: relative; } .mo-form-item[name="email"] .email_auto_fill_box { background: #FFFFFF; box-shadow: 0px 6px 12px 2px rgba(0, 0, 0, 0.1600); border-radius: var(--button_border_radius); box-sizing: border-box; padding: 10px 0; margin-top: 10px; max-height: 400px; overflow-y: scroll; font-size: 12px; } .mo-form-item[name="email"] .email_auto_fill_box:empty { padding: 0; margin: 0; box-shadow: none; } .mo-form-item[name="email"] .email_auto_fill_box .divide { height: 1px; background-color: var(--color-divider); } .mo-form-item[name="email"] .email_auto_fill_box li { line-height: 2; cursor: pointer; } /* 导航图片 */ header-nav-img { display: inline-flex; align-items: center; } header-nav-img img { max-width: 40px; max-height: 40px; object-fit: cover; margin: 4px 8px 4px 0; } /* 超出隐藏 */ .text-ellipsis { overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; word-break: normal; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; width: 100%; } .text-ellipsis2{ text-overflow: ellipsis; overflow-wrap: break-word; word-break: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; width: 100%; overflow: hidden; } /*****商品列表图片填充规则*****/ .plugin-product_item-img_box img { width: 100% !important; height: 100% !important; object-fit: var(--product_img_cut) !important; } /*** 商品快速按钮颜色 **/ .product_view { background-color: var(--main_button_bg) !important; color: var(--main_button_color) !important; border-color: var(--main_button_bg) !important; } .product_view svg path{ fill: var(--main_button_color) !important; stroke: var(--main_button_color) !important; } /*** 自定义属性 **/ .custom-option-download{ position: relative; padding-bottom: 4px; display: inline-block; word-break: break-word; } .custom-option-download::after{ content: ""; position: absolute; width: 100%; height: 1px; background-color: currentColor; left: 50%; bottom: 0; transform: translateX(-50%); transition: width 500ms ease-in-out; } .custom-option-download:hover::after { width: 35%; } /* 兼容开启网页保护swiper fade模式跳转链接不正确问题 */ .swiper-container-fade a img { pointer-events: none !important; } .swiper-fade a img { pointer-events: none !important; } .swiper-container-fade .swiper-slide-active a img { pointer-events: all !important; } .swiper-fade .swiper-slide-active a img { pointer-events: all !important; } /******详情页评论按钮******/ div[data-section-type="product_detail"] .detail-box .comment-btn-wrap a.comment-btn { flex: 1; } div[data-section-type="product_detail"] .product-tabs-content-item .comment-btn-wrap, div[data-section-type="product_detail"] .product-tabs-content .comment-btn-wrap, div[data-section-type="product_detail"] .module-cell .comment-btn-wrap{ justify-content: center; display: flex; gap: 20px; margin-top: 24px; } div[data-section-type="product_detail"] .product-tabs-content-item .comment-btn-wrap:empty, div[data-section-type="product_detail"] .product-tabs-content .comment-btn-wrap:empty, div[data-section-type="product_detail"] .module-cell .comment-btn-wrap:empty { margin-top: 0; } .testuploadcdss{ display: block; } .comment-img-preview .big_img_swiper .swiper .swiper-slide { display: inline-flex; align-items: center; justify-content: center; height: auto; } .comment-img-preview .big_img_swiper .swiper a { display: inline-block; width: 100%; } .comment-img-preview .big_img_swiper .swiper img { height: 376px; object-fit: cover; } .comment-img-preview .small_img_swiper { display: flex; align-items: center; margin: 10px 10px 11px 10px; gap: 8px; } .comment-img-preview .small_img_swiper .swiper { flex: 1; overflow: hidden; } .comment-img-preview .small_img_swiper .swiper-slide { height: 52px; display: inline-flex; align-items: center; justify-content: center; border: 2px solid transparent; box-sizing: border-box; } .comment-img-preview .small_img_swiper .swiper-slide.active { border-color: #1D1F21; } .comment-img-preview .small_img_swiper .swiper-slide img { height: 100%; } .comment-img-preview .small_img_swiper .navigation_prev, .comment-img-preview .small_img_swiper .navigation_next { display: none; cursor: pointer; } /* 商品详情页显示所有变体 */ .sku_option-template_all{ /* --sku_option-color:var(--template-color,51,51,51); */ } .sku_option-template_all-item:hover{ box-shadow: inset 0 0 0 2px var(--main_button_bg); } .--template-all-disable{ opacity: 0.6; background-color: var(--sku-bg); cursor: not-allowed; } .--template-all-disable:hover .sku_option-template_all-item{ box-shadow: inset 0 0 0 1px var(--sku-border) !important; } .sku_option-template_all-item{ padding: 12px 22px; cursor: pointer; border-radius: 5px; /* background: rgba(var(--sku_option-color), .02); */ box-shadow: inset 0 0 0 1px var(--sku-border); position: relative; display: flex; box-sizing: border-box; align-items: center; } .sku_option-template_all-item:hover { background-color: var(--sku-bg); } .sku_option-template_all-item-icon{ display: inline-block; width:18px; height: 18px; flex-shrink: 0; border-radius: 50%; border: 1px solid var(--sku-border); box-sizing: border-box; margin-right: 20px; } .sku_option-template_all input:checked+.sku_option-template_all-item .sku_option-template_all-item-icon{ border: 6px solid var(--main_button_bg); } .sku_option-template_all input:checked+.sku_option-template_all-item{ box-shadow: inset 0 0 0 2px var(--main_button_bg); background-color: var(--sku-bg); font-weight: bold; } .sku_option-template_all-cell+.sku_option-template_all-cell{ margin-top: 14px; } .--template-all-left{ display: flex; flex: 1; align-items: center; min-height: 48px; overflow: hidden; margin-right: 20px; } .--template-all-left_text{ font-size:16px; overflow: hidden; } .--template_all-right{ display: flex; flex-direction: column; align-items: end; } .--template_all-price{ color: var(--buying_parice_color); font-size: 16px; line-height: 1.2; } .--template_all-compare_at_price{ font-size: 14px; line-height: 1.2; font-weight: 300; margin-top: 2px; text-decoration-line: line-through; color: var(--original_price_color); } .--template_all-tag{ position: absolute; background: var(--main_button_bg); color: var(--main_button_color); font-weight: 300; font-size: 14px; top:0; right: 0; margin: 0; transform: translateY(-50%); padding: 1px 10px; border-radius: 5px 5px 5px 5px; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; word-break: normal; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; max-width: 100%; box-sizing: border-box; } .--template-all-color{ display: inline-block; height: 24px; width: 24px; margin: 0 20px 0 0; } .--template-all-img{ height: 48px; width: 48px; margin-right: 10px; } .product_detail_default .product-warp .product-right .product-name h1 { font-size: inherit; } .test_092_00{ display: block; } .moi-product-sku-multiple,.moi-product-sku-multiple-table{ width: 100%; border-collapse: collapse; border-spacing: 0; font-size: 14px; } .moi-product-sku-multiple-table thead{ background: #F6F6F6; } .moi-product-sku-multiple-table thead td{ padding:8px; min-height: 40px; box-sizing: border-box; } .moi-product-sku-multiple-table tbody td{ min-height: 72px; padding: 8px; box-sizing: border-box; } .moi-product-sku-multiple .font-bold{ font-weight: bold; color: #1D1F21 !important; display: inline-block; line-height: 1.25; } .step-warp{ border: 1px solid #dddddd; height: 40px; display: inline-flex; overflow: hidden; } .step-warp .step-warp-handle{ height: 40px; width: 40px; display: flex; align-items: center; justify-content: center; cursor: pointer; position: relative; --handle-color:#1D1F21; } .step-warp .step-warp-handle[disabled]{ --handle-color:#DDDDDD; cursor: not-allowed; pointer-events: none; } .step-warp .step-warp-handle[data-type='plus']::before { content: ''; display: inline-block; width: 12px; height: 2px; background-color: var(--handle-color); position: absolute; top: 50%; transform: translateY(-50%); } .step-warp .step-warp-handle[data-type='plus']::after { content: ''; display: inline-block; width: 2px; height: 12px; background-color: var(--handle-color); position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } .step-warp .step-warp-handle[data-type='minus']::before { content: ''; display: inline-block; width: 12px; height: 2px; background-color: var(--handle-color); position: absolute; top: 50%; transform: translateY(-50%); } .step-warp .step-warp-value{ height: 40px; width: 44px; text-align: center; } .step-items-center{ width: 126px; display: flex; align-items: center; vertical-align: middle; justify-content: space-between; } .step-items-end { display: flex; align-items: center; vertical-align: middle; justify-content: flex-end; } .multiple-reset{ color: #888888; cursor: pointer; display: inline-flex; align-items: center; margin-left: 6px; } .multiple-reset-text{ text-decoration-line: underline; margin-left: 2px; } .multiple-total{ display: flex; align-items: center; justify-content: space-between; padding: 16px 0; border-top: 1px solid #DDDDDD; margin-top: 10px; } .multiple-total-value{ font-weight: bold; font-size: 20px; color: var(--buying_parice_color); } .multiple-angle{ background: #1D1F21; border-radius: 8px 8px 8px 8px; font-size: 12px; line-height: 16px; padding: 0 6px; color: #fff; position: absolute; top:-8px; left: 100%; transform: translateX(-50%); display: none; z-index: 100; } .multiple-md-hidden{ display: none; } .multiple-md-block{ display: block; } .multiple-md-inline-block{ display: inline-block; } .moi-product-option .stock-sotes{ text-decoration-line: underline; cursor: pointer; } .multiple-md-width40 { width: 60%; } @media screen and (min-width: 768px) { .multiple-md-width40 { width: 40%; } .multiple-md-hidden{ display: table-cell; } .multiple-md-block{ display: none; } .multiple-md-inline-block{ display: none; } .step-items-center{ width: 100px; } .step-warp{ height: 26px; } .step-warp .step-warp-handle{ height: 26px; width: 26px; } .step-warp .step-warp-value{ height: 26px; width: 44px; text-align: center; } .moi-product-sku-multiple-table tbody td{ min-height: 44px; box-sizing: border-box; } .moi-product-sku-multiple-table thead td{ padding: 8px 10px; } .moi-product-sku-multiple-table tbody td{ padding: 8px 10px; } } .product-detail-skuspu { word-break: break-all; } .test{ display: block; } .page-router-nav { color: #737373; font-size: 14px; line-height: 22px; padding: 16px 0; background: #F6F6F6; } .page-router-nav-warp { margin: 0 auto; max-width: var(--general_layout_width); } .page-router-nav a { color: #999999; font-size: 14px; line-height: 17px; } .page-router-nav .on { color: #666666; overflow: hidden; } .page-router-nav span { padding: 0 4px; } .item-caption .product_price,.product_price_tag { display: inline-flex; padding: 1px 8px; border-radius: calc(max(4px,var(--button_border_radius))); } /* 商品详情页强制图片比例 */ #product_detail .control-product_detail-picture_item img { object-fit: var(--producr_details_fit, cover) !important; } #product_detail .product_cardimg-picture-crop-11 { aspect-ratio: 1 / 1 !important; } #product_detail .product_cardimg-picture-crop-11 img { position: static; width: 100%; height: 100%; object-fit: cover; } #product_detail .product_cardimg-picture-crop-34 { aspect-ratio: 3 / 4 !important; } #product_detail .product_cardimg-picture-crop-34 img { position: static; width: 100%; height: 100%; object-fit: cover; } #product_detail .product_cardimg-picture-crop-23 { aspect-ratio: 2 / 3 !important; } #product_detail .product_cardimg-picture-crop-23 img { position: static; width: 100%; height: 100%; object-fit: cover; } #product_detail .product_cardimg-picture-crop-12 { aspect-ratio: 1 / 2 !important; } #product_detail .product_cardimg-picture-crop-12 img { position: static; width: 100%; height: 100%; object-fit: cover; } /* 供应商名称样式 */ .supplier_name{ font-size: 14px; color: #999999; } .supplier_name.product_flex_center{ text-align: center; } /* 批量加购表格样式 */ @media screen and (max-width: 767px) { .sp_table_content.step-items-end{ display: table-cell; } .sp_table_content.step-items-end .step-items-center{ width:100%; justify-content: flex-end; } } /* */ .inline_center{ display: inline-flex; align-items: center; } .justify-self-start { justify-self: start; } .justify-self-center { justify-self: center; } .justify-self-end { justify-self: end; } @media screen and (min-width: 767px) { .plugin-container-tabbar_fix{ display: grid !important; grid-template-columns: 1fr auto 1fr; } } @media screen and (max-width: 768px) { .plugin-container-tabbar_fix .plugin-container-tabbar{ display: none; } } Strawberry Shortcake x Goose Creek