consumer模块完成度95%,准备部署消费者端测试
This commit is contained in:
@@ -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">
|
||||
<!-- 店铺头部信息 -->
|
||||
@@ -601,8 +601,8 @@ const goToProduct = (id: string) => {
|
||||
}
|
||||
|
||||
.follow-btn {
|
||||
background-color: #ff4444;
|
||||
border: 1px solid #ff4444;
|
||||
background-color: #ff5000;
|
||||
border: 1px solid #ff5000;
|
||||
}
|
||||
|
||||
.follow-btn .action-text {
|
||||
@@ -658,7 +658,7 @@ const goToProduct = (id: string) => {
|
||||
padding: 0 5px;
|
||||
}
|
||||
.coupon-amount {
|
||||
color: #ff4444;
|
||||
color: #ff5000;
|
||||
font-weight: bold;
|
||||
font-size: 18px;
|
||||
}
|
||||
@@ -671,7 +671,7 @@ const goToProduct = (id: string) => {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background-color: #ff4444;
|
||||
background-color: #ff5000;
|
||||
flex-direction: column;
|
||||
}
|
||||
.coupon-btn-label {
|
||||
@@ -692,7 +692,7 @@ const goToProduct = (id: string) => {
|
||||
color: #333;
|
||||
margin-bottom: 15px;
|
||||
padding-left: 8px;
|
||||
border-left: 4px solid #ff4444;
|
||||
border-left: 4px solid #ff5000;
|
||||
}
|
||||
|
||||
.product-grid {
|
||||
@@ -782,3 +782,4 @@ const goToProduct = (id: string) => {
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user