登录后可加入购物车、提交订单并查看订单中心
支持微信扫码 / 微信内一键登录
店铺街 商品中心 订单中心 商家入驻
购物车
/** 主要按钮 */ .primary_button { color: #ffffff; background-color: #4b53f5; } /** 次要按钮*/ .second_button { background: #ffffff; box-sizing: border-box; border: 1px solid #4b53f5; color: #333333; } /** 默认按钮*/ .default_button { background: #ffffff; box-sizing: border-box; border: 1px solid #DBDFE2; color: #333333; } /** 删除按钮*/ .delete_button { background: #ffffff; box-sizing: border-box; border: 1px solid #C3C8C8; color: #ef4444; } /** 上传按钮*/ .upload_button { background: #EDEDED; opacity: 1; color: #333333; } /** 负面主按钮*/ .negative_button { background: #ef4444; opacity: 1; color: #ffffff; } /** 文字按钮*/ .text_button { color: #333333; /*color: #4B53F5;*/ } /** 链接按钮*/ .link_button { color: #4B53F5; text-decoration: underline; text-decoration-color: #4B53F5; } /** 小按钮*/ .small_button { font-size: 12px; font-weight: 350; line-height: 14px; height: 24px; border-radius: 2px; padding: 0 11px; display: flex; align-items: center; justify-content: center; margin: 2px 2px; } /** 中按钮*/ .medium_button { font-size: 12px; font-weight: 350; line-height: 14px; height: 32px; border-radius: 4px; padding: 5px 16px; display: flex; align-items: center; justify-content: center; margin: 4px 4px; } /** 大按钮*/ .large_button { font-size: 14px; font-weight: 350; line-height: 14px; height: 40px; border-radius: 6px; padding: 9px 20px; display: flex; align-items: center; justify-content: center; margin: 8px 8px; } /** q-btn-toggle*/ .toggle_button { font-size: 24px; font-weight: 350; line-height: 22px; color: #000000; } .search_form_label { color: #000000; font-size: 12px; font-weight: 350; line-height: 22px; } .search_form_row { display: flex; flex-direction: row; justify-content: start; align-items: center; } .search_form_row > * { margin-left: 5px; } .text-dl-btn-toggle { color: #000000; } .text-dl-btn-toggle-active { color: #4B53F5; } .dl-btn-toggle { font-size: 12px; font-weight: 350; line-height: 22px; } /** q-btn-toggle*/ .text-dl-input-border { color: #4B53F5; } .text-dl-input-placeholder { color: #bfbfbf; } .dl-input { font-size: 12px; font-weight: 350; color: #000000; line-height: 22px; } /** dl-checkbox*/ .text-dl-checkbox { color: #4B53F5; } /** dl-radio*/ .text-dl-radio { color: #4B53F5; } /** dl-toggle*/ .text-dl-toggle { color: #4B53F5; } /** q-select*/ .text-dl-select-border { color: #4B53F5; } .text-dl-date { color: #ffffff; } .bg-dl-date { background: #4B53F5; } .dict-label { padding: 1px 4px; border-radius: 1px; } /** report*/ .table_btn_area { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; width: fit-content; align-items: center; } /** dialog*/ .dialog_header { width: calc(100% - 50px); text-align: center; font-size: 18px; font-weight: 500; line-height: 22px; color: #333333; } .sub_title { width: 100px; text-align: center; font-size: 14px; font-weight: 500; line-height: 22px; color: #333333; } /** cardtype-status*/ .card-type-status-1 { background: #fff4f4; color: #ff411f; } .card-type-status-5 { background: #e5fcf3; color: #2dbb82; } .card-type-status-8 { background: #fff4d9; color: #bb8f82; } /** card-status*/ .card-status-1 { background: #fff4f4; color: #ff411f; } .card-status-2 { background: #e5fcf3; color: #2dbb82; } .card-status-3 { background: #ecf8ff; color: #1898db; } .card-status-4 { background: #f8f7f5; color: #333333; } .card-status-5 .card-status-6 .card-status-7 { background: #4b53f5; color: #ebecfd; }