Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
Project
Project
Details
Activity
Releases
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
zhengke
jz_Travel
Commits
6b08fb1d
Commit
6b08fb1d
authored
Oct 11, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
9b151619
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1131 additions
and
853 deletions
+1131
-853
style3.vue
components/goods/style3.vue
+250
-190
style4.vue
components/goods/style4.vue
+228
-179
style5.vue
components/goods/style5.vue
+8
-36
style6.vue
components/goods/style6.vue
+251
-187
style7.vue
components/goods/style7.vue
+394
-261
No files found.
components/goods/style3.vue
View file @
6b08fb1d
This diff is collapsed.
Click to expand it.
components/goods/style4.vue
View file @
6b08fb1d
This diff is collapsed.
Click to expand it.
components/goods/style5.vue
View file @
6b08fb1d
...
@@ -24,14 +24,12 @@
...
@@ -24,14 +24,12 @@
mode=
"widthFix"
mode=
"widthFix"
style=
"width: 100%"
style=
"width: 100%"
/></view>
/></view>
<view
class=
"img-box"
>
<view
class=
"img-box-style5"
>
<view
class=
"img-show"
>
<image
<image
style=
"width: 100%; height: 100%; border-radius: 10rpx 10rpx 0 0"
style=
"width: 100%; height: 100%; border-radius: 10rpx 10rpx 0 0"
:mode=
"goodsInfo.fill == 1 ? 'aspectFill' : 'aspectFit'"
:mode=
"goodsInfo.fill == 1 ? 'aspectFill' : 'aspectFit'"
:src=
"item.picUrl"
:src=
"item.picUrl"
/>
/>
</view>
</view>
</view>
<view
class=
"good-info"
>
<view
class=
"good-info"
>
<view
class=
"good-name"
v-if=
"goodsInfo.showGoodsName"
>
{{
<view
class=
"good-name"
v-if=
"goodsInfo.showGoodsName"
>
{{
...
@@ -189,7 +187,7 @@ export default {
...
@@ -189,7 +187,7 @@ export default {
.her-scoller
{
.her-scoller
{
overflow-x
:
auto
!important
;
overflow-x
:
auto
!important
;
padding
:
12px
;
padding
:
12px
;
/* display: flex; */
display
:
flex
;
white-space
:
nowrap
;
white-space
:
nowrap
;
}
}
/* .her-scoller::after {
/* .her-scoller::after {
...
@@ -200,9 +198,7 @@ export default {
...
@@ -200,9 +198,7 @@ export default {
.her-scoller
.good-five
{
.her-scoller
.good-five
{
position
:
relative
;
position
:
relative
;
margin-right
:
30
rpx
;
margin-right
:
30
rpx
;
display
:
inline-block
;
width
:
560
rpx
;
width
:
560
rpx
;
height
:
368
rpx
;
box-shadow
:
0px
10px
30px
0px
rgba
(
36
,
36
,
36
,
0.2
);
box-shadow
:
0px
10px
30px
0px
rgba
(
36
,
36
,
36
,
0.2
);
border-radius
:
20
rpx
;
border-radius
:
20
rpx
;
}
}
...
@@ -214,36 +210,12 @@ export default {
...
@@ -214,36 +210,12 @@ export default {
left
:
0
;
left
:
0
;
z-index
:
4
;
z-index
:
4
;
}
}
.her-scoller
.good-five
.img-box
{
.her-scoller
.good-five
.img-box
-style5
{
width
:
100%
;
width
:
100%
;
/* height: 0;
padding-top: 100%; */
position
:
relative
;
height
:
224
rpx
;
height
:
224
rpx
;
border-radius
:
20
rpx
;
border-radius
:
20
rpx
;
overflow
:
hidden
;
overflow
:
hidden
;
}
}
.her-scoller
.good-five
.img-box
.img-show
{
position
:
absolute
;
left
:
0
;
top
:
0
;
bottom
:
0
;
right
:
0
;
width
:
100%
;
height
:
224
rpx
;
overflow
:
hidden
;
z-index
:
2
;
}
.her-scoller
.good-five
.guding
{
position
:
relative
;
}
.her-scoller
.good-five
.guding
.img-box
{
position
:
absolute
;
left
:
0
;
right
:
0
;
bottom
:
0
;
top
:
0
;
}
.her-scoller
.good-five
.good-info
{
.her-scoller
.good-five
.good-info
{
padding
:
30
rpx
;
padding
:
30
rpx
;
}
}
...
...
components/goods/style6.vue
View file @
6b08fb1d
This diff is collapsed.
Click to expand it.
components/goods/style7.vue
View file @
6b08fb1d
This diff is collapsed.
Click to expand it.
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