Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mini-program-wepy
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
ui
mini-program-wepy
Commits
741e673f
Commit
741e673f
authored
May 22, 2020
by
郝聪敏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改view边距;修改签到icon阴影
parent
255f517b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
10 deletions
+11
-10
network.wpy
src/components/custom/network.wpy
+1
-1
openAnimation.wpy
src/components/custom/openAnimation.wpy
+1
-1
sign.wpy
src/components/custom/sign.wpy
+9
-8
No files found.
src/components/custom/network.wpy
View file @
741e673f
...
...
@@ -20,7 +20,7 @@
</script>
<style lang="less">
.network-container {
position:
absolute
;
position:
fixed
;
width: 100%;
height: 100%;
background: #000;
...
...
src/components/custom/openAnimation.wpy
View file @
741e673f
...
...
@@ -59,7 +59,7 @@
</script>
<style lang="less">
.open-container {
position:
absolute
;
position:
fixed
;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
...
...
src/components/custom/sign.wpy
View file @
741e673f
...
...
@@ -110,7 +110,7 @@
},
addGoldUrl: function() {
return images['gold'].addGoldUrl;
}
,
}
},
watch: {
gold(v) {
...
...
@@ -161,6 +161,7 @@
top: 513rpx;
right: 30rpx;
.lottery-image {
display: flex;
width: 78rpx;
height: 78rpx;
}
...
...
@@ -219,9 +220,8 @@
position: absolute;
// background: #000;
left: 5rpx;
top: 5rpx;
width: 60rpx;
height: 60rpx;
width: 70rpx;
height: 70rpx;
text-align: center;
z-index: 3;
border-radius: 50%;
...
...
@@ -252,7 +252,7 @@
.title {
position: absolute;
top: 7
9
rpx;
top: 7
4
rpx;
width: 100%;
text-align: center;
display: block;
...
...
@@ -299,13 +299,13 @@
@keyframes jump1 {
0% {
top:
5
rpx;
top:
-7
rpx;
}
50% {
top: -
20
rpx;
top: -
32
rpx;
}
100% {
top:
5
rpx;
top:
-7
rpx;
}
}
...
...
@@ -362,6 +362,7 @@
z-index: 2;
}
.show-gold-num {
margin-top: -10rpx;
color: #fff;
font-size: 22rpx;
}
...
...
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