Merge branch 'master' of https://bdgit.educoder.net/pu6ej7yq9/git
commit
ec80a7373b
After Width: | Height: | Size: 311 KiB |
After Width: | Height: | Size: 161 KiB |
After Width: | Height: | Size: 161 KiB |
After Width: | Height: | Size: 161 KiB |
@ -1,2 +1,7 @@
|
|||||||
<!--pages/turntable/turntable.wxml-->
|
<!--pages/turntable/turntable.wxml-->
|
||||||
<text>pages/turntable/turntable.wxml</text>
|
<view class="container">
|
||||||
|
<image src='/images/bg_1.jpg' class="bg_1"></image>
|
||||||
|
<image src='/images/bg_2.png' animation="{{rotate}}" class="bg_2"></image>
|
||||||
|
<image src='/images/start.png' bindtap="start" class="start"></image>
|
||||||
|
|
||||||
|
</view>
|
@ -1 +1,21 @@
|
|||||||
/* pages/turntable/turntable.wxss */
|
/* pages/turntable/turntable.wxss */
|
||||||
|
.bg_1 {
|
||||||
|
width: 650rpx;
|
||||||
|
height: 651rpx;
|
||||||
|
position: relative;
|
||||||
|
top: -200rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bg_2 {
|
||||||
|
width: 514rpx;
|
||||||
|
height: 514rpx;
|
||||||
|
position: absolute;
|
||||||
|
top: 60rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.start {
|
||||||
|
width: 134rpx;
|
||||||
|
height: 163rpx;
|
||||||
|
position: absolute;
|
||||||
|
top: 220rpx;
|
||||||
|
}
|
Loading…
Reference in new issue