consumer模块完成度95%,优化安卓端界面和小程序测试2

This commit is contained in:
cyh666666
2026-03-12 15:20:45 +08:00
parent 77f9968d18
commit b2a6e5a142
633 changed files with 4405 additions and 1651 deletions

View File

@@ -1,4 +1,4 @@
<template>
<template>
<view class="shop-detail-page">
<scroll-view class="page-scroll" scroll-y="true" @scrolltolower="onScrollToLower" refresher-enabled="true" @refresherrefresh="onRefresherRefresh" :refresher-triggered="isRefresherTriggered">
<!-- 店铺头部信息 -->
@@ -853,24 +853,15 @@ const goToProduct = (id: string) => {
background: #fff;
border-radius: 8px;
overflow: hidden;
width: 48% !important;
width: 48%;
margin-bottom: 12px;
margin-right: 0 !important;
margin-right: 2%;
border: 1px solid #f0f0f0;
box-sizing: border-box;
}
.result-item:nth-child(2n-1) {
margin-right: 4% !important;
}
.result-item:nth-child(2n) {
margin-right: 0 !important;
}
.result-item:hover {
transform: translateY(-5px);
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
margin-right: 0;
}
.product-image {
@@ -933,22 +924,22 @@ const goToProduct = (id: string) => {
.result-item {
width: 23%;
margin-right: 2% !important;
margin-right: 2%;
}
.result-item:nth-child(2n) {
margin-right: 2% !important;
margin-right: 2%;
}
.result-item:nth-child(4n) {
margin-right: 0 !important;
margin-right: 0;
}
}
/* 大桌面端 (1400px以上) */
@media screen and (min-width: 1400px) {
.result-item {
width: 23.5%;
width: 23%;
}
}