Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
FuLiMini
Project
Overview
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
wangjian
FuLiMini
Commits
275b82f5
Commit
275b82f5
authored
Jun 06, 2022
by
wangjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
d3aad4ac
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
10 deletions
+14
-10
home.vue
pages/home/home.vue
+14
-10
No files found.
pages/home/home.vue
View file @
275b82f5
...
...
@@ -27,8 +27,8 @@
<view
class=
"swiper-list"
>
<view
class=
"item"
v-for=
"(subItem, subIndex) in item"
:key=
"subIndex"
@
click=
"goToLandPage(subItem)"
>
<image
class=
"icon"
mode=
"aspectFill"
:src=
"subItem.icon"
></image>
<view
class=
"item-title"
>
{{
subItem
.
title
}}
</view>
<view
class=
"item-desc"
>
{{
subItem
.
subTitle
}}
</view>
<view
class=
"item-title"
>
<text>
{{
subItem
.
title
}}
</text>
</view>
<view
class=
"item-desc"
>
<text>
{{
subItem
.
subTitle
}}
</text>
</view>
</view>
</view>
</swiper-item>
...
...
@@ -237,7 +237,7 @@ export default {
</
script
>
<
style
>
page
{
background-color
:
#
FFEEEE
;
background-color
:
#
f5f5f5
;
}
</
style
>
<
style
lang=
"scss"
scoped
>
...
...
@@ -362,7 +362,7 @@ export default {
margin-top
:
-50rpx
;
width
:
100%
;
.swiper
{
height
:
616
rpx
;
height
:
572
rpx
;
width
:
100%
;
border-radius
:
30rpx
;
.swiper-list
{
...
...
@@ -374,11 +374,11 @@ export default {
z-index
:
99
;
flex-wrap
:
wrap
;
width
:
100%
;
height
:
100%
;
height
:
540rpx
;
.item
{
width
:
148rpx
;
height
:
180rpx
;
text-align
:
center
;
padding-bottom
:
18rpx
;
.icon
{
width
:
96rpx
;
height
:
96rpx
;
...
...
@@ -393,15 +393,17 @@ export default {
white-space
:
nowrap
;
overflow
:
hidden
;
width
:
148rpx
;
padding
:
0
;
}
.item-desc
{
font-size
:
20rpx
;
color
:
#999999
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
margin-top
:
10
rpx
;
// margin-top: 4
rpx;
overflow
:
hidden
;
width
:
148rpx
;
padding
:
0
;
}
}
}
...
...
@@ -433,7 +435,7 @@ export default {
flex-direction
:
row
;
background
:
#FFFFFF
;
border-radius
:
30rpx
;
padding
:
30rpx
5rpx
;
padding
:
30rpx
5rpx
12rpx
;
z-index
:
99
;
flex-wrap
:
wrap
;
width
:
100%
;
...
...
@@ -441,8 +443,8 @@ export default {
margin-top
:
-50rpx
;
.item
{
width
:
148rpx
;
height
:
180rpx
;
text-align
:
center
;
padding-bottom
:
18rpx
;
.icon
{
width
:
96rpx
;
height
:
96rpx
;
...
...
@@ -456,6 +458,7 @@ export default {
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
overflow
:
hidden
;
padding
:
0
;
width
:
148rpx
;
}
.item-desc
{
...
...
@@ -463,9 +466,10 @@ export default {
color
:
#999999
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
margin-top
:
10
rpx
;
// margin-top: 4
rpx;
overflow
:
hidden
;
width
:
148rpx
;
padding
:
0
;
}
}
}
...
...
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