parent
4cffb5d51d
commit
3ae5644578
@ -1,2 +1,7 @@
|
||||
<!--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