Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
groupPurchase-miniapp
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
彭佳妮(贵阳日报)
groupPurchase-miniapp
Commits
a10cb70c
Commit
a10cb70c
authored
Aug 07, 2024
by
陈宗胤(贵阳日报)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css调整
parent
aaeb1eaf
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
13 deletions
+9
-13
FoodDetails.vue
src/Components/index/FoodDetails.vue
+0
-7
ShopCard.vue
src/Components/index/ShopCard.vue
+1
-0
foodClassification.vue
src/pages/index/foodClassification.vue
+8
-6
No files found.
src/Components/index/FoodDetails.vue
View file @
a10cb70c
...
@@ -25,13 +25,6 @@
...
@@ -25,13 +25,6 @@
<text
class=
"three-text"
>
¥
{{
item
.
oriPrice
}}
</text>
<text
class=
"three-text"
>
¥
{{
item
.
oriPrice
}}
</text>
<text
class=
"four-text"
>
{{
item
.
prodName
}}
</text>
<text
class=
"four-text"
>
{{
item
.
prodName
}}
</text>
</view>
</view>
<!--
<view
class=
"groupPurchasePrice"
>
<image
class=
"img"
src=
"../../static/index/groupBuying.png"
mode=
"widthFix"
/>
<text
class=
"one-text"
>
¥39
</text>
<view
class=
"two-text"
>
8.8折
</view>
<text
class=
"three-text"
>
¥59.8
</text>
<text
class=
"four-text"
>
游戏通宵补血套餐
</text>
</view>
-->
</view>
</view>
</view>
</view>
</
template
>
</
template
>
...
...
src/Components/index/ShopCard.vue
View file @
a10cb70c
...
@@ -40,6 +40,7 @@
...
@@ -40,6 +40,7 @@
</view>
</view>
</view>
</view>
</view>
</view>
<wd-status-tip
image=
"content"
tip=
"暂无内容"
v-if=
"shopCardData.simpleProds.length === 0"
/>
</view>
</view>
</
template
>
</
template
>
...
...
src/pages/index/foodClassification.vue
View file @
a10cb70c
...
@@ -77,8 +77,8 @@
...
@@ -77,8 +77,8 @@
>
</wd-icon>
>
</wd-icon>
</view>
</view>
</view>
</view>
<view
class=
"bootom-bottom"
>
<
!--
<
view
class=
"bootom-bottom"
>
<
!--
<
view
<view
@
tap=
"choice(index)"
@
tap=
"choice(index)"
class=
"item"
class=
"item"
:class=
"
{ light: active === index }"
:class=
"
{ light: active === index }"
...
@@ -86,8 +86,8 @@
...
@@ -86,8 +86,8 @@
:key="index"
:key="index"
>
>
{{
item
}}
{{
item
}}
</view>
-->
</view>
</view>
</view>
-->
<!-- 美食类别 -->
<!-- 美食类别 -->
<Classification
v-show=
"rotate"
:category=
"categoryData"
@
foodCategory=
"foodCategory"
/>
<Classification
v-show=
"rotate"
:category=
"categoryData"
@
foodCategory=
"foodCategory"
/>
<!-- 附近筛选 -->
<!-- 附近筛选 -->
...
@@ -468,15 +468,17 @@ page {
...
@@ -468,15 +468,17 @@ page {
}
}
}
}
.bootom
{
.bootom
{
height
:
124rpx
;
position
:
sticky
;
top
:
0
;
height
:
70rpx
;
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
justify-content
:
space-around
;
justify-content
:
space-around
;
border-radius
:
6rpx
;
border-radius
:
6rpx
;
background
:
#ffffff
;
background
:
#ffffff
;
position
:
relative
;
margin-top
:
10rpx
;
margin-top
:
10rpx
;
margin-bottom
:
20rpx
;
margin-bottom
:
20rpx
;
z-index
:
999
;
.bootom-top
{
.bootom-top
{
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment