Files
coupon/pages/tuiguang/extensionInfor.wxml
2023-02-22 23:52:12 +08:00

56 lines
2.7 KiB
Plaintext

<view style="padding-top: 200rpx; width: 100%;height: 100%; background: url({{sku_pic}}) no-repeat center / cover">
<view style="width: 100%; height: 280rpx;">
<image style="width: 100%; height: 280rpx;"></image>
</view>
<view class="containerrr">
<image style="width: 669rpx;height: 400rpx;margin-left: 41rpx;" src='/pages/image/tuiguang_i.png'></image>
<image class="imagee_left" style="margin-left: 18rpx;z-index: 3;display: flex;margin-top: -60rpx;" src='/pages/image/image_left.png'></image>
<image class="imagee_right" style="margin-left: 490rpx;z-index: 3;display: flex;margin-top: -112rpx;" src='/pages/image/image_right.png'></image>
</view>
<view class="goods-list">
<view style="display: flex;flex-direction: row;justify-content: center;padding-top: 50rpx;">
<image style="width: 303rpx;height: 303rpx; z-index: 1;" src="{{infro.qrcode_img}}"></image>
</view>
<view style="display: flex;display: flex;flex-direction: row;justify-content: center;margin-top: 20rpx;">
<view style="color: #D1D1D1;font-size: 28rpx;z-index: 1;" >将二维码分享给好友赚钱</view>
</view>
</view>
<view class="goods-listtwo" style="margin-top: 50rpx;">
<view style="display: flex;display: flex;flex-direction: row;justify-content: center;margin-top: 20rpx;padding-top: 20rpx;">
<image style="width: 39rpx;height: 26rpx;margin-top: 10rpx;" src="/pages/image/caitiao.png"></image>
<view style="color: #333333;font-size: 32rpx;font-weight: bold;margin-left: 72rpx;" >数据</view>
<image style="width: 39rpx;height: 26rpx;margin-left: 72rpx;margin-top: 10rpx;" src="/pages/image/caitiao.png"></image>
</view>
<view style="display:flex;background-color: #FFFFFF;justify-content: center;margin-top: 20rpx; border-radius: 20rpx;">
<view class="home-item-box1">
<view>
<view class="home-item-tv3" >{{infro.day_money}}</view>
<view class="home-item-tv4">今日赏金(元)</view>
</view>
</view>
<view class="home-item-box1" style="border: 0.5px solid #DBDBDB;width: 1rpx;margin-top: 20rpx;height: 80rpx;background-color: #DBDBDB;">
</view>
<view class="home-item-box2">
<view>
<view class="home-item-tv3" >{{infro.money_reward}}</view>
<view class="home-item-tv4">累计赏金(元)</view>
</view>
</view>
</view>
</view>
</view>