Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
new_taobao
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
wildfirecode13
new_taobao
Commits
11968023
Commit
11968023
authored
Oct 15, 2020
by
zhangjinzhou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
机器
parent
14a498b5
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
268 additions
and
91 deletions
+268
-91
mini.project.json
taobao_jn/client/mini.project.json
+5
-0
pagegamemain.acss
taobao_jn/client/pages/pagegamemain/pagegamemain.acss
+2
-2
pagegamemain.axml
taobao_jn/client/pages/pagegamemain/pagegamemain.axml
+2
-2
pagegamemain.js
taobao_jn/client/pages/pagegamemain/pagegamemain.js
+259
-87
No files found.
taobao_jn/client/mini.project.json
0 → 100644
View file @
11968023
{
"exclude"
:
[
"server/**"
]
}
taobao_jn/client/pages/pagegamemain/pagegamemain.acss
View file @
11968023
...
...
@@ -628,10 +628,10 @@ letter-spacing: 3rpx;
}
@keyframes aniscale{
from{
transform:
scale(0);
transform:
translateX(411rpx)
}
to{
transform:
scale(1);
transform:
translateX(0rpx)
}
}
.gamemain .gamembot .gameinfogro .gameminfo {
...
...
taobao_jn/client/pages/pagegamemain/pagegamemain.axml
View file @
11968023
...
...
@@ -69,8 +69,8 @@
<image class="gamemtask1" onTap="openTask" src={{resList['578cb214-b8d4-4d91-b57a-9477ec61933e'].url}} />
<image class="gamemtask2" src={{resList['d9ce0594-e262-4e9a-adfc-0b5b2a16d9c5'].url}} />
</view>
<scroll-view class="gameinfogro" scroll-y={{true}} scroll-animation-duration={{300}} scroll-with-animation={{true}} scroll-top={{(
attionlist.length
)*130}} disable-scroll={{false}} >
<view class="gameminfo{{index==(attionlist.length-1)?' aninfo':''}}" a:for="{{showattionlist}}" a:key="*this" style="top:{{index*130+'rpx;'}}">
<scroll-view class="gameinfogro" scroll-y={{true}} scroll-animation-duration={{300}} scroll-with-animation={{true}} scroll-top={{(
showattionlist.length-1
)*130}} disable-scroll={{false}} >
<view class="gameminfo{{index==(
show
attionlist.length-1)?' aninfo':''}}" a:for="{{showattionlist}}" a:key="*this" style="top:{{index*130+'rpx;'}}">
<image class="gameminfobg" src={{resList['f1611c59-e6ba-4e4d-8aeb-50d3c794e98b'].url}} />
<label class="gameminfotxt">{{item.txt}}</label>
</view>
...
...
taobao_jn/client/pages/pagegamemain/pagegamemain.js
View file @
11968023
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