2019-2-25 22:42:38

This commit is contained in:
Weilanwl
2019-02-25 22:42:42 +08:00
parent 56d35053cd
commit e2e35a2d72
24 changed files with 478 additions and 89 deletions

View File

@@ -7,11 +7,16 @@ Component({
title: '索引列表',
img: 'https://image.weilanwl.com/color2.0/plugin/sylb2244.jpg',
url: '../indexes/indexes'
},
},
{
title: '微动画',
img: 'https://image.weilanwl.com/color2.0/plugin/wdh2236.jpg',
url: '../animation/animation'
},
{
title: '全屏抽屉',
img: 'https://image.weilanwl.com/color2.0/plugin/qpct2148.jpg',
url: '../drawer/drawer'
}
]
},

View File

@@ -1,6 +1,6 @@
<view class="cu-custom" style="height:{{CustomBar}}px;">
<view class="cu-bar fixed none-bg text-white bg-img" style="height:{{CustomBar}}px;padding-top:{{StatusBar}}px;background-image:url(https://image.weilanwl.com/color2.0/plugin/cjkz2329.jpg);">
<view class='content' open-type="navigateBack" delta="1" hover-class="none">
<view class='content' style='top:{{StatusBar}}px;'>
<image src="/images/cjkz.png" mode='widthFix'></image>
</view>
</view>
@@ -11,4 +11,5 @@
{{item.title}}
</view>
</view>
</view>
</view>
<view class='cu-tabbar-height'></view>

View File

@@ -1,6 +1,3 @@
page{
padding-bottom: 100rpx;
}
.cu-bar .content image{
height: 60rpx;
width: 240rpx;