6; margin: 0; } .gd-info .gd-name-row img { height: 22px; border: 1px solid #e0e7ff; border-radius: 4px; } /* 价格区域 - 浅红背景突出 */ .gd-price-box { background: linear-gradient(135deg, #fff5f5 0%, #fff0f0 100%); border-radius: 12px; padding: 20px 24px; margin-bottom: 16px; border: 1px solid #ffe0e0; } .gd-price-label { font-size: 13px; color: #999; margin-bottom: 6px; } .gd-price-value { display: flex; align-items: baseline; gap: 4px; } .gd-price-value .gd-yen { font-size: 18px; font-weight: 700; color: #ff4444; } .gd-price-value .gd-amount { font-size: 36px; font-weight: 800; color: #ff4444; letter-spacing: -1px; line-height: 1; } .gd-price-value .gd-unit { font-size: 14px; color: #ff8888; margin-left: 2px; } /* 属性信息列表 */ .gd-attrs { background: #fff; border-radius: 12px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); padding: 20px 24px; margin-bottom: 16px; flex: 1; } .gd-attr-row { display: flex; align-items: center; padding: 10px 0; border-bottom: 1px solid #f5f5f5; font-size: 14px; } .gd-attr-row:last-child { border-bottom: none; } .gd-attr-label { width: 65px; color: #8c8c8c; flex-shrink: 0; } .gd-attr-val { color: #1a1a2e; font-weight: 500; } .gd-attr-unit { color: #b0b0b0; font-size: 12px; margin-left: 4px; } /* 操作按钮区域 */ .gd-actions { display: flex; gap: 12px; } .gd-btn-order { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 180px; height: 48px; background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%); color: #fff; border: none; border-radius: 10px; font-size: 16px; font-weight: 600; text-decoration: none; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 4px 16px rgba(59,130,246,0.3); } .gd-btn-order:hover { background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%); transform: translateY(-2px); box-shadow: 0 6px 24px rgba(59,130,246,0.4); color: #fff; } .gd-btn-order .iconfont { font-size: 20px; } .gd-btn-consult { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 160px; height: 48px; background: #fff; color: #3b82f6; border: 2px solid #3b82f6; border-radius: 10px; font-size: 16px; font-weight: 600; text-decoration: none; cursor: pointer; transition: all 0.3s ease; } .gd-btn-consult:hover { background: #eff6ff; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(59,130,246,0.15); color: #3b82f6; } .gd-btn-consult .iconfont { font-size: 20px; } /* --- 右栏: 猜你喜欢 --- */ .gd-recommend { width: 210px; flex-shrink: 0; } .gd-recommend .gd-rec-header { font-size: 15px; font-weight: 600; color: #1a1a2e; margin-bottom: 12px; padding-left: 4px; border-left: 3px solid #3b82f6; padding-left: 10px; } .gd-recommend .gd-rec-list { display: flex; flex-direction: column; gap: 10px; } .gd-rec-card { display: block; background: #fff; border-radius: 10px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); overflow: hidden; text-decoration: none; transition: all 0.3s ease; } .gd-rec-card:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,0.1); } .gd-rec-card img { width: 100%; height: 140px; object-fit: cover; display: block; } .gd-rec-card .gd-rec-info { padding: 8px 10px 10px; } .gd-rec-card .gd-rec-name { font-size: 12px; color: #333; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 4px; } .gd-rec-card .gd-rec-price { font-size: 14px; font-weight: 700; color: #ff4444; } /* --- 底部内容区 --- */ .gd-content-area { display: flex; gap: 24px; margin-top: 24px; } /* 左侧: 相关礼品 */ .gd-related { width: 280px; flex-shrink: 0; } .gd-section-title { font-size: 15px; font-weight: 600; color: #1a1a2e; margin-bottom: 12px; padding-left: 10px; border-left: 3px solid #3b82f6; } .gd-related-list { display: flex; flex-direction: column; gap: 12px; } .gd-related-card { display: block; background: #fff; border-radius: 10px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); overflow: hidden; text-decoration: none; transition: all 0.3s ease; } .gd-related-card:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,0.1); } .gd-related-card img { width: 100%; height: 200px; object-fit: cover; display: block; } .gd-related-card .gd-related-info { padding: 10px 12px 12px; } .gd-related-card .gd-related-name { font-size: 13px; color: #333; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 6px; } .gd-related-card .gd-related-price { font-size: 16px; font-weight: 700; color: #ff4444; } /* 右侧: 礼品详情 */ .gd-detail { flex: 1; min-width: 0; } .gd-detail-card { background: #fff; border-radius: 12px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); overflow: hidden; } .gd-detail-header { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); color: #fff; padding: 14px 24px; font-size: 15px; font-weight: 600; } .gd-detail-body { padding: 24px; line-height: 1.8; color: #333; font-size: 14px; } /* 详情内容中的图片自适应 */ .gd-detail-body img { max-width: 100%; height: auto; border-radius: 8px; } /* --- 辅助 --- */ .gd-clearfix::after { content: ""; display: table; clear: both; }
网站首页 > 礼品商城 > 礼品详情

海绵宝宝

海绵宝宝

支持京东无界面单
单价
¥ 1.87
销量 0
重量 0.10 kg / 件
库存 100000
快递 圆通快递
仓库 金华市义乌市
猜你喜欢
礼品详情
商品详细信息