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
30526075
Commit
30526075
authored
Aug 20, 2024
by
陈宗胤(贵阳日报)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式调整
parent
1619d667
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
10 deletions
+16
-10
ShopCard.vue
src/Components/index/ShopCard.vue
+3
-0
listFood.vue
src/pages/index/listFood.vue
+13
-10
No files found.
src/Components/index/ShopCard.vue
View file @
30526075
...
...
@@ -159,6 +159,7 @@ const topFoodDetails = (id) => {
margin-top
:
10rpx
;
display
:
flex
;
align-items
:
center
;
flex-wrap
:
wrap
;
view
{
margin-right
:
8rpx
;
display
:
inline-block
;
...
...
@@ -168,6 +169,8 @@ const topFoodDetails = (id) => {
font-size
:
18rpx
;
color
:
#767676
;
background
:
linear-gradient
(
90deg
,
#fcdbdb
0%
,
rgba
(
255
,
255
,
255
,
0
)
98%
);
margin-bottom
:
5rpx
;
flex-shrink
:
0
;
}
}
}
...
...
src/pages/index/listFood.vue
View file @
30526075
...
...
@@ -7,7 +7,7 @@
:title=
"title"
:showTitle=
"true"
></search>
<
view
class=
"head"
>
<
!--
<view
class=
"head"
>
--
>
<view
class=
"top"
:style=
"
{ backgroundImage: topBg }">
</view>
<view
class=
"bootom"
:style=
"
{ top }">
<view
class=
"bootom-top"
>
...
...
@@ -64,7 +64,7 @@
<!-- 排序筛选 -->
<Sort
v-show=
"rotate3"
@
sortParams=
"sortParams"
/>
</view>
<
/view
>
<
!--
</view>
--
>
<FoodDetails
:cardData=
"cardData"
/>
<wd-status-tip
image=
"content"
tip=
"暂无内容"
v-if=
"cardData.length === 0"
/>
<view
...
...
@@ -282,11 +282,11 @@ onPullDownRefresh(() => {
page
{
background
:
#f3f3f3
;
}
.head
{
width
:
100%
;
margin-bottom
:
10rpx
;
// height: 480rpx;
.top
{
//
.head {
//
width: 100%;
//
margin-bottom: 10rpx;
// height: 480rpx;
.top
{
height
:
356rpx
;
// background: url('../../static/index/taste.png');
background-size
:
100%
100%
;
...
...
@@ -296,8 +296,8 @@ page {
margin-left
:
40rpx
;
color
:
white
;
}
}
.bootom
{
}
.bootom
{
// height: 124rpx;
height
:
80rpx
;
display
:
flex
;
...
...
@@ -306,6 +306,9 @@ page {
border-radius
:
6rpx
;
background
:
#ffffff
;
position
:
sticky
;
margin-bottom
:
10rpx
;
z-index
:
9999
;
// top: 100px;
.bootom-top
{
display
:
flex
;
align-items
:
center
;
...
...
@@ -351,6 +354,6 @@ page {
background
:
#ffdcbb
;
}
}
}
}
// }
</
style
>
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