Commit 359d8c6d by jscat

nyx: 我的积分

添加barcode和积分详情图标
添加积分页面格式
parent e0b4def4
<view class="page">
<view class="page">
......@@ -19,9 +19,15 @@
<view class="t1-left">9元</view>
<view class="t1-right">Renaissance Bar优惠积分</view>
</view>
<view class="t t3">有效期至:2020/07/31 23:59</view>
<view class="t t4">好友助力:助力10人,共4积分</view>
<view class="t t5">优惠券码:264669616164</view>
<view class="t t2">有效期至:2020/07/31 23:59</view>
<view class="t3">
<view class="t3-left">好友助力:助力10人,共4积分</view>
<view class="t3-right"><image src="../../../icon/my/points-detail.png"></image></view>
</view>
<view class="t4">
<view class="t4-left">优惠券码:264669616164</view>
<view class="t4-right"><image src="../../../icon/my/barcode.png"></image></view>
</view>
</view>
</view>
<!-- 右侧 -->
......
.page{
.page{
......@@ -41,9 +41,23 @@
.coupon-left .t1{width: 710rpx; display: flex; margin-left: 20rpx; margin-top: 20rpx; height: 160rpx; color: #fff}
.coupon-left .t1-left{width: 160rpx; font-size: 70rpx; font-weight: bold}
.coupon-left .t1-right{width: 520rpx; font-size: 50rpx; }
.coupon-left .t3{left: 20rpx; top:160rpx}
.coupon-left .t4{left: 20rpx; top:210rpx}
.coupon-left .t5{left: 20rpx; top:260rpx}
.coupon-left .t2{left: 20rpx; top:160rpx}
.coupon-left .t3{width: 710rpx; display: flex; margin-left: 20rpx; margin-top: 50rpx; height: 50rpx; color: #fff}
.coupon-left .t3-left{width: 520rpx; }
.coupon-left .t3-right{width: 160rpx;}
.coupon-left .t3-right image{
width: 40rpx;
height: 40rpx;
font-size: 0;
}
.coupon-left .t4{width: 710rpx; display: flex; margin-left: 20rpx; margin-top: 0rpx; height: 50rpx; color: #fff}
.coupon-left .t4-left{width: 520rpx; }
.coupon-left .t4-right{width: 160rpx;}
.coupon-left .t4-right image{
width: 40rpx;
height: 40rpx;
font-size: 0;
}
.coupon-right .t{text-align: center}
.coupon-right .t1{font-size: 40rpx; padding: 30rpx 0 10rpx 0;}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论