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
9882fcc3
Commit
9882fcc3
authored
Jul 25, 2024
by
石建新(贵阳日报)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
店铺
parent
cbc02621
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
4 deletions
+35
-4
shop.vue
src/pages/shop/shop.vue
+35
-4
No files found.
src/pages/shop/shop.vue
View file @
9882fcc3
...
...
@@ -40,11 +40,18 @@
<text
class=
"tj"
>
推荐
</text>
</view>
<view
class=
"score-icon"
>
<wd-rate
v-model=
"value"
size=
"22rpx"
space=
"8rpx"
:active-color=
"['#FA5151']"
/>
<wd-rate
color=
"#fff"
readonly
v-model=
"value"
size=
"22rpx"
space=
"8rpx"
:active-color=
"['#FA5151']"
/>
</view>
</view>
<view
class=
"shop-business-hours"
>
<texe>
营业时间: 11:00-22
:
30
</texe>
<texe>
营业时间: 11:00-22
:
30
</texe>
</view>
</view>
</view>
...
...
@@ -53,9 +60,13 @@
<text
class=
"shop-distance"
>
距您<150米 南明区
</text>
<text
class=
"shop-address-detail"
>
南明区后巢乡花果园中环广场3号(M区3栋)一层104 号
</text>
</view>
<view
class=
"shop-map-phone"
></view>
<view
class=
"shop-map-phone"
>
<image
class=
"img1"
src=
"@/static/shop/map.png"
></image>
<image
src=
"@/static/shop/phone.png"
></image>
</view>
</view>
</view>
<view
class=
"subsidy-content"
></view>
</view>
</view>
</
template
>
...
...
@@ -78,6 +89,9 @@ const onChange = (e) => {
</
script
>
<
style
lang=
"scss"
>
page
{
background-color
:
#f9f9f9
;
}
.shop-pages
{
width
:
375
*
2rpx
;
margin
:
0
auto
;
...
...
@@ -94,7 +108,7 @@ const onChange = (e) => {
.content
{
width
:
750rpx
;
// 商家信息
.shop-info
{
width
:
750rpx
;
background-color
:
#fdfdfd
;
...
...
@@ -203,8 +217,25 @@ const onChange = (e) => {
color
:
#abaaaa
;
}
}
.shop-map-phone
{
display
:
flex
;
align-content
:
center
;
.img1
{
margin-right
:
48rpx
;
}
image
{
width
:
20
*
2rpx
;
height
:
20
*
2rpx
;
}
}
}
}
// 补贴
.subsidy-content
{
width
:
100%
;
box-sizing
:
border-box
;
padding
:
10rpx
40rpx
14rpx
12rpx
;
}
}
}
</
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