lp-search-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; } .lp-search-input { height: 34px; padding: 0 14px; border: 1px solid #dcdfe6; border-radius: 8px; font-size: 13px; color: #333; background: #fafbfc; outline: none; transition: border-color 0.25s, box-shadow 0.25s; box-sizing: border-box; } .lp-search-input:focus { border-color: #3b82f6; box-shadow: 0 0 0 3px rgba(59,130,246,0.12); background: #fff; } .lp-search-input::placeholder { color: #b0b4c0; } .lp-search-input-name { width: 220px; } .lp-search-input-price { width: 90px; text-align: center; } .lp-price-sep { color: #999; font-size: 13px; user-select: none; } .lp-price-unit { color: #999; font-size: 13px; margin-right: 12px; } .lp-search-btn { height: 34px; padding: 0 28px; border: none; border-radius: 8px; background: linear-gradient(135deg, #3b82f6, #60a5fa); color: #fff; font-size: 14px; font-weight: 500; cursor: pointer; transition: all 0.25s ease; box-shadow: 0 2px 8px rgba(59,130,246,0.2); letter-spacing: 1px; } .lp-search-btn:hover { background: linear-gradient(135deg, #2563eb, #3b82f6); box-shadow: 0 4px 14px rgba(59,130,246,0.35); transform: translateY(-1px); } .lp-search-btn:active { transform: translateY(0); } /* ===== 礼品卡片网格 ===== */ .lp-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; } /* 单个卡片 */ .lp-card { background: #fff; border-radius: 12px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); overflow: hidden; transition: transform 0.28s ease, box-shadow 0.28s ease; display: flex; flex-direction: column; } .lp-card:hover { transform: translateY(-4px); box-shadow: 0 8px 28px rgba(0,0,0,0.12); } /* 卡片图片区域 */ .lp-card-img { position: relative; width: 100%; height: 0; padding-bottom: 100%; /* 正方形 */ overflow: hidden; background: #f5f6fa; } .lp-card-img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s ease; } .lp-card:hover .lp-card-img img { transform: scale(1.05); } /* 卡片内容区域 */ .lp-card-body { padding: 12px 14px 8px 14px; flex: 1; display: flex; flex-direction: column; } /* 标题 */ .lp-card-title { font-size: 13px; color: #333; line-height: 1.5; height: 39px; /* 两行 */ overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; margin-bottom: 8px; text-decoration: none; } .lp-card a { text-decoration: none; color: inherit; } .lp-card a:hover .lp-card-title { color: #3b82f6; } /* 价格与销量行 */ .lp-card-price-row { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 8px; } .lp-card-price { font-size: 18px; font-weight: 700; color: #e8443a; letter-spacing: -0.5px; } .lp-card-price .lp-yen { font-size: 13px; font-weight: 600; margin-right: 1px; } .lp-card-sales { font-size: 11px; color: #b0b4c0; white-space: nowrap; } /* 快递信息行 */ .lp-card-meta { display: flex; align-items: center; justify-content: space-between; padding-top: 8px; border-top: 1px solid #f0f2f5; margin-bottom: 8px; font-size: 12px; color: #888; gap: 4px; } .lp-card-meta a { color: #666; text-decoration: none; display: flex; align-items: center; gap: 3px; flex: 1; min-width: 0; overflow: hidden; } .lp-card-meta img { width: 18px; height: 18px; object-fit: contain; flex-shrink: 0; } .lp-card-meta a:hover { color: #3b82f6; } .lp-card-meta .lp-card-kd-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .lp-card-meta .lp-card-ck { flex-shrink: 0; background: #f0fdf4; color: #10b981; padding: 1px 8px; border-radius: 10px; font-size: 11px; font-weight: 500; } .lp-card-meta .lp-card-chat { flex-shrink: 0; color: #b0b4c0; cursor: pointer; transition: color 0.2s; font-size: 16px; } .lp-card-meta .lp-card-chat:hover { color: #3b82f6; } /* 底部按钮组 */ .lp-card-actions { display: flex; gap: 0; margin-top: auto; } .lp-card-actions a { flex: 1; display: flex; align-items: center; justify-content: center; padding: 9px 0; font-size: 13px; font-weight: 500; text-decoration: none; transition: all 0.22s ease; border-top: 1px solid #f0f2f5; } .lp-btn-detail { color: #5a5a6e; background: #fafbfc; border-bottom-left-radius: 12px; } .lp-btn-detail:hover { color: #3b82f6; background: #eff4ff; } .lp-btn-buy { color: #fff; background: linear-gradient(135deg, #3b82f6, #60a5fa); border-bottom-right-radius: 12px; } .lp-btn-buy:hover { background: linear-gradient(135deg, #2563eb, #3b82f6); } /* ===== 分页 ===== */ .lp-pagination { max-width: 1200px; margin: 28px auto 0 auto; display: flex; justify-content: center; align-items: center; } .lp-pagination .fenye { display: flex; justify-content: center; align-items: center; gap: 4px; } /* 覆盖默认分页样式,使之现代化 */ .lp-pagination a, .lp-pagination span { display: inline-flex; align-items: center; justify-content: center; min-width: 34px; height: 34px; padding: 0 10px; border-radius: 8px; font-size: 13px; text-decoration: none; color: #5a5a6e; background: #fff; border: 1px solid #e4e7ed; transition: all 0.22s; box-sizing: border-box; } .lp-pagination a:hover { color: #3b82f6; border-color: #3b82f6; background: #eff4ff; } .lp-pagination .current { color: #fff; background: #3b82f6; border-color: #3b82f6; font-weight: 600; } .lp-pagination .disabled { color: #c0c4cc; cursor: not-allowed; background: #fafbfc; } /* ===== 空状态 ===== */ .lp-empty { grid-column: 1 / -1; text-align: center; padding: 60px 0; color: #b0b4c0; font-size: 15px; } /* ===== 响应式适配 ===== */ @media (max-width: 1240px) { .lp-filter-card, .lp-grid, .lp-pagination, .lp-breadcrumb { margin-left: 16px; margin-right: 16px; } } @media (max-width: 1100px) { .lp-grid { grid-template-columns: repeat(5, 1fr); } } @media (max-width: 900px) { .lp-grid { grid-template-columns: repeat(4, 1fr); } } @media (max-width: 700px) { .lp-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; } .lp-filter-card { padding: 16px; } .lp-filter-row { flex-direction: column; } .lp-filter-label { text-align: left; width: auto; margin-bottom: 6px; } } @media (max-width: 480px) { .lp-grid { grid-template-columns: repeat(2, 1fr); } }
网站首页 / 礼品商城
搜索
~