Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
viitto
mallapp
Commits
89ce8cd1
Commit
89ce8cd1
authored
Oct 28, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
6da79576
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
persondetails.vue
pages/blindDate/persondetails.vue
+3
-3
No files found.
pages/blindDate/persondetails.vue
View file @
89ce8cd1
...
...
@@ -232,8 +232,8 @@
box-shadow
:
0
0
5px
rgba
(
0
,
255
,
0
,.
2
)
,
inset
0
0
5px
rgba
(
0
,
255
,
0
,.
1
)
,
0
1px
0
#393
;
}
100
%
{
border-color
:
#
6f6
;
box-shadow
:
0
0
20px
rgba
(
0
,
198
,
193
,.
6
)
,
inset
0
0
10px
rgba
(
0
,
198
,
193
,.
4
)
,
0
1px
0
#
6f6
;
border-color
:
#
393
;
box-shadow
:
0
0
20px
rgba
(
0
,
198
,
193
,.
6
)
,
inset
0
0
10px
rgba
(
0
,
198
,
193
,.
4
)
,
0
1px
0
#
393
;
}
}
}
...
...
@@ -975,7 +975,7 @@ export default {
getScrollTo
(){
let
that
=
this
that
.
showName
=
'weixinhao'
;
setTimeout
(
()
=>
{
that
.
showName
=
''
},
10
000
);
setTimeout
(
()
=>
{
that
.
showName
=
''
},
3
000
);
uni
.
createSelectorQuery
().
select
(
".box"
).
boundingClientRect
(
data
=>
{
//目标节点
uni
.
createSelectorQuery
().
select
(
".serve"
).
boundingClientRect
((
res
)
=>
{
//最外层盒子节点
uni
.
pageScrollTo
({
...
...
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