} .section-title-icon.wine-bg { background: linear-gradient(135deg, #722F37, #8b3f47); color: #fff; } .section-title-icon.gold-bg { background: linear-gradient(135deg, #c9a96e, #d4b87a); color: #fff; } .section-title-text { font-size: 1.25rem; font-weight: 700; color: #2c2c2c; margin: 0; } .section-title-sub { font-size: 0.75rem; color: #999; margin-left: 10px; font-weight: 400; } /* 分类标题 - 用在每个分类区域 */ .cat-section-title { display: flex; align-items: center; margin-bottom: 16px; padding-bottom: 8px; border-bottom: 2px solid #f0e6d6; } .cat-section-title .cat-badge { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; background: linear-gradient(135deg, #c9a96e, #d4b87a); color: #fff; font-size: 0.75rem; font-weight: 700; margin-right: 10px; flex-shrink: 0; } .cat-section-title h4 { font-size: 1.1rem; font-weight: 700; color: #722F37; margin: 0; } .section-header { border-left: 4px solid #722F37; padding-left: 12px; margin-bottom: 20px; } /* 广告位样式 */ .ad-banner { border-radius: 12px; overflow: hidden; position: relative; min-height: 100px; display: flex; align-items: center; padding: 20px 30px; background: linear-gradient(135deg, #1a1a2e 0%, #2d1b2e 40%, #722F37 100%); box-shadow: 0 4px 20px rgba(114,47,55,0.25); margin-bottom: 20px; } .ad-banner::before { content: ''; position: absolute; top: -50%; right: -20%; width: 300px; height: 300px; background: radial-gradient(circle, rgba(201,169,110,0.15) 0%, transparent 70%); border-radius: 50%; } .ad-banner::after { content: ''; position: absolute; bottom: -30%; left: -10%; width: 200px; height: 200px; background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 70%); border-radius: 50%; } .ad-banner-content { position: relative; z-index: 1; flex: 1; } .ad-banner h5 { color: #c9a96e; font-weight: 700; margin-bottom: 4px; font-size: 1.1rem; letter-spacing: 1px; } .ad-banner h5 i { margin-right: 8px; } .ad-banner p { color: rgba(255,255,255,0.75); margin: 0; font-size: 0.85rem; } .ad-banner .ad-cta { position: relative; z-index: 1; flex-shrink: 0; margin-left: 20px; } .ad-banner .ad-cta a { display: inline-flex; align-items: center; padding: 8px 20px; border-radius: 25px; background: linear-gradient(135deg, #c9a96e, #d4b87a); color: #1a1a2e; font-weight: 600; font-size: 0.85rem; text-decoration: none; transition: all 0.3s; box-shadow: 0 2px 10px rgba(201,169,110,0.3); } .ad-banner .ad-cta a:hover { transform: translateY(-2px); box-shadow: 0 4px 20px rgba(201,169,110,0.5); } .ad-banner .ad-cta a i { margin-left: 6px; } /* ===== 产品分类 - 全新大气样式 ===== */ /* 左侧分类导航 */ .cat-nav-wrap { border-radius: 12px; overflow: hidden; box-shadow: 0 2px 15px rgba(0,0,0,0.06); border: 1px solid #f0e6d6; background: #fff; } .cat-nav-header { background: linear-gradient(135deg, #722F37, #5a252b); color: #fff; font-weight: 700; font-size: 0.9rem; padding: 14px 16px; letter-spacing: 0.5px; display: flex; align-items: center; } .cat-nav-header i { margin-right: 10px; font-size: 1.1rem; } .cat-nav-item { display: flex; align-items: center; padding: 12px 16px; color: #444; text-decoration: none; font-size: 0.9rem; font-weight: 500; border-left: 3px solid transparent; transition: all 0.25s; border-bottom: 1px solid #f5f0eb; } .cat-nav-item:last-child { border-bottom: none; } .cat-nav-item:hover { background: #fdf8f4; border-left-color: #c9a96e; color: #722F37; padding-left: 20px; } .cat-nav-item.active { background: #f8e8ea; border-left-color: #722F37; color: #722F37; font-weight: 600; } .cat-nav-icon { width: 32px; height: 32px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 0.9rem; margin-right: 12px; flex-shrink: 0; background: #f5f0eb; color: #722F37; transition: all 0.25s; } .cat-nav-item:hover .cat-nav-icon { background: #722F37; color: #fff; } .cat-nav-item.active .cat-nav-icon { background: #722F37; color: #fff; } /* 行业动态 - 升级版 */ .dynamics-card { border-radius: 12px; overflow: hidden; box-shadow: 0 2px 15px rgba(0,0,0,0.06); border: 1px solid #f0e6d6; background: #fff; } .dynamics-header { background: linear-gradient(135deg, #722F37, #5a252b); color: #fff; font-weight: 700; font-size: 0.9rem; padding: 14px 16px; display: flex; align-items: center; justify-content: space-between; } .dynamics-header i { margin-right: 10px; font-size: 1.1rem; } .dynamics-header .dyn-badge { font-size: 0.65rem; background: rgba(255,255,255,0.2); padding: 2px 8px; border-radius: 10px; font-weight: 400; } .dynamics-list { max-height: 420px; overflow-y: auto; } .dynamics-item { display: flex; align-items: flex-start; padding: 12px 14px; text-decoration: none; border-bottom: 1px solid #f5f0eb; transition: background 0.2s; position: relative; } .dynamics-item:hover { background: #fdf8f4; } .dynamics-item:last-child { border-bottom: none; } .dynamics-icon { width: 32px; height: 32px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 0.8rem; margin-right: 10px; flex-shrink: 0; margin-top: 2px; } .dynamics-icon.product { background: #e8f0fe; color: #1565c0; } .dynamics-icon.order { background: #fff3e0; color: #e65100; } .dynamics-body { flex: 1; min-width: 0; } .dynamics-body .dyn-action { font-size: 0.8rem; color: #666; line-height: 1.4; display: block; } .dynamics-body .dyn-action strong { color: #722F37; font-weight: 600; } .dynamics-body .dyn-action .highlight { color: #c9a96e; font-weight: 600; } .dynamics-body .dyn-time { font-size: 0.65rem; color: #ccc; margin-top: 3px; display: block; } .dynamics-item:hover .dyn-action { color: #444; } /* 品牌 & 香型标签 - 新样式 */ .filter-tags-wrap { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-bottom: 16px; padding: 12px 16px; background: #faf8f6; border-radius: 10px; border: 1px solid #f0e6d6; } .filter-tags-label { font-size: 0.78rem; font-weight: 600; color: #888; margin-right: 4px; white-space: nowrap; letter-spacing: 0.5px; } .filter-tag { display: inline-block; padding: 4px 14px; border-radius: 20px; background: #fff; color: #666; font-size: 0.78rem; text-decoration: none; border: 1px solid #e5ddd5; transition: all 0.2s; } .filter-tag:hover { background: #722F37; border-color: #722F37; color: #fff; transform: translateY(-1px); } /* 货盘分隔头 - 白酒行业风格 */ .tray-section-title { display: flex; align-items: center; padding: 18px 20px; margin-bottom: 16px; border-radius: 12px; position: relative; overflow: hidden; min-height: 72px; } .tray-section-title::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border-radius: 12px; z-index: 0; } .tray-section-title.tray-private::before { background: linear-gradient(135deg, #1a1a2e 0%, #2d1b2e 50%, #722F37 100%); } .tray-section-title.tray-online::before { background: linear-gradient(135deg, #0d1b2a 0%, #1b2838 50%, #2d4059 100%); } .tray-section-title::after { content: '❦'; position: absolute; right: 30px; top: 50%; transform: translateY(-50%); font-size: 3rem; color: rgba(201,169,110,0.08); z-index: 0; font-family: serif; } .tray-section-title > * { position: relative; z-index: 1; } .tray-section-title .tray-badge { width: 46px; height: 46px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; margin-right: 14px; flex-shrink: 0; box-shadow: 0 2px 10px rgba(0,0,0,0.15); } .tray-section-title.tray-private .tray-badge { background: linear-gradient(135deg, #c9a96e, #d4b87a); color: #1a1a2e; } .tray-section-title.tray-online .tray-badge { background: linear-gradient(135deg, #4a90d9, #357abd); color: #fff; } .tray-section-title .tray-name-wrap { display: flex; flex-direction: column; gap: 2px; } .tray-section-title .tray-name { font-size: 1.05rem; font-weight: 700; color: #f0e6d6; letter-spacing: 1px; } .tray-section-title .tray-name .tray-label { display: inline-block; background: rgba(201,169,110,0.2); padding: 0 8px; border-radius: 4px; font-size: 0.7rem; color: #c9a96e; font-weight: 400; letter-spacing: 0; margin-left: 8px; vertical-align: middle; } .tray-section-title.tray-online .tray-name .tray-label { background: rgba(74,144,217,0.2); color: #7ab8f5; } .tray-section-title .tray-slogan { font-size: 0.78rem; color: rgba(255,255,255,0.6); font-weight: 400; letter-spacing: 0.3px; line-height: 1.3; } .tray-section-title .tray-slogan strong { color: #c9a96e; font-weight: 600; } .tray-section-title.tray-online .tray-slogan strong { color: #7ab8f5; } .tray-section-title .tray-more { margin-left: auto; padding: 6px 16px; border-radius: 20px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15); color: rgba(255,255,255,0.8); text-decoration: none; font-size: 0.78rem; font-weight: 500; transition: all 0.3s; display: flex; align-items: center; gap: 6px; flex-shrink: 0; } .tray-section-title .tray-more:hover { background: rgba(201,169,110,0.2); border-color: #c9a96e; color: #c9a96e; transform: translateX(2px); } .tray-section-title .tray-more i { font-size: 0.65rem; transition: transform 0.2s; } .tray-section-title .tray-more:hover i { transform: translateX(3px); } /* 空状态 */ .empty-tray { text-align: center; padding: 30px 20px; background: #faf8f6; border-radius: 10px; border: 1px dashed #e5ddd5; margin-bottom: 20px; } .empty-tray i { font-size: 2rem; color: #ddd; margin-bottom: 8px; } .empty-tray p { font-size: 0.85rem; color: #bbb; margin: 0; } transform: translateY(-2px); box-shadow: 0 4px 20px rgba(201,169,110,0.5); } .ad-banner .ad-cta a i { margin-left: 6px; }
优质供应商火热招募中

源头酒厂 / 品牌方 / 经销商专属入驻通道,0门槛对接全国渠道商

立即入驻
20
产品总数
0
供货商
6
注册用户
纯粮酿造 · 酱香典范

白酒

🏷 品牌茅台 🍷 香型酱香型
白酒 · 私域货盘 PRIVATE
源头酒厂直供 · 代发价更低 · 利润空间大,一件起发
查看全部
长沙仁上人 (复制) (复制) (复制)私域
长沙仁上人 (复制) (复制) (复制)私域
长沙仁上人 (复制) (复制)私域
长沙仁上人 (复制) (复制)
53 500ml*6瓶
销售价
¥299.00
登录查看供货价
长沙仁上人私域
长沙仁上人
53 500ml*6瓶
销售价
¥299.00
登录查看供货价
白酒 · 线上货盘 ONLINE
一键代发 · 全国包邮 · 平台兜底,售后无忧零风险
查看全部
长沙仁上人 (复制) (复制)线上
长沙仁上人 (复制) (复制)
53 500ml*6瓶
销售价
¥299.00
登录查看供货价
长沙仁上人 (复制)线上
长沙仁上人 (复制)
53 500ml*6瓶
销售价
¥299.00
登录查看供货价
厘臣线上
厘臣
53 500ml*6瓶
销售价
¥59.00
登录查看供货价
茅乡酱门尊酒5555 (复制)线上
茅乡酱门尊酒5555 (复制)
53 6*500ml
销售价
¥2,980.00
登录查看供货价
果香馥郁 · 优雅迷人

红酒

🏷 品牌董酒
红酒 · 私域货盘 PRIVATE
源头酒厂直供 · 代发价更低 · 利润空间大,一件起发
查看全部
赛庄红酒 (复制) (复制) (复制)私域
赛庄红酒 (复制) (复制)私域
赛庄红酒 (复制) (复制)
53 500ml*6瓶
销售价
¥299.00
登录查看供货价
赛庄红酒 (复制)私域
赛庄红酒 (复制)
53 500ml*6瓶
销售价
¥299.00
登录查看供货价
红酒 · 线上货盘 ONLINE
一键代发 · 全国包邮 · 平台兜底,售后无忧零风险
查看全部
清甜爽口 · 微醺之选

果酒

🍷 香型果酒

暂无私域货盘产品

果酒 · 线上货盘 ONLINE
一键代发 · 全国包邮 · 平台兜底,售后无忧零风险
查看全部
小样试饮 · 满意再拿

洋酒

暂无私域货盘产品

暂无线上货盘产品

问题反馈

遇到报错、页面打不开、功能异常?告诉我们!