Commit 11968023 authored by zhangjinzhou's avatar zhangjinzhou

机器

parent 14a498b5
{
"exclude": [
"server/**"
]
}
...@@ -628,10 +628,10 @@ letter-spacing: 3rpx; ...@@ -628,10 +628,10 @@ letter-spacing: 3rpx;
} }
@keyframes aniscale{ @keyframes aniscale{
from{ from{
transform: scale(0); transform: translateX(411rpx)
} }
to{ to{
transform: scale(1); transform: translateX(0rpx)
} }
} }
.gamemain .gamembot .gameinfogro .gameminfo { .gamemain .gamembot .gameinfogro .gameminfo {
......
...@@ -69,8 +69,8 @@ ...@@ -69,8 +69,8 @@
<image class="gamemtask1" onTap="openTask" src={{resList['578cb214-b8d4-4d91-b57a-9477ec61933e'].url}} /> <image class="gamemtask1" onTap="openTask" src={{resList['578cb214-b8d4-4d91-b57a-9477ec61933e'].url}} />
<image class="gamemtask2" src={{resList['d9ce0594-e262-4e9a-adfc-0b5b2a16d9c5'].url}} /> <image class="gamemtask2" src={{resList['d9ce0594-e262-4e9a-adfc-0b5b2a16d9c5'].url}} />
</view> </view>
<scroll-view class="gameinfogro" scroll-y={{true}} scroll-animation-duration={{300}} scroll-with-animation={{true}} scroll-top={{(attionlist.length)*130}} disable-scroll={{false}} > <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==(attionlist.length-1)?' aninfo':''}}" a:for="{{showattionlist}}" a:key="*this" style="top:{{index*130+'rpx;'}}"> <view class="gameminfo{{index==(showattionlist.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}} /> <image class="gameminfobg" src={{resList['f1611c59-e6ba-4e4d-8aeb-50d3c794e98b'].url}} />
<label class="gameminfotxt">{{item.txt}}</label> <label class="gameminfotxt">{{item.txt}}</label>
</view> </view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment