initial commit
This commit is contained in:
33
pages/index/index.wxml
Normal file
33
pages/index/index.wxml
Normal file
@ -0,0 +1,33 @@
|
||||
<!--index.wxml-->
|
||||
<view class="box">
|
||||
<!-- 按钮图片盒 -->
|
||||
<view class="sidebox">
|
||||
<!-- 图片框 -->
|
||||
<view class="imagebox">
|
||||
<image class="iamgelogo" src="/image/logo.png" mode=""/>
|
||||
</view>
|
||||
<!-- 按钮框 -->
|
||||
<view class="buttombox">
|
||||
<view class="wenzibox shuiping">
|
||||
<view class="buttom tongyong" bind:tap="tiaozhuan">
|
||||
<text class="text">我要试用</text>
|
||||
</view>
|
||||
<view class="liaojie">
|
||||
<text class="liaojietext">了解详情</text>
|
||||
<image class="wenhaoimage" src="/image/wenhao.png" mode=""/>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="wenzibox shuiping">
|
||||
<view class="buttom tongyong" bind:tap="tiaozhuanzhuanqian">
|
||||
<text class="text">我要赚钱</text>
|
||||
</view>
|
||||
<view class="liaojie">
|
||||
<text class="liaojietext">了解详情</text>
|
||||
<image class="wenhaoimage" src="/image/wenhao.png" mode=""/>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
Reference in New Issue
Block a user