Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
N
nyx
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
发现
nyx
Commits
359d8c6d
Commit
359d8c6d
authored
Jul 26, 2020
by
jscat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nyx: 我的积分
添加barcode和积分详情图标 添加积分页面格式
parent
e0b4def4
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
28 行增加
和
8 行删除
+28
-8
增值产品-小程序及app/nyx-master/icon/my/barcode.png
+0
-0
增值产品-小程序及app/nyx-master/icon/my/points-detail.png
+0
-0
增值产品-小程序及app/nyx-master/pages/my/points/points.wxml
+10
-4
增值产品-小程序及app/nyx-master/pages/my/points/points.wxss
+18
-4
没有找到文件。
增值产品-小程序及app/nyx-master/icon/my/barcode.png
0 → 100644
查看文件 @
359d8c6d
5.21 KB
增值产品-小程序及app/nyx-master/icon/my/points-detail.png
0 → 100644
查看文件 @
359d8c6d
1.77 KB
增值产品-小程序及app/nyx-master/pages/my/points/points.wxml
查看文件 @
359d8c6d
<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>
<!-- 右侧 -->
...
...
增值产品-小程序及app/nyx-master/pages/my/points/points.wxss
查看文件 @
359d8c6d
.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
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论